diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-01-23 15:54:25 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-02-04 18:29:45 -0500 |
| commit | 785eb4f72f955b40dec12c00d5c92f97f5cc7bda (patch) | |
| tree | 414c262039162ca9a091534276445d68e2ea9e04 | |
| parent | 2c647bcdc8aebee56d3409bab75b73c74cee55b8 (diff) | |
tests: Add pytest.mark.pathd
Go through and mark tests using pathd.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
| -rwxr-xr-x | tests/topotests/isis-sr-te-topo1/test_isis_sr_te_topo1.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/topotests/isis-sr-te-topo1/test_isis_sr_te_topo1.py b/tests/topotests/isis-sr-te-topo1/test_isis_sr_te_topo1.py index d7c95f28b8..da59cfe772 100755 --- a/tests/topotests/isis-sr-te-topo1/test_isis_sr_te_topo1.py +++ b/tests/topotests/isis-sr-te-topo1/test_isis_sr_te_topo1.py @@ -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" |
