tests: Add pytest.mark.pathd

Go through and mark tests using pathd.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2021-01-23 15:54:25 -05:00
parent 2c647bcdc8
commit 785eb4f72f

View File

@ -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"