-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25500/
-----------------------------------------------------------
Review request for cloudstack, sanjeev n, Santhosh Edukulla, and
SrikanteswaraRao Talluri.
Bugs: CLOUDSTACK-7134
https://issues.apache.org/jira/browse/CLOUDSTACK-7134
Repository: cloudstack-git
Description
-------
The line self.services = Services.services() in setUp and in test case caused
the "networktype" in self.services to be overwritten as "advanced". Hence in
basic zone, these test cases failed while deploying VM (acquiring public IP,
which is not possible in basic zone).
Removed the lines which causes this defect.
Diffs
-----
test/integration/component/test_reset_ssh_keypair.py 204690e
Diff: https://reviews.apache.org/r/25500/diff/
Testing
-------
Tested on KVM basic zone setup. The VM deployment was successful, but test
cases failed while SSHing, which is already tracked under separate defect.
Log:
Test Reset SSH keys for VM already having SSH key ... === TestName:
test_01_reset_ssh_keys | Status : FAILED ===
FAIL
======================================================================
FAIL: Test Reset SSH keys for VM already having SSH key
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/test/test_reset_ssh_keypair.py", line 360, in
test_01_reset_ssh_keys
(virtual_machine.name, e))
AssertionError: Failed to SSH into VM with new keypair:
TestVM-91f66646-aba7-4dc0-90b3-3c1474d5346f, SSH connection has Failed. Waited
600s. Error is SSH Connection
Failed
-------------------- >> begin captured stdout << ---------------------
=== TestName: test_01_reset_ssh_keys | Status : FAILED ===
Thanks,
Gaurav Aradhye