Remove network failed message check form vping_ssh
authorjose.lausuch <jose.lausuch@ericsson.com>
Thu, 18 Feb 2016 15:04:22 +0000 (16:04 +0100)
committerjose.lausuch <jose.lausuch@ericsson.com>
Thu, 18 Feb 2016 15:04:22 +0000 (16:04 +0100)
Change-Id: I72d97af3ddd76f698ce54918cf92f98c8f5a7fd4
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
testcases/vPing/CI/libraries/vPing_ssh.py

index 1ace01b..9fcb11e 100644 (file)
@@ -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 "\