Github user nvazquez commented on the issue:

    https://github.com/apache/cloudstack/pull/1542
  
    Hi @rhtyd, we ran `test_internal_lb.py` and `test_vpc_vpn.py` using 
`tl-vmware.ova` template and got this results:
    
    `test_vpc_vpn` is ok:
    ```
    Test Site 2 Site VPN Across redundant VPCs ... === TestName: 
test_01_redundant_vpc_site2site_vpn | Status : SUCCESS ===
    ok
    Test Remote Access VPN in VPC ... === TestName: 
test_01_vpc_remote_access_vpn | Status : SUCCESS ===
    ok
    Test Site 2 Site VPN Across VPCs ... === TestName: 
test_01_vpc_site2site_vpn | Status : SUCCESS ===
    ok
     
    ----------------------------------------------------------------------
    Ran 3 tests in 1949.605s
     
    OK
    ```
    
    However, `test_internal_lb` fails, we could find some issues:
    - /sbin/ip is needed but not present in template {Cmd: /sbin/ip addr show 
eth0 |grep 'inet '| cut -f6 -d' ' > /tmp/index.html via Host: 10.140.12.107} 
{returns: [u'sh: /sbin/ip: not found']}
    - 2 more tests fail due to a difference in wget on new template: {Cmd: 
/usr/bin/wget -T3 -qO- --user=XX --password=XX http://XXXX:8081/admin?stats via 
Host: 10.140.12.106} {returns: [u"/usr/bin/wget: unrecognized option '..
    - We have some strange erros in this functions which require more arguments 
than given but couldn't find out why
    ```
    2016-10-02 22:13:20,881 - CRITICAL - EXCEPTION: 
execute_internallb_haproxy_tests: ['Traceback (most recent call last):\n', '  
File "/usr/local/lib/python2.7/unittest/case.py", line 331, in run\n    
testMethod()\n', 'TypeError: execute_internallb_haproxy_tests() takes exactly 2 
arguments (1 given)\n']
    2016-10-02 22:13:20,883 - CRITICAL - EXCEPTION: 
execute_internallb_roundrobin_tests: ['Traceback (most recent call last):\n', ' 
 File "/usr/local/lib/python2.7/unittest/case.py", line 331, in run\n    
testMethod()\n', 'TypeError: execute_internallb_roundrobin_tests() takes 
exactly 2 arguments (1 given)\n']
    2016-10-02 22:13:20,885 - CRITICAL - EXCEPTION: run_ssh_test_accross_hosts: 
['Traceback (most recent call last):\n', '  File 
"/usr/local/lib/python2.7/unittest/case.py", line 331, in run\n    
testMethod()\n', 'TypeError: run_ssh_test_accross_hosts() takes at least 3 
arguments (1 given)\n']
    ```


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