Skip to content

Commit e71fa9c

Browse files
isabelmsftparmarkj
authored andcommitted
Skip RDMA tests on specific hwsku based on support (sonic-net#8343)
### Description of PR Summary: There is a dependency between E2E test improvements PR: sonic-net#8341 and sonic-utilities GCU RDMA feature PR: sonic-net/sonic-utilities#2791 This PR skips the RDMA tests that will fail when the platform GCU RDMA feature PR is merged. After the GCU RDMA feature PR is merged and backported to the appropriate branch, we will revert this PR to stop skipping the E2E tests, and merge the E2E test improvements PR so that the tests will pass once the feature changes take effect.
1 parent 75c6594 commit e71fa9c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

+14-1
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,12 @@ generic_config_updater:
448448
conditions:
449449
- "'t2' in topo_name"
450450

451+
generic_config_updater/test_ecn_config_update.py::test_ecn_config_updates:
452+
skip:
453+
reason: "This test is not run on this asic type currently"
454+
conditions:
455+
- "asic_type in ['cisco-8000']"
456+
451457
generic_config_updater/test_eth_interface.py::test_replace_fec:
452458
skip:
453459
reason: 'replace_fec ethernet test is not supported on virtual switch'
@@ -475,9 +481,16 @@ generic_config_updater/test_eth_interface.py::test_update_valid_invalid_index[33
475481

476482
generic_config_updater/test_incremental_qos.py::test_incremental_qos_config_updates:
477483
skip:
478-
reason: "This test was not run on this hwsku type currently"
484+
reason: "This test is not run on this hwsku/asic type currently"
479485
conditions:
480486
- "not any(i in hwsku for i in ['2700', 'Arista-7170-64C', 'montara', 'newport'])"
487+
- "asic_type in ['broadcom', 'cisco-8000']"
488+
489+
generic_config_updater/test_mmu_dynamic_threshold_config_update.py::test_dynamic_th_config_updates:
490+
skip:
491+
reason: "This test is not run on this asic type currently"
492+
conditions:
493+
- "asic_type in ['broadcom', 'cisco-8000']"
481494

482495
#######################################
483496
##### http #####

0 commit comments

Comments
 (0)