From 3748e8d03020ebfa086dbb397fdffe94e7830af0 Mon Sep 17 00:00:00 2001 From: Kuldeep Kashyap Date: Sun, 7 Aug 2022 17:02:02 -0700 Subject: [PATCH] tests: Add pim6d marker to pytest.ini Added pim6d marker to pytest.ini file, to run tests pim6d marker based, if added to scripts. Signed-off-by: Kuldeep Kashyap --- tests/topotests/pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/topotests/pytest.ini b/tests/topotests/pytest.ini index 7dd13935b1..6986e3051c 100644 --- a/tests/topotests/pytest.ini +++ b/tests/topotests/pytest.ini @@ -46,6 +46,7 @@ markers = pathd: Tests that run against PATHD pbrd: Tests that run against PBRD pimd: Tests that run against PIMD + pim6d: Tests that run against PIM6D ripd: Tests that run against RIPD ripngd: Tests that run against RIPNGD sharpd: Tests that run against SHARPD -- 2.39.5