You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/01/04 07:14:42 UTC

[1/2] git commit: marvin tests: marking the xen specific tests

marvin tests: marking the xen specific tests

these tests do verification assuming xenserver style disks /dev/xvda/b

Signed-off-by: Prasanna Santhanam <ts...@apache.org>


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

Branch: refs/heads/master
Commit: 287d7f4df0d0898656eca00b6b6fa43fd3b2eb43
Parents: 8cf2cb1
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Fri Dec 28 16:17:16 2012 -0800
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Thu Jan 3 22:13:14 2013 -0800

----------------------------------------------------------------------
 test/integration/component/test_snapshots.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/287d7f4d/test/integration/component/test_snapshots.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_snapshots.py b/test/integration/component/test_snapshots.py
index 8659f14..825b8c6 100644
--- a/test/integration/component/test_snapshots.py
+++ b/test/integration/component/test_snapshots.py
@@ -582,7 +582,7 @@ class TestSnapshots(cloudstackTestCase):
         return
 
     @attr(speed = "slow")
-    @attr(tags = ["advanced", "advancedns", "smoke"])
+    @attr(tags = ["advanced", "advancedns", "smoke", "xen"])
     def test_03_volume_from_snapshot(self):
         """Create volumes from snapshots
         """
@@ -995,7 +995,7 @@ class TestSnapshots(cloudstackTestCase):
         return
 
     @attr(speed = "slow")
-    @attr(tags = ["advanced", "advancedns", "smoke"])
+    @attr(tags = ["advanced", "advancedns", "smoke", "xen"])
     def test_07_template_from_snapshot(self):
         """Create Template from snapshot
         """
@@ -1901,7 +1901,7 @@ class TestSnapshotDetachedDisk(cloudstackTestCase):
         return
 
     @attr(speed = "slow")
-    @attr(tags = ["advanced", "advancedns"])
+    @attr(tags = ["advanced", "advancedns", "xen"])
     def test_03_snapshot_detachedDisk(self):
         """Test snapshot from detached disk
         """