diff options
author | Donald Sharp <sharpd@nvidia.com> | 2021-07-28 15:36:30 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2021-07-28 15:36:30 +0200 |
commit | 6ff492b194bd64cd7cec2dec774c2c15d3b9d8eb (patch) | |
tree | 1be5113e9e8b89776a8655f87c25072772c02a89 /tests/topotests/ospf_tilfa_topo1 | |
parent | tests: Add pytestmark to get all snmp tests marked (diff) | |
download | frr-6ff492b194bd64cd7cec2dec774c2c15d3b9d8eb.tar.xz frr-6ff492b194bd64cd7cec2dec774c2c15d3b9d8eb.zip |
tests: Add pytest.mark.ospfd on tests missing this mark
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/ospf_tilfa_topo1')
-rw-r--r-- | tests/topotests/ospf_tilfa_topo1/test_ospf_tilfa_topo1.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/topotests/ospf_tilfa_topo1/test_ospf_tilfa_topo1.py b/tests/topotests/ospf_tilfa_topo1/test_ospf_tilfa_topo1.py index 489690471..b3da6e2a1 100644 --- a/tests/topotests/ospf_tilfa_topo1/test_ospf_tilfa_topo1.py +++ b/tests/topotests/ospf_tilfa_topo1/test_ospf_tilfa_topo1.py @@ -71,6 +71,8 @@ from lib.topolog import logger # Required to instantiate the topology builder class. from mininet.topo import Topo +pytestmark = [pytest.mark.ospfd] + class TemplateTopo(Topo): "Test topology builder" |