CLOUDSTACK-8726 : Automation for Quickly attaching multiple data disks to a new VM#683
Conversation
|
cloudstack-pull-rats #268 SUCCESS |
There was a problem hiding this comment.
i think you want to list only data disk , add parameter type=DATADISK
|
cloudstack-pull-requests #965 SUCCESS |
|
cloudstack-pull-rats #271 SUCCESS |
|
cloudstack-pull-requests #968 SUCCESS |
|
cloudstack-pull-analysis #201 ABORTED |
|
cloudstack-pull-analysis #204 SUCCESS |
There was a problem hiding this comment.
it think it is better to deiced if you want to skip as early as possible.
in this case it will be good to skip test cases before deploy vm /create acc /service off
|
cloudstack-pull-rats #280 SUCCESS |
|
cloudstack-pull-requests #977 SUCCESS |
|
cloudstack-pull-analysis #213 SUCCESS |
|
LGTM |
|
@pavanb018 Can you please squash the commits? |
There was a problem hiding this comment.
We are not catching the return value of the query_asyn_job method. We can fail the test here if the return value is FAILED. Feel free to comment if you don't agree with this.
|
The result of operation is captured in the list volume validation following the call to query_async_job method. Hence didn't capture the return value of call to function as it will be captured in the end validation. Please let me know your suggestions. |
|
Sanjeev N on dev@cloudstack.apache.org replies: |
CLOUDSTACK-8726 : Automation for Quickly attaching multiple data disks to a new VMAttach multiple Volumes simultaneously to a Running VM ... === TestName: test_attach_multiple_volumes | Status : SUCCESS === ok ---------------------------------------------------------------------- Ran 1 test in 196.931s OK * pr/683: changed the testcase skip code into setup method Imparting changes mentioned by nitt10prashant Automation for multiple disk attachments to instance Signed-off-by: sanjeev <sanjeev@apache.org>
According to docs, the router will be started as soon as vpc is created. If user doent want it to start then they need to explicity set it to false Co-authored-by: Rakesh Venkatesh <r.venkatesh@global.leaseweb.com> Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Attach multiple Volumes simultaneously to a Running VM ... === TestName: test_attach_multiple_volumes | Status : SUCCESS ===
ok
Ran 1 test in 196.931s
OK