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'
This commit is contained in:
Koushik Das 2014-05-27 11:43:22 +05:30
parent ce6a53e37b
commit 3f947f6124

View File

@ -507,7 +507,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.