File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
test/integration/component Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2065,7 +2065,8 @@ def test_01_Browser_volume_Life_cycle_tpath(self):
20652065
20662066 self .detach_volume (vm2details ,browseup_vol .id )
20672067
2068- self .resize_volume (browseup_vol .id )
2068+ if self .hypervisor .lower () != "hyperv" :
2069+ self .resize_volume (browseup_vol .id )
20692070
20702071 self .debug ("========================= Test 7: Attach resized uploaded volume and validate VM operations========================= " )
20712072
@@ -2501,7 +2502,10 @@ def test_11_migrate_upload_volume(self):
25012502 self .debug ("========================= Test 45 Detach ,Resize,Attach Browser_Upload_Volume after Migration =========================" )
25022503
25032504 self .detach_volume (vm2details ,browseup_vol .id )
2504- self .resize_volume (browseup_vol .id )
2505+
2506+ if self .hypervisor .lower () != "hyperv" :
2507+ self .resize_volume (browseup_vol .id )
2508+
25052509 self .attach_volume (vm2details ,browseup_vol .id )
25062510 self .vmoperations (vm2details )
25072511
You can’t perform that action at this time.
0 commit comments