mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
marvin tests: marking the xen specific tests
these tests do verification assuming xenserver style disks /dev/xvda/b Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
8cf2cb1f4e
commit
287d7f4df0
@ -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
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user