Lack of Internet connectivity is not treated as fatal 21/12221/2
authorvitikkan <viktor.tikkanen@nokia.com>
Wed, 13 Apr 2016 07:05:35 +0000 (10:05 +0300)
committervitikkan <viktor.tikkanen@nokia.com>
Wed, 13 Apr 2016 07:32:10 +0000 (10:32 +0300)
Implements partly JIRA: FUNCTEST-195

Change-Id: Iacf9216bb549109e07a6cbc9b68c863f17736df4
Signed-off-by: vitikkan <viktor.tikkanen@nokia.com>
testcases/config_functest.py

index 657bf0b..8edb3ed 100755 (executable)
@@ -87,8 +87,7 @@ def action_start():
     Start the functest environment installation
     """
     if not functest_utils.check_internet_connectivity():
-        logger.error("There is no Internet connectivity. Please check the network configuration.")
-        exit(-1)
+        logger.info("No Internet connectivity. This may affect some test case suites.")
 
     if action_check():
         logger.info("Functest environment already installed. Nothing to do.")