summaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/security_scan/scripts/internet_check.py
diff options
context:
space:
mode:
Diffstat (limited to 'functest/opnfv_tests/security_scan/scripts/internet_check.py')
-rw-r--r--functest/opnfv_tests/security_scan/scripts/internet_check.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/functest/opnfv_tests/security_scan/scripts/internet_check.py b/functest/opnfv_tests/security_scan/scripts/internet_check.py
index 1bed50a70..d417d1748 100644
--- a/functest/opnfv_tests/security_scan/scripts/internet_check.py
+++ b/functest/opnfv_tests/security_scan/scripts/internet_check.py
@@ -22,4 +22,6 @@ def is_connected():
return True
except:
return False
+
+
print is_connected()