Github user remibergsma commented on the pull request:
https://github.com/apache/cloudstack/pull/1449#issuecomment-204764789
@swill In the logs I see this:
```
{returns: [u'--2016-04-01 21:41:30-- http://www.google.com/', u'Resolving
www.google.com... 2607:f8b0:4006:807::2004, 172.217.0.36', u'Connecting to
www.google.com|2607:f8b0:4006:807::2004|:80... failed: Network is
unreachable.', u'Connecting to www.google.com|172.217.0.36|:80... connected.',
u'HTTP request sent, awaiting response... 302 Found', u'Location:
http://www.google.ca/?gfe_rd=cr&ei=Cuv-Vo3NLuih8wfM-b6oAw [following]',
u'--2016-04-01 21:41:30--
http://www.google.ca/?gfe_rd=cr&ei=Cuv-Vo3NLuih8wfM-b6oAw', u'Resolving
www.google.ca... failed: Connection timed out.', u"wget: unable to resolve host
address 'www.google.ca'"]}
root: DEBUG: Result from SSH into the Virtual Machine: [u'--2016-04-01
21:41:30-- http://www.google.com/', u'Resolving www.google.com...
2607:f8b0:4006:807::2004, 172.217.0.36', u'Connecting to
www.google.com|2607:f8b0:4006:807::2004|:80... failed: Network is
unreachable.', u'Connecting to www.google.com|172.217.0.36|:80... connected.',
u'HTTP request sent, awaiting response... 302 Found', u'Location:
http://www.google.ca/?gfe_rd=cr&ei=Cuv-Vo3NLuih8wfM-b6oAw [following]',
u'--2016-04-01 21:41:30--
http://www.google.ca/?gfe_rd=cr&ei=Cuv-Vo3NLuih8wfM-b6oAw', u'Resolving
www.google.ca... failed: Connection timed out.', u"wget: unable to resolve host
address 'www.google.ca'"]
```
It resolved `google.com` but then gets redirected to `www.google.ca` which
it cannot resolve due to a timeout. Looks like a local issue, indeed. In a
newer version of the test we are testing the public gateway instead but that
hasn't been merged / sent as PR I guess.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---