You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@apache.org on 2013/11/15 12:25:50 UTC

git commit: updated refs/heads/4.2 to ac9c4b0

Updated Branches:
  refs/heads/4.2 5b2de6767 -> ac9c4b023


CLOUDSTACK-2243: base_image_updation - Adding tags to test cases


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ac9c4b02
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ac9c4b02
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ac9c4b02

Branch: refs/heads/4.2
Commit: ac9c4b0233070748e2a489df5005e65c8f890356
Parents: 5b2de67
Author: Girish Shilamkar <gi...@clogeny.com>
Authored: Fri Nov 15 16:53:33 2013 +0530
Committer: Girish Shilamkar <gi...@clogeny.com>
Committed: Fri Nov 15 16:55:26 2013 +0530

----------------------------------------------------------------------
 test/integration/component/test_base_image_updation.py | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ac9c4b02/test/integration/component/test_base_image_updation.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_base_image_updation.py b/test/integration/component/test_base_image_updation.py
index 8a99350..b70bea5 100644
--- a/test/integration/component/test_base_image_updation.py
+++ b/test/integration/component/test_base_image_updation.py
@@ -281,6 +281,7 @@ class TestBaseImageUpdate(cloudstackTestCase):
 
         return
 
+    @attr(tags=["advanced", "basic"])
     def test_01_deploy_instance_with_is_volatile_offering(self):
         """ Test deploy an instance with service offerings with IsVolatile set.
         """
@@ -311,6 +312,7 @@ class TestBaseImageUpdate(cloudstackTestCase):
                              )
         return
 
+    @attr(tags=["advanced", "basic"])
     def test_02_reboot_instance_with_is_volatile_offering(self):
         """ Test rebooting instances created with isVolatile service offerings
         """
@@ -388,6 +390,7 @@ class TestBaseImageUpdate(cloudstackTestCase):
 
         return
 
+    @attr(tags=["advanced", "basic"])
     def test_03_restore_vm_with_new_template(self):
         """ Test restoring a vm with different template than the one it was created with
         """
@@ -503,6 +506,7 @@ class TestBaseImageUpdate(cloudstackTestCase):
 
 	    return
 
+    @attr(tags=["advanced", "basic"])
     def test_04_reoccuring_snapshot_rules(self):
         """
         1) Create a VM using the Service offering IsVolatile enabled