CLOUDSTACK-8895: Verify if storage on storage pool can be attached to VM#869
Conversation
…oaded data volume to VM
|
cloudstack-pull-rats #693 SUCCESS |
48544cc to
e133529
Compare
|
Test case result: Attach Data Disk on CWPS To VM ... === TestName: test_01_attach_datadisk_to_vm_on_zwps | Status : SUCCESS === Ran 1 test in 188.574s OK |
|
cloudstack-pull-rats #694 SUCCESS |
|
cloudstack-pull-analysis #643 SUCCESS |
|
cloudstack-pull-analysis #644 ABORTED |
|
@pritisarap12 can this be run via simulator ? |
|
@Runseb, this cannot run on simulator. |
|
@pvr9711 Where is your LGTM based on? I'd like to see some background, as otherwise we don't know what you tested / reviewed. |
|
I did a code walk-through and looks good. |
There was a problem hiding this comment.
is the name of this class a typo? it ends with CWPS (cluster wide primary storage?).
|
It is not type Daan. First test inside TestAttachDataDisk class tests some functionality on ZWPS and this one is for CWPS. Attach Data Disk To VM on ZWPS ... === TestName: test_01_attach_datadisk_to_vm_on_zwps | Status : SUCCESS === LGTM !! |
|
@DaanHoogland / @remibergsma can you please merge this PR? |
|
@sanju1010 it shouldn't be in the same file then, or the file should be renamed to a more generic name |
…torage-can-be-selected-when-attaching-uploaded-data-volume-to-VM CLOUDSTACK-8895: Verify if storage on storage pool can be attached to VMTest case to verify if data volume uploaded in a storage pool(Cluster wide storage pool) is available for attachment to a Virtual Machine.and also check that after attachment the volume is in correct storage pool. * pr/869: CLOUDSTACK-8895: Verify if storage can be selected when attaching uploaded data volume to VM Signed-off-by: sanjeev <sanjeev@apache.org>
Test case to verify if data volume uploaded in a storage pool(Cluster wide storage pool) is available for attachment to a Virtual Machine.and also check that after attachment the volume is in correct storage pool.