summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtestcases/config_functest.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/testcases/config_functest.py b/testcases/config_functest.py
index 657bf0b43..8edb3edb0 100755
--- a/testcases/config_functest.py
+++ b/testcases/config_functest.py
@@ -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.")