Skip to content

Commit

Permalink
tests: Add a pytest marker for the fpm
Browse files Browse the repository at this point in the history
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
  • Loading branch information
donaldsharp committed Mar 3, 2024
1 parent 7bba49e commit 8272f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/topotests/fpm_testing_topo1/test_fpm_topo1.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from lib.topolog import logger


pytestmark = [pytest.mark.sharpd]
pytestmark = [pytest.mark.fpm, pytest.mark.sharpd]


def build_topo(tgen):
Expand Down
1 change: 1 addition & 0 deletions tests/topotests/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ markers =
bfdd: Tests that run against BFDD
bgpd: Tests that run against BGPD
eigrpd: Tests that run against EIGRPD
fpm: Tests that run against the FPM
isisd: Tests that run against ISISD
ldpd: Tests that run against LDPD
mgmtd: Tests that run against MGMTD
Expand Down

0 comments on commit 8272f87

Please sign in to comment.