diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-01-26 13:50:41 +0100 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-01-26 13:56:49 +0100 |
commit | f4a91d2805ead7991616d7cebdaa607d15f6f60d (patch) | |
tree | be617e3aa596641b047ea9c7b251cb145e08bcca /testcases/vPing/CI/libraries | |
parent | 4173e2539cbf50f1385a1ce131b6a4af1b5ef29f (diff) |
Add whitespace in the vPing2 command
Change-Id: I5bf8eb21e5b09238e1281a1cd292444e9cb2df05
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'testcases/vPing/CI/libraries')
-rw-r--r-- | testcases/vPing/CI/libraries/vPing2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/vPing/CI/libraries/vPing2.py b/testcases/vPing/CI/libraries/vPing2.py index b358cb71..3b374da4 100644 --- a/testcases/vPing/CI/libraries/vPing2.py +++ b/testcases/vPing/CI/libraries/vPing2.py @@ -496,7 +496,7 @@ def main(): sec = 0 duration = 0 - cmd = '~/ping.sh' + IP_1 + cmd = '~/ping.sh ' + IP_1 while True: time.sleep(1) # we do the SCP every time in the loop because while testing, I observed |