# Required to instantiate the topology builder class.
from mininet.topo import Topo
+pytestmark = [pytest.mark.sharpd]
+
+
#####################################################
##
## Network Topology Definition
from lib.topolog import logger
from mininet.topo import Topo
+pytestmark = [pytest.mark.bgpd, pytest.mark.sharpd]
+
def open_json_file(filename):
try:
# Required to instantiate the topology builder class.
from mininet.topo import Topo
+pytestmark = [pytest.mark.sharpd]
+
+
#####################################################
##
## Network Topology Definition
# Required to instantiate the topology builder class.
from mininet.topo import Topo
+pytestmark = [pytest.mark.sharpd]
+
class ZebraTopo(Topo):
"Test topology builder"
from lib.common_config import shutdown_bringup_interface
from mininet.topo import Topo
+pytestmark = [pytest.mark.sharpd]
+
def open_json_file(filename):
try:
from lib.common_config import shutdown_bringup_interface
from mininet.topo import Topo
+pytestmark = [pytest.mark.sharpd]
+
def open_json_file(filename):
try: