Implements partly JIRA: FUNCTEST-195
Change-Id: Iacf9216bb549109e07a6cbc9b68c863f17736df4
Signed-off-by: vitikkan <viktor.tikkanen@nokia.com>
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.")