diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-07-28 09:40:58 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-07-28 09:45:38 -0400 |
| commit | 9a47e7b213472de9df54f0d520fb920ffeea0934 (patch) | |
| tree | 6e300315f1140aa65cb09d7f39b7cc6422b783c8 /tests/topotests/srv6_locator | |
| parent | 6a1e89514dd55d43a3efb2f99d1b208df14772a6 (diff) | |
tests: Add pytest.mark.sharpd for those missing it
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/srv6_locator')
| -rwxr-xr-x | tests/topotests/srv6_locator/test_srv6_locator.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/topotests/srv6_locator/test_srv6_locator.py b/tests/topotests/srv6_locator/test_srv6_locator.py index a7416ce085..04b0d8db97 100755 --- a/tests/topotests/srv6_locator/test_srv6_locator.py +++ b/tests/topotests/srv6_locator/test_srv6_locator.py @@ -43,6 +43,8 @@ from lib.topogen import Topogen, TopoRouter, get_topogen from lib.topolog import logger from mininet.topo import Topo +pytestmark = [pytest.mark.bgpd, pytest.mark.sharpd] + def open_json_file(filename): try: |
