summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testcases/functest_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/functest_utils.py b/testcases/functest_utils.py
index 26c1f478f..838b09c4b 100644
--- a/testcases/functest_utils.py
+++ b/testcases/functest_utils.py
@@ -196,7 +196,7 @@ def check_neutron_net(neutron_client, net_name):
-def check_internet_connectivity(url='http://www.google.com/'):
+def check_internet_connectivity(url='http://www.opnfv.org/'):
"""
Check if there is access to the internet
"""