Skip to content

Commit 3f947f6

Browse files
committed
CLOUDSTACK-6767: [Automation] integration.smoke.test_volumes.TestVolumes.test_07_resize_fail is failing on simulator
This test is not supported for simulator, updated tags from 'selfservice' to 'provisioning'
1 parent ce6a53e commit 3f947f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/smoke/test_volumes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ def test_06_download_detached_volume(self):
507507
% (extract_vol.url, self.volume.id)
508508
)
509509

510-
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "selfservice"])
510+
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "provisioning"])
511511
def test_07_resize_fail(self):
512512
"""Test resize (negative) non-existent volume"""
513513
# Verify the size is the new size is what we wanted it to be.

0 commit comments

Comments
 (0)