summaryrefslogtreecommitdiffstats
path: root/nfvbench/traffic_client.py
diff options
context:
space:
mode:
authorahothan <ahothan@cisco.com>2018-11-01 08:17:49 -0700
committerahothan <ahothan@cisco.com>2018-11-01 08:17:49 -0700
commitf1d59a8130dce2ac9295bc5495e628fdb752b74d (patch)
treeb924612036158d7d3cbc448390e1a897ffc67302 /nfvbench/traffic_client.py
parented33e56c9b8771ed9d22fc3cc19e049a76137db8 (diff)
NFVBENCH-105 ARP not working with NFVbench 2.02.0.2
Fix type in arp record field. Remove unneeded code. Change-Id: I7a77f66c5e1c357907f4fd113f864708a351f152 Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'nfvbench/traffic_client.py')
-rwxr-xr-xnfvbench/traffic_client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nfvbench/traffic_client.py b/nfvbench/traffic_client.py
index 810f7dd..34d93cf 100755
--- a/nfvbench/traffic_client.py
+++ b/nfvbench/traffic_client.py
@@ -463,7 +463,6 @@ class TrafficClient(object):
def setup(self):
"""Set up the traffic client."""
- self.gen.set_mode()
self.gen.clear_stats()
def get_version(self):