-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25885/
-----------------------------------------------------------
Review request for cloudstack and SrikanteswaraRao Talluri.
Bugs: CLOUDSTACK-7594
https://issues.apache.org/jira/browse/CLOUDSTACK-7594
Repository: cloudstack-git
Description
-------
Automation test cases for Stopped VM test path.
Diffs
-----
test/integration/testpaths/__init__.py PRE-CREATION
test/integration/testpaths/testpath_stopped_vm.py PRE-CREATION
Diff: https://reviews.apache.org/r/25885/diff/
Testing
-------
Yes. 4 test cases are failing due to wrong router state, I am investigating on
this.
Log:
Positive test for stopped VM test path - T1 ... === TestName:
test_01_pt_deploy_vm_without_startvm | Status : FAILED ===
FAIL
Positive test for stopped VM test path - T1 variant ... === TestName:
test_02_pt_deploy_vm_with_startvm_true | Status : FAILED ===
FAIL
Positive test for stopped VM test path - T2 ... === TestName:
test_03_pt_deploy_vm_with_startvm_false | Status : FAILED ===
FAIL
Positive test for stopped VM test path - T2 variant ... === TestName:
test_04_pt_deploy_vm_with_startvm_true | Status : FAILED ===
FAIL
Positive test for stopped VM test path - T3 and variant ... === TestName:
test_05_pt_startvm_false_attach_disk | Status : SUCCESS ===
ok
Positive test for stopped VM test path - T4 ... === TestName:
test_06_pt_startvm_false_attach_disk_change_SO | Status : SUCCESS ===
ok
Positive test for stopped VM test path - T5 ... === TestName:
test_07_pt_startvm_false_attach_iso | Status : SUCCESS ===
ok
Positive test for stopped VM test path - T5 variant ... === TestName:
test_08_pt_startvm_false_attach_iso_running_vm | Status : SUCCESS ===
ok
======================================================================
FAIL: Positive test for stopped VM test path - T1
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/test/testpath_stopped_vm.py", line 260, in
test_01_pt_deploy_vm_without_startvm
self.assertTrue(response[0], response[1])
AssertionError: Router state should be Stopped, it is Running
-------------------- >> begin captured stdout << ---------------------
=== TestName: test_01_pt_deploy_vm_without_startvm | Status : FAILED ===
Thanks,
Ashutosh Kelkar