diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-07-28 09:37:28 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-07-28 09:45:38 -0400 |
| commit | bf3a0a9a4b4bf0cd31da2aa93a4e03172860c3f2 (patch) | |
| tree | 346b1d838c542b3403e403aef0b840f8c9109dd6 /tests/topotests/bgp_link_bw_ip | |
| parent | 6ff492b194bd64cd7cec2dec774c2c15d3b9d8eb (diff) | |
tests: Add pytest.mark.bgpd for tests missing this mark
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/bgp_link_bw_ip')
| -rw-r--r-- | tests/topotests/bgp_link_bw_ip/test_bgp_linkbw_ip.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/topotests/bgp_link_bw_ip/test_bgp_linkbw_ip.py b/tests/topotests/bgp_link_bw_ip/test_bgp_linkbw_ip.py index f09ff20651..3fcc3bec9a 100644 --- a/tests/topotests/bgp_link_bw_ip/test_bgp_linkbw_ip.py +++ b/tests/topotests/bgp_link_bw_ip/test_bgp_linkbw_ip.py @@ -46,6 +46,9 @@ from lib.topolog import logger # Required to instantiate the topology builder class. from mininet.topo import Topo +pytestmark = [pytest.mark.bgpd] + + """ This topology is for validating one of the primary use cases for weighted ECMP (a.k.a. Unequal cost multipath) using BGP link-bandwidth: |
