replace default web site for testing internet connectivity 55/855/1
authorMorgan Richomme <morgan.richomme@orange.com>
Thu, 18 Jun 2015 07:04:18 +0000 (09:04 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Thu, 18 Jun 2015 07:04:18 +0000 (09:04 +0200)
previous one was filtered in China

JIRA: FUNCTEST-10

Change-Id: Ib5c7f1a6b69b12b2e78a3d8aca9dc78e5b7c652e
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
testcases/functest_utils.py

index 26c1f47..838b09c 100644 (file)
@@ -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
     """