Skip to content

Commit 287d7f4

Browse files
author
Prasanna Santhanam
committed
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>
1 parent 8cf2cb1 commit 287d7f4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/integration/component/test_snapshots.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ def test_02_snapshot_data_disk(self):
582582
return
583583

584584
@attr(speed = "slow")
585-
@attr(tags = ["advanced", "advancedns", "smoke"])
585+
@attr(tags = ["advanced", "advancedns", "smoke", "xen"])
586586
def test_03_volume_from_snapshot(self):
587587
"""Create volumes from snapshots
588588
"""
@@ -995,7 +995,7 @@ def test_06_recurring_snapshot_data_disk(self):
995995
return
996996

997997
@attr(speed = "slow")
998-
@attr(tags = ["advanced", "advancedns", "smoke"])
998+
@attr(tags = ["advanced", "advancedns", "smoke", "xen"])
999999
def test_07_template_from_snapshot(self):
10001000
"""Create Template from snapshot
10011001
"""
@@ -1901,7 +1901,7 @@ def tearDown(self):
19011901
return
19021902

19031903
@attr(speed = "slow")
1904-
@attr(tags = ["advanced", "advancedns"])
1904+
@attr(tags = ["advanced", "advancedns", "xen"])
19051905
def test_03_snapshot_detachedDisk(self):
19061906
"""Test snapshot from detached disk
19071907
"""

0 commit comments

Comments
 (0)