Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/391#discussion_r32392227 --- Diff: test/integration/component/test_browse_volumes.py --- @@ -2028,6 +2028,10 @@ def test_01_Browser_volume_Life_cycle_tpath(self): """ Test Browser_volume_Life_cycle - This includes upload volume,attach to a VM, write data ,Stop ,Start, Reboot,Reset of a VM, detach,attach back to the VM, delete volumes """ + if self.hypervisor.lower() == 'hyperv': + self.skipTest("cann't be run for % hypervisor as it doesn't support volume resize operation" % self.hypervisor) --- End diff -- Should be %s instead of %. Change for all applicable places.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---