Skip to content

Commit

Permalink
Change topology mark of test_bgp_gr_helper.py from t1 to any (sonic-n…
Browse files Browse the repository at this point in the history
…et#3248)

The test_bgp_gr_helper.py script should can be executed on t0  topology too.
This change is to update its topology marker from t0 to any.

Signed-off-by: Xin Wang <[email protected]>
  • Loading branch information
wangxin authored and vmittal-msft committed Sep 28, 2021
1 parent 28c6414 commit b700f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bgp/test_bgp_gr_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from tests.common.utilities import wait_until

pytestmark = [
pytest.mark.topology('t1'),
pytest.mark.topology('any'),
pytest.mark.device_type('vs')
]

Expand Down

0 comments on commit b700f0c

Please sign in to comment.