Add the ability to run snmp tests
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
# Required to instantiate the topology builder class.
from mininet.topo import Topo
-pytestmark = [pytest.mark.bgpd, pytest.mark.isisd]
+pytestmark = [pytest.mark.bgpd, pytest.mark.isisd, pytest.mark.snmp]
class TemplateTopo(Topo):
sharpd: Tests that run against SHARPD
staticd: Tests that run against STATICD
vrrpd: Tests that run against VRRPD
+ snmp: Tests that run against snmp changes
[topogen]
# Default configuration values
# 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"