diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-26 13:02:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-26 13:03:00 +0000 |
commit | 1c80d3aad92d1372c3cd123b318b23d01f6b4ba5 (patch) | |
tree | 868559478abb6480ba9e8ea281c03edaf2c9209c /testcases | |
parent | 3eb953d20bbecf56fb91a24d5c1fba7f56a606c3 (diff) | |
parent | f4a91d2805ead7991616d7cebdaa607d15f6f60d (diff) |
Merge "Add whitespace in the vPing2 command"
Diffstat (limited to 'testcases')
-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 b358cb716..3b374da43 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 |