From: jose.lausuch Date: Thu, 18 Feb 2016 15:04:22 +0000 (+0100) Subject: Remove network failed message check form vping_ssh X-Git-Tag: brahmaputra.1.0~29 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F23%2F10223%2F1;p=functest.git Remove network failed message check form vping_ssh Change-Id: I72d97af3ddd76f698ce54918cf92f98c8f5a7fd4 Signed-off-by: jose.lausuch (cherry picked from commit 4789710123718723adbc84ab6445ac141e074a9b) --- diff --git a/testcases/vPing/CI/libraries/vPing_ssh.py b/testcases/vPing/CI/libraries/vPing_ssh.py index 1ace01b10..9fcb11ef7 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 "\