-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18304/
-----------------------------------------------------------
Review request for cloudstack, Girish Shilamkar and Santhosh Edukulla.
Bugs: CLOUDSTACK-4840
https://issues.apache.org/jira/browse/CLOUDSTACK-4840
Repository: cloudstack-git
Description
-------
Adding additional 15 test cases for "Multiple IPs per NIC feature".
Diffs
-----
test/integration/component/test_multiple_ips_per_nic.py 7d7e9f1
Diff: https://reviews.apache.org/r/18304/diff/
Testing
-------
Yes.
1 test case failed during cleanup operation due to internal server error.
Logging a separate bug for that.
Log:
test_add_PF_rule_ISOLATED (test_multiple_ips_per_nic.TestNetworkRules)
Add secondary IP to NIC of a VM ... ok
test_add_PF_rule_SHARED (test_multiple_ips_per_nic.TestNetworkRules)
Add secondary IP to NIC of a VM ... ok
test_add_PF_rule_VPC (test_multiple_ips_per_nic.TestNetworkRules)
Add secondary IP to NIC of a VM ... ok
test_add_static_nat_rule_ISOLATED (test_multiple_ips_per_nic.TestNetworkRules)
Add secondary IP to NIC of a VM ... ok
test_add_static_nat_rule_SHARED (test_multiple_ips_per_nic.TestNetworkRules)
Add secondary IP to NIC of a VM ... ERROR
test_add_static_nat_rule_VPC (test_multiple_ips_per_nic.TestNetworkRules)
Add secondary IP to NIC of a VM ... ok
test_delete_PF_nat_rule_ISOLATED (test_multiple_ips_per_nic.TestNetworkRules)
Add secondary IP to NIC of a VM ... ok
test_delete_PF_nat_rule_SHARED (test_multiple_ips_per_nic.TestNetworkRules)
Add secondary IP to NIC of a VM ... ok
test_delete_PF_nat_rule_VPC (test_multiple_ips_per_nic.TestNetworkRules)
Add secondary IP to NIC of a VM ... ok
test_disable_static_nat_ISOLATED (test_multiple_ips_per_nic.TestNetworkRules)
Add secondary IP to NIC of a VM ... ok
test_disable_static_nat_SHARED (test_multiple_ips_per_nic.TestNetworkRules)
Add secondary IP to NIC of a VM ... ok
test_disable_static_nat_VPC (test_multiple_ips_per_nic.TestNetworkRules)
Add secondary IP to NIC of a VM ... ok
test_disassociate_ip_mapped_to_secondary_ip_through_PF_rule_ISOLATED
(test_multiple_ips_per_nic.TestNetworkRules)
Add secondary IP to NIC of a VM ... ok
test_disassociate_ip_mapped_to_secondary_ip_through_PF_rule_SHARED
(test_multiple_ips_per_nic.TestNetworkRules)
Add secondary IP to NIC of a VM ... ok
test_disassociate_ip_mapped_to_secondary_ip_through_PF_rule_VPC
(test_multiple_ips_per_nic.TestNetworkRules)
Add secondary IP to NIC of a VM ... ok
ERROR
======================================================================
ERROR: test_add_static_nat_rule_SHARED
(test_multiple_ips_per_nic.TestNetworkRules)
Add secondary IP to NIC of a VM
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/CS_TEST_3/CS_TEST/test_multiple_ips_per_nic.py", line 558, in
tearDown
raise Exception("Warning: Exception during cleanup : %s" % e)
Exception: Warning: Exception during cleanup : Execute cmd: asyncquery failed,
due to: {errorcode : 530, errortext : u'Command failed due to Internal Server
Error'}
======================================================================
ERROR: tearDownClass (test_multiple_ips_per_nic.TestNetworkRules)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/CS_TEST_3/CS_TEST/test_multiple_ips_per_nic.py", line 543, in
tearDownClass
raise Exception("Warning: Exception during cleanup : %s" % e)
Exception: Warning: Exception during cleanup : Execute cmd:
deletenetworkoffering failed, due to: errorCode: 431, errorText:Can't delete
network offering 76 as
its used by 1 networks. To make the network offering unavaiable, disable it
----------------------------------------------------------------------
Ran 15 tests in 12781.842s
FAILED (errors=2)
Thanks,
Gaurav Aradhye