From 69c7bfbdb1e41fd8b3c439b67cf65a1a35a8cbd1 Mon Sep 17 00:00:00 2001 From: Norberto Arrieta Date: Mon, 23 Sep 2024 10:26:32 -0700 Subject: [PATCH] Add Azure Linux 3 FIPS image to daily tests (#3227) * Add Azure Linux 3 FIPS image to daily tests * . * . * . * . --------- Co-authored-by: narrieta@microsoft --- tests_e2e/test_suites/agent_persist_firewall.yml | 1 + tests_e2e/test_suites/ext_sequencing.yml | 3 --- tests_e2e/test_suites/images.yml | 6 ++++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/tests_e2e/test_suites/agent_persist_firewall.yml b/tests_e2e/test_suites/agent_persist_firewall.yml index ea877b9f0..57c8f6b5b 100644 --- a/tests_e2e/test_suites/agent_persist_firewall.yml +++ b/tests_e2e/test_suites/agent_persist_firewall.yml @@ -15,6 +15,7 @@ owns_vm: true # This vm cannot be shared with other tests because it modifies t # (2023-11-14T19:04:13.738695Z ERROR ExtHandler ExtHandler Unable to setup the persistent firewall rules: [Errno 30] Read-only file system: '/lib/systemd/system/waagent-network-setup.service) skip_on_images: - "azure-linux_3" # TODO: the test in unstable on Azure Linux 3; skipping for now + - "azure-linux_3_fips" # TODO: the test in unstable on Azure Linux 3; skipping for now - "azure-linux_3_arm64" # TODO: the test in unstable on Azure Linux 3; skipping for now - "debian_9" # TODO: Reboot is slow on debian_9. Need to investigate further. - "flatcar" diff --git a/tests_e2e/test_suites/ext_sequencing.yml b/tests_e2e/test_suites/ext_sequencing.yml index 78c73dee1..f710a45d4 100644 --- a/tests_e2e/test_suites/ext_sequencing.yml +++ b/tests_e2e/test_suites/ext_sequencing.yml @@ -8,6 +8,3 @@ tests: images: "endorsed" # This scenario is executed on instances of a scaleset created by the agent test suite. executes_on_scale_set: true -skip_on_images: # TODO: AzureMonitorLinuxAgent, used by this test, currently does not work on Azure Linux 3. Remove this once it is fixed. - - "azure-linux_3" - - "azure-linux_3_arm64" diff --git a/tests_e2e/test_suites/images.yml b/tests_e2e/test_suites/images.yml index 0935bffd7..ef0fa434c 100644 --- a/tests_e2e/test_suites/images.yml +++ b/tests_e2e/test_suites/images.yml @@ -19,6 +19,7 @@ image-sets: - "suse_12" - "mariner_2" - "azure-linux_3" + - "azure-linux_3_fips" - "suse_15" - "rhel_79" - "rhel_82" @@ -108,6 +109,11 @@ images: locations: AzureUSGovernment: [] AzureChinaCloud: [] + azure-linux_3_fips: + urn: "microsoftcblmariner azure-linux-3 azure-linux-3-gen2-fips latest" + locations: + AzureUSGovernment: [] + AzureChinaCloud: [] azure-linux_3_arm64: urn: "microsoftcblmariner azure-linux-3 azure-linux-3-arm64 latest" locations: