Skip to content

Commit 6f2d615

Browse files
authored
Add t1-64-lag topo for test_lag_2.py::test_lag_db_status_with_po_update case (#10031)
What is the motivation for this PR? test_lag_2.py::test_lag_db_status_with_po_update supports t1-64-lag topo. How did you do it? Add t1-64-lag topo in conditions yaml file Signed-off-by: Zhaohui Sun <[email protected]>
1 parent 0ec3851 commit 6f2d615

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -705,9 +705,9 @@ override_config_table/test_override_config_table.py:
705705
#######################################
706706
pc/test_lag_2.py::test_lag_db_status_with_po_update:
707707
skip:
708-
reason: "Only support t1-lag, t1-56-lag and t2 topology"
708+
reason: "Only support t1-lag, t1-56-lag, t1-64-lag and t2 topology"
709709
conditions:
710-
- "topo_name not in ['t1-lag', 't1-56-lag'] and 't2' not in topo_name"
710+
- "topo_name not in ['t1-lag', 't1-56-lag', 't1-64-lag'] and 't2' not in topo_name"
711711

712712
pc/test_lag_member.py:
713713
skip:

0 commit comments

Comments
 (0)