Github user miguelaferreira commented on the pull request: https://github.com/apache/cloudstack/pull/952#issuecomment-149990698 I ran the test against master with additional PRs (**#952**, #958, #951, #957, #940) and the result was `SUCCESSFUL`: ```xml <?xml version="1.0" encoding="UTF-8"?> <testsuite name="nosetests" tests="2" errors="0" failures="0" skip="0"> <testcase classname="integration.smoke.test_vpc_vpn.TestVpcRemoteAccessVpn" name="test_vpc_remote_access_vpn" time="1696.270"></testcase> <testcase classname="integration.smoke.test_vpc_vpn.TestVpcSite2SiteVpn" name="test_vpc_site2site_vpn" time="1268.090"> <system-err> <![CDATA[====Trying SSH Connection: Host:192.168.23.6 User:root Port:22 RetryCnt:10=== ===SSH to Host 192.168.23.6 port : 22 SUCCESSFUL=== {Cmd: /bin/ping -c 3 -t 10 10.1.1.165 |grep packet|cut -d ' ' -f 7| cut -f1 -d'%' via Host: 192.168.23.6} {returns: [u'0']} ]]> </system-err> </testcase> </testsuite> ``` I don't have the full Marvin log because my build failed to archive those. :+1:
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---