From f07c6bce49022ab83d6659a6dfcf42134488e93b Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Tue, 9 Dec 2014 12:29:17 +0530 Subject: [PATCH] CLOUDSTACK-8049: Tagging test cases which cannot be run on simulator accordingly Signed-off-by: SrikanteswaraRao Talluri --- test/integration/component/test_ps_resize_volume.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/integration/component/test_ps_resize_volume.py b/test/integration/component/test_ps_resize_volume.py index 5df4a6279f0..bff16725f5b 100644 --- a/test/integration/component/test_ps_resize_volume.py +++ b/test/integration/component/test_ps_resize_volume.py @@ -159,7 +159,7 @@ class TestResizeVolume(cloudstackTestCase): return [FAIL, e] return [PASS, None] - @attr(tags=["advanced"], required_hardware="false") + @attr(tags=["advanced"], required_hardware="true") def test_01_increase_volume_size_within_account_limit(self): """Test increasing volume size within the account limit and verify primary storage usage @@ -223,7 +223,7 @@ class TestResizeVolume(cloudstackTestCase): self.fail("Failed with exception: %s" % e) return - @attr(tags=["advanced"], required_hardware="false") + @attr(tags=["advanced"], required_hardware="true") def test_02_increase_volume_size_above_account_limit(self): """Test increasing volume size above the account limit @@ -281,7 +281,7 @@ class TestResizeVolume(cloudstackTestCase): volume.resize(apiclient, diskofferingid=self.disk_offering_20_GB.id) return - @attr(tags=["advanced"], required_hardware="false") + @attr(tags=["advanced"], required_hardware="true") def test_03_increase_volume_size_above_domain_limit(self): """Test increasing volume size above the domain limit