From 5a94b1e150e324a9d9f3d34c695b4722a00bc138 Mon Sep 17 00:00:00 2001 From: Nageswara Nandigam <84482346+nagworld9@users.noreply.github.com> Date: Tue, 29 Oct 2024 09:34:36 -0700 Subject: [PATCH] update rocky publisher name (#3251) --- tests_e2e/orchestrator/lib/agent_test_suite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests_e2e/orchestrator/lib/agent_test_suite.py b/tests_e2e/orchestrator/lib/agent_test_suite.py index 0d649dbe45..b499e3afaa 100644 --- a/tests_e2e/orchestrator/lib/agent_test_suite.py +++ b/tests_e2e/orchestrator/lib/agent_test_suite.py @@ -940,7 +940,7 @@ def read_file(path: str) -> str: template: Dict[str, Any] = json.loads(read_file(str(self._test_source_directory/"orchestrator"/"templates/vmss.json"))) # Scale sets for some images need to be deployed with 'plan' property - plan_required_images = ["almalinux", "kinvolk", "erockyenterprisesoftwarefoundationinc1653071250513"] + plan_required_images = ["almalinux", "kinvolk", "resf"] if publisher in plan_required_images: resources: List[Dict[str, Any]] = template.get('resources') for resource in resources: