diff options
Diffstat (limited to 'tests/topotests/route_scale/test_route_scale.py')
| -rw-r--r-- | tests/topotests/route_scale/test_route_scale.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/topotests/route_scale/test_route_scale.py b/tests/topotests/route_scale/test_route_scale.py index bbd6ef8d60..469ad42d64 100644 --- a/tests/topotests/route_scale/test_route_scale.py +++ b/tests/topotests/route_scale/test_route_scale.py @@ -48,6 +48,9 @@ from lib.common_config import shutdown_bringup_interface # Required to instantiate the topology builder class. from mininet.topo import Topo +pytestmark = [pytest.mark.sharpd] + + ##################################################### ## ## Network Topology Definition |
