From ca4b9ca9d8574d4e5513029aa61a1c9c65fa58f0 Mon Sep 17 00:00:00 2001 From: Chenyang Wang <49756587+cyw233@users.noreply.github.com> Date: Fri, 3 Jan 2025 17:31:12 +1100 Subject: [PATCH] chore: enable parallel run for override in 202405 (#16227) Description of PR Enable parallel run for override_config_table/test_override_config_table_masic.py in 202405 Summary: Fixes # (issue) Microsoft ADO 30056122 Approach What is the motivation for this PR? Previously we disabled parallel run for override_config_table/test_override_config_table_masic.py in 202405 as it's not compatible with the existing infra. Now this test has been enhanced in #16226 so we can enable parallel run for it. co-authorized by: jianquanye@microsoft.com --- tests/test_parallel_modes/cisco_t2_8800.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_parallel_modes/cisco_t2_8800.json b/tests/test_parallel_modes/cisco_t2_8800.json index 75332de4426..44e69d215d9 100644 --- a/tests/test_parallel_modes/cisco_t2_8800.json +++ b/tests/test_parallel_modes/cisco_t2_8800.json @@ -12,6 +12,7 @@ "lldp/test_lldp.py": "FULL_PARALLEL", "lldp/test_lldp_syncd.py": "FULL_PARALLEL", "memory_checker/test_memory_checker.py": "FULL_PARALLEL", + "override_config_table/test_override_config_table_masic.py": "FULL_PARALLEL", "passw_hardening/test_passw_hardening.py": "FULL_PARALLEL", "pc/test_po_cleanup.py": "FULL_PARALLEL", "platform_tests/api/test_chassis.py": "FULL_PARALLEL",