From 1990ec1c4fd32e68272e0ae0947b78c8f1506220 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Sat, 17 Feb 2024 17:16:29 -0500 Subject: [PATCH] tests: Add a pytest marker for the fpm Signed-off-by: Donald Sharp --- tests/topotests/fpm_testing_topo1/test_fpm_topo1.py | 2 +- tests/topotests/pytest.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/topotests/fpm_testing_topo1/test_fpm_topo1.py b/tests/topotests/fpm_testing_topo1/test_fpm_topo1.py index 557e55148069..bb4d02d342e8 100644 --- a/tests/topotests/fpm_testing_topo1/test_fpm_topo1.py +++ b/tests/topotests/fpm_testing_topo1/test_fpm_topo1.py @@ -31,7 +31,7 @@ from lib.topolog import logger -pytestmark = [pytest.mark.sharpd] +pytestmark = [pytest.mark.fpm, pytest.mark.sharpd] def build_topo(tgen): diff --git a/tests/topotests/pytest.ini b/tests/topotests/pytest.ini index 98fcfbc848bb..db806fed395f 100644 --- a/tests/topotests/pytest.ini +++ b/tests/topotests/pytest.ini @@ -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