From 63b1c8f1ce382cde457761914e4c91265918238c Mon Sep 17 00:00:00 2001 From: Yichen Wang Date: Thu, 7 Sep 2017 00:30:02 -0700 Subject: [PATCH] Add -a to nuttcp run to increase reliability Change-Id: I093705ee677d6816d8df73f7aab6cd331ba85d86 --- vmtp/nuttcp_tool.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vmtp/nuttcp_tool.py b/vmtp/nuttcp_tool.py index 39b9cf7..b1a7018 100644 --- a/vmtp/nuttcp_tool.py +++ b/vmtp/nuttcp_tool.py @@ -151,10 +151,10 @@ class NuttcpTool(PerfTool): duration_sec = self.instance.get_cmd_duration() # use data port 5001 and control port 5002 # must be enabled in the VM security group - cmd = "%s -T%d %s -p5001 -P5002 -fparse %s" % (self.dest_path, - duration_sec, - opts, - target_ip) + cmd = "%s -a -T%d %s -p5001 -P5002 -fparse %s" % (self.dest_path, + duration_sec, + opts, + target_ip) self.instance.buginf(cmd) try: if no_cpu_timed: