From fd84c56bf96aba134fa2656cf2de525ad4fc2f25 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Wed, 10 Apr 2013 16:22:29 +0530 Subject: [PATCH] moving the integration test to the smoke folder The smoke folder is for the bvts and that's where maven+marvin will pick up the tests tagged for the simulator run. Signed-off-by: Prasanna Santhanam --- test/integration/{component => smoke}/test_public_ip_range.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/integration/{component => smoke}/test_public_ip_range.py (98%) diff --git a/test/integration/component/test_public_ip_range.py b/test/integration/smoke/test_public_ip_range.py similarity index 98% rename from test/integration/component/test_public_ip_range.py rename to test/integration/smoke/test_public_ip_range.py index f2c967f8d57..a7aad6b795c 100755 --- a/test/integration/component/test_public_ip_range.py +++ b/test/integration/smoke/test_public_ip_range.py @@ -96,7 +96,7 @@ class TesDedicatePublicIPRange(cloudstackTestCase): raise Exception("Warning: Exception during cleanup : %s" % e) return - @attr(tags = ["publiciprange", "dedicate", "release"]) + @attr(tags = ["simulator", "publiciprange", "dedicate", "release"]) def test_dedicatePublicIpRange(self): """Test public IP range dedication """