Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2f8e2e4
)
replace default web site for testing internet connectivity
55/855/1
author
Morgan Richomme
<morgan.richomme@orange.com>
Thu, 18 Jun 2015 07:04:18 +0000
(09:04 +0200)
committer
Morgan 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
patch
|
blob
|
history
diff --git
a/testcases/functest_utils.py
b/testcases/functest_utils.py
index
26c1f47
..
838b09c
100644
(file)
--- 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
"""