diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-01-23 15:42:21 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-02-04 18:28:36 -0500 |
| commit | 3dedee4fe19d06903df3b0914ed4f16e176df234 (patch) | |
| tree | e70d6ec2bf1a28f197e74279d17fb8e8279db458 /tests/topotests/bgp-auth/test_bgp_auth.py | |
| parent | 6907ac7e2cd032106fde177ea423a82a653194ef (diff) | |
tests: Add pytest.mark.ospfd to tests
Add pytest marking for ospfd. This commit also has some other test markings
because I do not want to have to go through the same test multiple times.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
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""" |
