mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 04:14:19 +00:00
tests: Add pytestmark to get all snmp tests marked
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
a7d21b682e
commit
2a16d27a0f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user