diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-12-26 14:17:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-26 14:17:21 +0200 |
| commit | 3f6c106e487e790489e31ba81f4725778d81307e (patch) | |
| tree | b3005c219485e44574c25f28ba8a5ad52d676332 | |
| parent | 803ff41cc45a3653f21590376ed202e93616aa33 (diff) | |
| parent | 225a1c7ed66720dc8880b84c85511ff852e04476 (diff) | |
Merge pull request #17718 from cscarpitta/fix/fix-srv6-static-route-pytestmark
tests: Fix markers in `srv6_static_route` topotest
| -rwxr-xr-x | tests/topotests/srv6_static_route/test_srv6_route.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/srv6_static_route/test_srv6_route.py b/tests/topotests/srv6_static_route/test_srv6_route.py index f23e199d4a..e26775daf7 100755 --- a/tests/topotests/srv6_static_route/test_srv6_route.py +++ b/tests/topotests/srv6_static_route/test_srv6_route.py @@ -27,7 +27,7 @@ from lib import topotest from lib.topogen import Topogen, TopoRouter, get_topogen from lib.topolog import logger -pytestmark = [pytest.mark.bgpd, pytest.mark.sharpd] +pytestmark = [pytest.mark.staticd] def open_json_file(filename): |
