Skip to content

Commit

Permalink
Correct test_bgp_prefix topo (sonic-net#12740)
Browse files Browse the repository at this point in the history
Correct the topo that was misconfigured in previous PR
  • Loading branch information
wen587 authored May 7, 2024
1 parent 7c5644f commit 5cba66f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .azure-pipelines/pr_test_scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ t0:
- fdb/test_fdb_mac_expire.py
- fdb/test_fdb_mac_move.py
- generic_config_updater/test_aaa.py
- generic_config_updater/test_bgp_prefix.py
- generic_config_updater/test_bgp_speaker.py
- generic_config_updater/test_bgpl.py
- generic_config_updater/test_cacl.py
Expand Down
2 changes: 1 addition & 1 deletion tests/generic_config_updater/test_bgp_prefix.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from tests.generic_config_updater.gu_utils import create_checkpoint, delete_checkpoint, rollback_or_reload

pytestmark = [
pytest.mark.topology('t0', 't1')
pytest.mark.topology('t1'), # It is a t1 only feature
]

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 5cba66f

Please sign in to comment.