From 287d7f4df0d0898656eca00b6b6fa43fd3b2eb43 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Fri, 28 Dec 2012 16:17:16 -0800 Subject: [PATCH] marvin tests: marking the xen specific tests these tests do verification assuming xenserver style disks /dev/xvda/b Signed-off-by: Prasanna Santhanam --- test/integration/component/test_snapshots.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/integration/component/test_snapshots.py b/test/integration/component/test_snapshots.py index 8659f14309a..825b8c6877e 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 """