diff options
| author | Mark Stapp <mjs@voltanet.io> | 2021-01-15 08:44:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-15 08:44:51 -0500 |
| commit | ea8885d54e0ea29068f1b6df575e4cae5f7a89e1 (patch) | |
| tree | 4a471ef92eb9b13f1e6161976b19b750936db0c1 /tests/topotests/pim-basic/test_pim.py | |
| parent | c780fef631dfe72f41b8d865b961b7b3aaa7a871 (diff) | |
| parent | b9f3e47f3a4010d8ea3179db7e6b602a40e349cb (diff) | |
Merge pull request #7870 from donaldsharp/pytest_marking
tests: Start the ability to mark tests
Diffstat (limited to 'tests/topotests/pim-basic/test_pim.py')
| -rw-r--r-- | tests/topotests/pim-basic/test_pim.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/pim-basic/test_pim.py b/tests/topotests/pim-basic/test_pim.py index e8a9f72b48..74a7fbf16e 100644 --- a/tests/topotests/pim-basic/test_pim.py +++ b/tests/topotests/pim-basic/test_pim.py @@ -80,7 +80,7 @@ class PIMTopo(Topo): sw.add_link(tgen.gears["r1"]) sw.add_link(tgen.gears["r3"]) - +@pytest.mark.pim def setup_module(mod): "Sets up the pytest environment" tgen = Topogen(PIMTopo, mod.__name__) |
