Uh oh!
There was an error while loading. Please reload this page.
CLOUDSTACK-8745 : verify usage after root disk migration - #713
Conversation
asfbot
commented
Aug 18, 2015
cloudstack-pull-rats #342 ABORTED |
asfbot
commented
Aug 18, 2015
cloudstack-pull-requests #1037 ABORTED |
asfbot
commented
Aug 18, 2015
cloudstack-pull-analysis #274 UNSTABLE |
There was a problem hiding this comment.
There are enableMaintenance and cancelMaintenance methods available now directly from StoragePool in base.py. It's better to use that instead of repeating?
There was a problem hiding this comment.
those methods can be used only with storage pool class object.
There was a problem hiding this comment.
hmm... I thought something like this should work: StoragePool.enableMaintenance(self.api_client, id=storageself.storageid[0][0]) since it is a classmethod
I am just trying to confirm you're using the latest base.py since couple of these enhancements went in recently into base.py...
If it still doesn't fit in, it's ok. You can continue the way you've done
nitt10prashant
commented
Aug 19, 2015
test result of enough storage is not available to perform test put storage in maintenance mode and start ha vm and check usage ... SKIP: sufficient storage not available in any cluster for zone 90d85d89-01c4-4a91-b76e-eedf947b40f6 Ran 1 test in 4.059s OK (SKIP=1) |
asfbot
commented
Aug 19, 2015
cloudstack-pull-rats #349 ABORTED |
asfbot
commented
Aug 19, 2015
cloudstack-pull-analysis #281 ABORTED |
sanju1010
commented
Sep 14, 2015
LGTM!! |
asfbot
commented
Sep 14, 2015
cloudstack-pull-analysis #526 ABORTED |
asfbot
commented
Sep 14, 2015
cloudstack-pull-rats #590 ABORTED |
pavanb018
commented
Sep 21, 2015
The test Looks good to me. |
yadvr
commented
Jan 27, 2016
@nitt10prashant please rebase and meld into a single commit |
nitt10prashant
commented
Mar 2, 2016
sure |
modified to use maintenance method is base.py and added some more checks CLOUDSTACK-8745: Fail test if list response in empty
nitt10prashant
commented
Apr 22, 2016
@bhaisaab rebased and merged into single commit ,@swill@koushik-das can you please look into this |
swill
commented
Apr 22, 2016
I need one more LGTM code review on this one. I will try to test this in my lab today. Thanks... |
swill
commented
Apr 22, 2016
I think this one is ready unless anyone has any final words... |
CLOUDSTACK-8745 : verify usage after root disk migrationput storage in maintenance mode and start ha vm and check usage ... === TestName: test_ha_with_storage_maintenance | Status : SUCCESS === ok ---------------------------------------------------------------------- Ran 1 test in 842.294s OK * pr/713: CLOUDSTACK-8745 : verify usage after root disk migration Signed-off-by: Will Stevens <williamstevens@gmail.com>
put storage in maintenance mode and start ha vm and check usage ... === TestName: test_ha_with_storage_maintenance | Status : SUCCESS ===
ok
Ran 1 test in 842.294s
OK