rhtyd commented on a change in pull request #3276: [DO NOT MERGE WIP] Add more
states for attaching disk in allocated state
URL: https://github.com/apache/cloudstack/pull/3276#discussion_r276172617
##########
File path: test/integration/smoke/test_volumes.py
##########
@@ -857,6 +857,60 @@ def test_10_list_volumes(self):
self.assertTrue(hasattr(root_volume, "podname"))
self.assertEqual(root_volume.podname, list_pods.name)
+ @attr(tags = ["advanced", "advancedns", "smoke", "basic"],
required_hardware="true")
+ def test_11_attach_volume_with_unstarted_vm(self):
Review comment:
Test case LGTM. Also check Travis if this passes OK.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services