diff --git a/ansible/library/test_facts.py b/ansible/library/test_facts.py index 77d3c72f6be..8233b13dae6 100644 --- a/ansible/library/test_facts.py +++ b/ansible/library/test_facts.py @@ -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: diff --git a/ansible/roles/test/tasks/bgp_multipath_relax.yml b/ansible/roles/test/tasks/bgp_multipath_relax.yml index a6052d4829c..dd5272aa9a5 100644 --- a/ansible/roles/test/tasks/bgp_multipath_relax.yml +++ b/ansible/roles/test/tasks/bgp_multipath_relax.yml @@ -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