diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index e18d3914f4d..181fb3db78d 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -185,7 +185,7 @@ crm/test_crm.py::test_crm_fdb_entry: skip: reason: "Unsupported topology, expected to run only on 'T0*' or 'M0/MX' topology" conditions: - - "'t0' not in topo_name and topo_name not in ['m0', 'mx']" + - "'t0' not in topo_name and topo_type not in ['m0', 'mx']" ####################################### ##### decap ##### @@ -237,7 +237,7 @@ drop_packets: skip: reason: "M0/MX topo does not support drop_packets" conditions: - - "topo_name in ['m0', 'mx']" + - "topo_type in ['m0', 'mx']" ####################################### ##### dualtor ##### @@ -531,13 +531,13 @@ iface_namingmode/test_iface_namingmode.py::TestShowPriorityGroup: skip: reason: "M0/MX topo does not support TestShowPriorityGroup" conditions: - - "topo_name in ['m0', 'mx']" + - "topo_type in ['m0', 'mx']" iface_namingmode/test_iface_namingmode.py::TestShowQueue: skip: reason: "M0/MX topo does not support TestShowQueue" conditions: - - "topo_name in ['m0', 'mx']" + - "topo_type in ['m0', 'mx']" iface_namingmode/test_iface_namingmode.py::TestShowQueue::test_show_queue_persistent_watermark: xfail: @@ -632,7 +632,7 @@ mvrf: skip: reason: "M0/MX topo does not support mvrf" conditions: - - "topo_name in ['m0', 'mx']" + - "topo_type in ['m0', 'mx']" ####################################### ##### nat ##### @@ -723,7 +723,7 @@ pfcwd: skip: reason: "Pfcwd tests skipped on m0/mx testbed." conditions: - - "topo_name in ['m0', 'mx']" + - "topo_type in ['m0', 'mx']" pfcwd/test_pfc_config.py::TestPfcConfig::test_forward_action_cfg: skip: @@ -788,7 +788,7 @@ qos: skip: reason: "M0/MX topo does not support qos" conditions: - - "topo_name in ['m0', 'mx']" + - "topo_type in ['m0', 'mx']" qos/test_buffer.py: skip: @@ -979,13 +979,13 @@ snmp/test_snmp_pfc_counters.py: skip: reason: "M0/MX topo does not support test_snmp_pfc_counters" conditions: - - "topo_name in ['m0', 'mx']" + - "topo_type in ['m0', 'mx']" snmp/test_snmp_queue.py: skip: reason: "Interfaces not present on supervisor node or M0/MX topo does not support test_snmp_queue or unsupported platform" conditions: - - "topo_name in ['m0', 'mx'] or asic_type in ['barefoot']" + - "topo_type in ['m0', 'mx'] or asic_type in ['barefoot']" ####################################### ##### span #####