Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/library/test_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
ptf_host:
bgp_fact:
filename: bgp_fact.yml
topologies: [t0, t0-64, t0-64-32, t1, t1-lag, t1-lag-64]
topologies: [t0, t0-64, t0-64-32, t1, t1-lag, t1-64-lag]
...

To use it:
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/test/tasks/bgp_multipath_relax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- fail: msg="please provide testbed_type for bgp_multipath_relax test"
when: testbed_type is not defined

- fail: mgs="This test only works for leaf routers as DUT in topology, t1, t1-lag, t1-lag-64"
- fail: mgs="This test only works for leaf routers as DUT in topology, t1, t1-lag, t1-64-lag"
when: testbed_type not in ['t1', 't1-lag', 't1-64-lag']

- name: Gathering minigraph facts about the device
Expand Down