Skip to content

Commit d50b0bc

Browse files
wangxinvrajeshe
authored andcommitted
Remove topo 'vs' in vxlan/test_vxlan_route_advertisement.py (sonic-net#20363)
"vs" is not really a valid topology. Remove it from the topology mark in vxlan/test_vxlan_route_advertisement.py. Signed-off-by: Xin Wang <[email protected]> Signed-off-by: Venkata Gouri Rajesh Etla <[email protected]>
1 parent 5b241bf commit d50b0bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/vxlan/test_vxlan_route_advertisement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
NEXTHOP_PREFIX = 100
2222
pytestmark = [
2323
# This script supports any T1 topology: t1, t1-64-lag, t1-56-lag, t1-lag.
24-
pytest.mark.topology("t1", "vs")
24+
pytest.mark.topology("t1")
2525
]
2626

2727

0 commit comments

Comments
 (0)