Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/1487#issuecomment-209099808
  
    just to finalize my report, @swill ; I isolated the failing test:
    ```
    SSH into VM: 192.168.23.7
    ====Trying SSH Connection: Host:192.168.23.7 User:root                      
             Port:22 RetryCnt:20===
    ====Trying SSH Connection: Host:192.168.23.7 User:root                      
             Port:22 RetryCnt:20===
    ====Trying SSH Connection: Host:192.168.23.7 User:root                      
             Port:22 RetryCnt:20===
    ====Trying SSH Connection: Host:192.168.23.7 User:root                      
             Port:22 RetryCnt:20===
    ====Trying SSH Connection: Host:192.168.23.7 User:root                      
             Port:22 RetryCnt:20===
    ===SSH to Host 192.168.23.7 port : 22 SUCCESSFUL===
    ===SSH to Host 192.168.23.7 port : 22 SUCCESSFUL===
    ===SSH to Host 192.168.23.7 port : 22 SUCCESSFUL===
    ===SSH to Host 192.168.23.7 port : 22 SUCCESSFUL===
    ===SSH to Host 192.168.23.7 port : 22 SUCCESSFUL===
    Ping to google.com from VM
    {Cmd: ping -c 3 8.8.8.8 via Host: 192.168.23.7} {returns: [u'PING 8.8.8.8 
(8.8.8.8): 56 data bytes', u'', u'--- 8.8.8.8 ping statistics ---', u'3 packets 
transmitted, 0 packets received, 100% packet loss']}
    {Cmd: ping -c 3 8.8.8.8 via Host: 192.168.23.7} {returns: [u'PING 8.8.8.8 
(8.8.8.8): 56 data bytes', u'', u'--- 8.8.8.8 ping statistics ---', u'3 packets 
transmitted, 0 packets received, 100% packet loss']}
    {Cmd: ping -c 3 8.8.8.8 via Host: 192.168.23.7} {returns: [u'PING 8.8.8.8 
(8.8.8.8): 56 data bytes', u'', u'--- 8.8.8.8 ping statistics ---', u'3 packets 
transmitted, 0 packets received, 100% packet loss']}
    {Cmd: ping -c 3 8.8.8.8 via Host: 192.168.23.7} {returns: [u'PING 8.8.8.8 
(8.8.8.8): 56 data bytes', u'', u'--- 8.8.8.8 ping statistics ---', u'3 packets 
transmitted, 0 packets received, 100% packet loss']}
    {Cmd: ping -c 3 8.8.8.8 via Host: 192.168.23.7} {returns: [u'PING 8.8.8.8 
(8.8.8.8): 56 data bytes', u'', u'--- 8.8.8.8 ping statistics ---', u'3 packets 
transmitted, 0 packets received, 100% packet loss']}
    SSH result: [u'PING 8.8.8.8 (8.8.8.8): 56 data bytes', u'', u'--- 8.8.8.8 
ping statistics ---', u'3 packets transmitted, 0 packets received, 100% packet 
loss']; COUNT is ==> 0
    === TestName: test_02_redundant_VPC_default_routes | Status : FAILED ===
    
    ===final results are now copied to: 
/tmp//MarvinLogs/test_vpc_route_FDIXGV===
    [root@cs1 MarvinLogs]# ssh 192.168.23.7
    The authenticity of host '192.168.23.7 (192.168.23.7)' can't be established.
    ECDSA key fingerprint is b3:20:a9:be:83:82:d2:56:43:3a:a9:8c:81:1e:7a:d1.
    Are you sure you want to continue connecting (yes/no)? yes
    Warning: Permanently added '192.168.23.7' (ECDSA) to the list of known 
hosts.
    root@192.168.23.7's password: 
    ```
    but then, i removed the teardown part from the test:
    ```
    # ping 8.8.8.8
    PING 8.8.8.8 (8.8.8.8): 56 data bytes
    64 bytes from 8.8.8.8: seq=0 ttl=46 time=26.690 ms
    64 bytes from 8.8.8.8: seq=1 ttl=46 time=26.481 ms
    ^C
    --- 8.8.8.8 ping statistics ---
    3 packets transmitted, 2 packets received, 33% packet loss
    round-trip min/avg/max = 26.481/26.585/26.690 ms
    ```
    conclusion, 'something in the test is in conflict with my environment'?


---
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