diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-02-18 16:04:22 +0100 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-02-18 16:04:22 +0100 |
commit | 4789710123718723adbc84ab6445ac141e074a9b (patch) | |
tree | d50c3353cc26a9c4148fc1f62a0cfba60fe82edf /testcases/vPing/CI/libraries | |
parent | 80ddf6005f1e1afbcbc3183f2a0ced1a66fdfe8b (diff) |
Remove network failed message check form vping_ssh
Change-Id: I72d97af3ddd76f698ce54918cf92f98c8f5a7fd4
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'testcases/vPing/CI/libraries')
-rw-r--r-- | testcases/vPing/CI/libraries/vPing_ssh.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testcases/vPing/CI/libraries/vPing_ssh.py b/testcases/vPing/CI/libraries/vPing_ssh.py index 1ace01b1..9fcb11ef 100644 --- a/testcases/vPing/CI/libraries/vPing_ssh.py +++ b/testcases/vPing/CI/libraries/vPing_ssh.py @@ -502,8 +502,7 @@ def main(): if "Sending discover" in console_log and \ discover_count % 4 == 0 and not nolease : logger.debug("Console-log '%s': Sending discover..." % NAME_VM_2) - elif "No lease, failing" in console_log and\ - "network failed" in console_log and not nolease: + elif "No lease, failing" in console_log and not nolease: nolease = True logger.debug("Console-log '%s': No lease, failing..." % NAME_VM_2) logger.info("The instance failed to get an IP from "\ |