Github user remibergsma commented on the pull request:

    https://github.com/apache/cloudstack/pull/927#issuecomment-152284702
  
    @karuturi I tested the `test_vpc_site2site_vpn ` two more times, and it 
keeps failing. The same tests on master succeeds and also on other branches I 
recently tested. Can you please investigate?
    
    ```
    nosetests --with-marvin --marvin-config=${marvinCfg} -s -a 
tags=advanced,required_hardware=false smoke/test_vpc_vpn.py 
    ```
    
    Result:
    ```
    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 : FAILED 
===
    FAIL
    
    ======================================================================
    FAIL: Test VPN in VPC
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_vpn.py", 
line 691, in test_vpc_site2site_vpn
        self.assert_(int(packet_loss) == 0, "Ping did not succeed")
    AssertionError: Ping did not succeed
    ```
    
    ```
    paramiko.transport: DEBUG: [chan 0] EOF received (0)
    sshClient: DEBUG: {Cmd: /bin/ping -c 3 -t 10 10.1.1.220 |grep packet|cut -d 
' ' -f 7| cut -f1 -d'%' via Host: 192.168.23.6} {returns: [u'100']}
    paramiko.transport: DEBUG: [chan 0] EOF sent (0)
    test_vpc_site2site_vpn 
(integration.smoke.test_vpc_vpn.TestVpcSite2SiteVpn): CRITICAL: FAILED: 
test_vpc_site2site_vpn: ['Traceback (most recent call last):\n', '  File 
"/usr/lib64/python2.7/unittest/case.py", line 369, in run\n    testMethod()\n', 
'  File "/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_vpn.py", line 
691, in test_vpc_site2site_vpn\n    self.assert_(int(packet_loss) == 0, "Ping 
did not succeed")\n', '  File "/usr/lib64/python2.7/unittest/case.py", line 
462, in assertTrue\n    raise self.failureException(msg)\n', 'AssertionError: 
Ping did not succeed\n']
    --------------------- >> end captured logging << ---------------------
    
    ----------------------------------------------------------------------
    Ran 2 tests in 1556.005s
    
    FAILED (failures=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.
---

Reply via email to