Commit b8fb3eb8 authored by Hejing Li's avatar Hejing Li
Browse files

nodeconfig: remove sleep in UDPshortClient node

parent 18eb5dc3
...@@ -400,11 +400,6 @@ class IperfUDPShortClient(AppConfig): ...@@ -400,11 +400,6 @@ class IperfUDPShortClient(AppConfig):
cmds = ['sleep 1', cmds = ['sleep 1',
'iperf -c ' + self.server_ip + ' -u -n 1 '] 'iperf -c ' + self.server_ip + ' -u -n 1 ']
if self.is_last:
cmds.append('sleep 0.5')
else:
cmds.append('sleep 10')
return cmds return cmds
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment