Github user michaelandersen commented on the pull request: https://github.com/apache/cloudstack/pull/1156#issuecomment-162520027 Just tested this on 4.6.1-SNAPSHOT with the command: ``` nosetests --with-marvin --marvin-config=/data/shared/marvin/mct-zone1-xen1.cfg -a tags=advanced,required_hardware=true /tmp/test_vpc_vpn.py ``` and it failed: ``` Test Remote Access VPN in VPC ... === TestName: test_vpc_remote_access_vpn | Status : SUCCESS === ok Test VPN in VPC ... === TestName: test_vpc_site2site_vpn | Status : EXCEPTION === ERROR ====================================================================== ERROR: Test VPN in VPC ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/test_vpc_vpn.py", line 712, in test_vpc_site2site_vpn self.assert_(int(packet_loss) == 0, "Ping did not succeed") ValueError: invalid literal for int() with base 10: 'received,' -------------------- >> begin captured stdout << --------------------- === TestName: test_vpc_site2site_vpn | Status : EXCEPTION === --------------------- >> end captured stdout << ---------------------- ``` I'm pretty sure this has to do with: https://github.com/sanju1010/cloudstack/blob/09409a7ac264e864c45146927b86229c8e67fbc8/test/integration/smoke/test_vpc_vpn.py/#L711
--- 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. ---