]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: Add pytest.mark.pathd
authorDonald Sharp <sharpd@nvidia.com>
Sat, 23 Jan 2021 20:54:25 +0000 (15:54 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 4 Feb 2021 23:29:45 +0000 (18:29 -0500)
Go through and mark tests using pathd.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/isis-sr-te-topo1/test_isis_sr_te_topo1.py

index d7c95f28b84a0beb02089afb531920e52d9a3ea0..da59cfe7724d8bd9d745d66f76db3d6af7f62538 100755 (executable)
@@ -96,7 +96,8 @@ from lib.topolog import logger
 # Required to instantiate the topology builder class.
 from mininet.topo import Topo
 
-pytestmark = [pytest.mark.isisd]
+pytestmark = [pytest.mark.bgpd, pytest.mark.isisd, pytest.mark.pathd]
+
 
 class TemplateTopo(Topo):
     "Test topology builder"