From 794e8a69076d23b3aefab2d9bbbd3b0741ee561b Mon Sep 17 00:00:00 2001 From: Koushik Das Date: Tue, 27 May 2014 11:43:22 +0530 Subject: [PATCH] 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 60b82abe20e3c5cad81b63c60685abeb00a3eb16) --- test/integration/smoke/test_volumes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/smoke/test_volumes.py b/test/integration/smoke/test_volumes.py index d68359ec4bc..227356d90d5 100644 --- a/test/integration/smoke/test_volumes.py +++ b/test/integration/smoke/test_volumes.py @@ -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.