diff options
Diffstat (limited to 'tests/topotests/bgp-auth/test_bgp_auth.py')
| -rw-r--r-- | tests/topotests/bgp-auth/test_bgp_auth.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/topotests/bgp-auth/test_bgp_auth.py b/tests/topotests/bgp-auth/test_bgp_auth.py index 559cf4fb1b..f01ce8844f 100644 --- a/tests/topotests/bgp-auth/test_bgp_auth.py +++ b/tests/topotests/bgp-auth/test_bgp_auth.py @@ -69,6 +69,8 @@ from lib.common_config import apply_raw_config ERROR_LIST = ["Malformed", "Failure", "Unknown", "Incomplete"] +pytestmark = [pytest.mark.bgpd, pytest.mark.ospfd] + class InvalidCLIError(Exception): """Raise when the CLI command is wrong""" |
