----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25734/#review53806 -----------------------------------------------------------
032bce5b544afe7316651227e593c977430f2cde master - SrikanteswaraRao Talluri On Sept. 18, 2014, 6:18 a.m., Gaurav Aradhye wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/25734/ > ----------------------------------------------------------- > > (Updated Sept. 18, 2014, 6:18 a.m.) > > > Review request for cloudstack, Santhosh Edukulla and SrikanteswaraRao Talluri. > > > Bugs: CLOUDSTACK-7565 > https://issues.apache.org/jira/browse/CLOUDSTACK-7565 > > > Repository: cloudstack-git > > > Description > ------- > > Attach volume test cases failed with following exception from QEMU: > internal error unable to execute QEMU command '__com.redhat_drive_add': > Duplicate ID 'drive-virtio-disk1' for drive > > It has been observed that this issue occurs when disks are repeatedly > attached and detached from VM and this is an intermittent issue. > > However we can avoid this issue by creating new account and a VM in it and > attaching volume to this VM. This fixes 8 test cases from > test_escalations_volume.py test suite. > > > Changes: > 1) Moved account creation and VM deployment from setUpClass() to setUp() > 2) Fixed import * issues > 3) Fixed pep8 issues > > > Diffs > ----- > > test/integration/component/test_escalations_volumes.py db4c3d8 > > Diff: https://reviews.apache.org/r/25734/diff/ > > > Testing > ------- > > Yes. Ran whole test suite against KVM and all test cases passed. > > Log: > @summary: Test List Volumes pagination ... === TestName: > test_01_list_volumes_pagination | Status : SUCCESS === > ok > @summary: Test List Volumes with Id ... === TestName: > test_02_list_volume_byid | Status : SUCCESS === > ok > @summary: Test to verify creation and resize of data volume ... === TestName: > test_03_data_volume_resize | Status : SUCCESS === > ok > @summary: Test to verify creation and resize of custom volume ... === > TestName: test_04_custom_volume_resize | Status : SUCCESS === > ok > @summary: Test to verify creation of snapshot from volume and creation of > template, volume from snapshot ... === TestName: test_05_volume_snapshot | > Status : SUCCESS > === > ok > @summary: Test to verify creation of Hourly Snapshot policies from volume ... > === TestName: test_06_volume_snapshot_policy_hourly | Status : SUCCESS === > ok > @summary: Test to verify creation of Daily Snapshot policies from volume ... > === TestName: test_07_volume_snapshot_policy_daily | Status : SUCCESS === > ok > @summary: Test to verify creation of Weekly Snapshot policies from volume ... > === TestName: test_08_volume_snapshot_policy_weekly | Status : SUCCESS === > ok > @summary: Test to verify creation of Monthly Snapshot policies from volume > ... === TestName: test_09_volume_snapshot_policy_monthly | Status : SUCCESS > === > ok > @summary: Test to verify pagination of snapshots for Volume ... === TestName: > test_10_volume_snapshots_pagination | Status : SUCCESS === > ok > @summary: Test to verify extract/download a Volume ... === TestName: > test_11_volume_extract | Status : SUCCESS === > ok > @summary: Test to verify upload volume ... === TestName: > test_12_volume_upload | Status : SUCCESS === > ok > > ---------------------------------------------------------------------- > Ran 12 tests in 2657.038s > > OK > > > Thanks, > > Gaurav Aradhye > >