-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30990/
-----------------------------------------------------------

Review request for cloudstack and SrikanteswaraRao Talluri.


Bugs: CLOUDSTACK-8255
    https://issues.apache.org/jira/browse/CLOUDSTACK-8255


Repository: cloudstack-git


Description
-------

In test_lb_secondary_ip.py test cases, secondary ip is added to eth0 interface. 
However in some of the VMs, this interface is absent and eth2 is present.

It is wise to list the ethernet interface first, and then use the ethernet 
interface present on the VM to add the secondary IP to, rather than hard coding 
the name of the ethernet interface.

Other change:
Use high end service offering for Hyperv VMs


Diffs
-----

  test/integration/component/test_lb_secondary_ip.py ecf0985 

Diff: https://reviews.apache.org/r/30990/diff/


Testing
-------

Yes. Tested the SSH test cases.

SSH to VM using LB rule assigned to secondary IP of VM ... === TestName: 
test_11_ssh_to_secondary_ip | Status : SUCCESS ===
ok
SSH to VM using LB rule assigned to primary and secondary IP of VM ... SKIP: 
Failing-WIP
SSH to VM after deleting LB rule ... === TestName: test_13_delete_lb_rule | 
Status : SUCCESS ===
ok
ssh to vm after removing secondary ip from load balancer rule ... SKIP: Skip
ssh to vm after removing secondary ip from load balancer rule ... === TestName: 
test_15_remove_lb_rule_primary_ip | Status : SUCCESS
===
ok
ssh to vm after removing secondary ip from load balancer rule ... === TestName: 
test_16_delete_vm_from_lb_rule | Status : SUCCESS ===
ok
Verify LB rules after destroying and recovering VM ... === TestName: 
test_20_destroy_recover_vm | Status : SUCCESS ===
ok
Verify LB rule functioning with different algorithm ... === TestName: 
test_21_modify_lb_rule_algorithm | Status : SUCCESS ===
ok


----------------------------------------------------------------------
Ran 19 tests in 2922.113s

OK (SKIP=14)


Thanks,

Gaurav Aradhye

Reply via email to