diff options
Diffstat (limited to 'tests/topotests/bgp_path_attributes_topo1')
-rw-r--r-- | tests/topotests/bgp_path_attributes_topo1/test_bgp_path_attributes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/topotests/bgp_path_attributes_topo1/test_bgp_path_attributes.py b/tests/topotests/bgp_path_attributes_topo1/test_bgp_path_attributes.py index df39032..8504737 100644 --- a/tests/topotests/bgp_path_attributes_topo1/test_bgp_path_attributes.py +++ b/tests/topotests/bgp_path_attributes_topo1/test_bgp_path_attributes.py @@ -78,6 +78,7 @@ pytestmark = [pytest.mark.bgpd, pytest.mark.staticd] # Address read from env variables ADDR_TYPES = check_address_types() + #### def setup_module(mod): """ |