mirror of https://github.com/apache/cloudstack.git
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'
(cherry picked from commit 60b82abe20)
This commit is contained in:
parent
d260973747
commit
794e8a6907
|
|
@ -536,7 +536,7 @@ class TestVolumes(cloudstackTestCase):
|
|||
% (extract_vol.url, self.volume.id)
|
||||
)
|
||||
|
||||
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "selfservice"])
|
||||
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "provisioning"])
|
||||
def test_07_resize_fail(self):
|
||||
"""Test resize (negative) non-existent volume"""
|
||||
# Verify the size is the new size is what we wanted it to be.
|
||||
|
|
|
|||
Loading…
Reference in New Issue