diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-01-23 15:13:12 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-02-04 18:20:31 -0500 |
| commit | 6907ac7e2cd032106fde177ea423a82a653194ef (patch) | |
| tree | 716f361ff8f030ec79dbe4937137cad7a45634fe /tests/topotests/pim-basic/test_pim.py | |
| parent | ad39be1f59d06bf5339d06eefa85e5213b208bb9 (diff) | |
tests: Fixup to use the new `pytestmark =` syntax
Go through all the current tests and convert over to correct syntax
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/pim-basic/test_pim.py')
| -rw-r--r-- | tests/topotests/pim-basic/test_pim.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/topotests/pim-basic/test_pim.py b/tests/topotests/pim-basic/test_pim.py index 224b82f1fb..918d3847ce 100644 --- a/tests/topotests/pim-basic/test_pim.py +++ b/tests/topotests/pim-basic/test_pim.py @@ -43,6 +43,7 @@ from lib.topolog import logger from mininet.topo import Topo +pytestmark = [pytest.mark.pimd] class PIMTopo(Topo): def build(self, *_args, **_opts): |
