diff options
author | 2016-03-31 15:43:42 +0300 | |
---|---|---|
committer | 2016-03-31 15:51:18 +0300 | |
commit | 300ca9bcaa3309665421efd5ed51c49f9b81006d (patch) | |
tree | 3cd798b8fbde6a664cc258e2048e0ba2901de6e4 /scripts/automation/trex_control_plane/stl/examples | |
parent | 32b6b28437504ce80182f48cc99dd40f5feb626f (diff) |
new test only on loopback non virtual
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/examples')
-rw-r--r-- | scripts/automation/trex_control_plane/stl/examples/stl_imix.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/stl/examples/stl_imix.py b/scripts/automation/trex_control_plane/stl/examples/stl_imix.py index 0ca932c8..ecf0fe69 100644 --- a/scripts/automation/trex_control_plane/stl/examples/stl_imix.py +++ b/scripts/automation/trex_control_plane/stl/examples/stl_imix.py @@ -16,7 +16,7 @@ def imix_test (server, mult): # create client - c = STLClient(server = server, verbose_level = LoggerApi.VERBOSE_REGULAR) + c = STLClient(server = server) passed = True |