diff options
author | Miroslav Miklus <mmiklus@cisco.com> | 2016-07-28 13:33:18 +0200 |
---|---|---|
committer | Miroslav Miklus <mmiklus@cisco.com> | 2016-08-10 11:31:25 +0000 |
commit | 72be8262ea5dc0136a21032402b7f4ffa5ff4576 (patch) | |
tree | 73708f944e30f37dfe36ac02ab8f5d35fd13d88f /resources/tools/t-rex | |
parent | b2841cae8eb34a0a0c5b26cf344d6a0d39a1af3e (diff) |
CSIT-321 L2 Cross-connect - baseline - NIC-to-NIC(XL710)
Change-Id: I0c78d17242eedbfa573f1e2c20dc491a71b8dd4a
Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
Diffstat (limited to 'resources/tools/t-rex')
-rwxr-xr-x | resources/tools/t-rex/t-rex-stateless.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/t-rex/t-rex-stateless.py b/resources/tools/t-rex/t-rex-stateless.py index 6c7579d0c3..f456b66316 100755 --- a/resources/tools/t-rex/t-rex-stateless.py +++ b/resources/tools/t-rex/t-rex-stateless.py @@ -380,7 +380,7 @@ def simple_burst(stream_a, stream_b, stream_lat_a, stream_lat_b, duration, rate, if client.get_warnings(): for warning in client.get_warnings(): - print_error(warning) + print(warning) # read the stats after the test stats = client.get_stats() @@ -408,7 +408,7 @@ def simple_burst(stream_a, stream_b, stream_lat_a, stream_lat_b, duration, rate, if client.get_warnings(): for warning in client.get_warnings(): - print_error(warning) + print(warning) # read the stats after the test stats = client.get_stats() |