From 2a16d27a0f91c6f44180859f4d265da02af5715a Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 28 Jul 2021 08:31:30 -0400 Subject: [PATCH] tests: Add pytestmark to get all snmp tests marked Signed-off-by: Donald Sharp --- tests/topotests/ldp_snmp/test_ldp_snmp_topo1.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/topotests/ldp_snmp/test_ldp_snmp_topo1.py b/tests/topotests/ldp_snmp/test_ldp_snmp_topo1.py index f47d906157..8052316d73 100644 --- a/tests/topotests/ldp_snmp/test_ldp_snmp_topo1.py +++ b/tests/topotests/ldp_snmp/test_ldp_snmp_topo1.py @@ -81,6 +81,7 @@ from lib.snmptest import SnmpTester # Required to instantiate the topology builder class. from mininet.topo import Topo +pytestmark = [pytest.mark.ldpd, pytest.mark.isisd, pytest.mark.snmp] class TemplateTopo(Topo): "Test topology builder"