summaryrefslogtreecommitdiff
path: root/tests/topotests/simple-snmp-test/test_simple_snmp.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/simple-snmp-test/test_simple_snmp.py')
-rwxr-xr-xtests/topotests/simple-snmp-test/test_simple_snmp.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/topotests/simple-snmp-test/test_simple_snmp.py b/tests/topotests/simple-snmp-test/test_simple_snmp.py
index 88ff01bf0a..5647e2b663 100755
--- a/tests/topotests/simple-snmp-test/test_simple_snmp.py
+++ b/tests/topotests/simple-snmp-test/test_simple_snmp.py
@@ -46,6 +46,8 @@ from lib.snmptest import SnmpTester
# Required to instantiate the topology builder class.
from mininet.topo import Topo
+pytestmark = [pytest.mark.bgpd, pytest.mark.isisd, pytest.mark.snmp]
+
class TemplateTopo(Topo):
"Test topology builder"