~smoser/curtin/yakkety.lp1666986

« back to all changes in this revision

Viewing changes to tests/vmtests/test_raid5_bcache.py

  • Committer: Scott Moser
  • Date: 2016-07-12 16:28:59 UTC
  • mto: (58.1.1 pkg)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: smoser@ubuntu.com-20160712162859-f9jmixbnjsn3keu9
Tags: upstream-0.1.0~bzr399
Import upstream version 0.1.0~bzr399

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
    __test__ = False
94
94
 
95
95
 
96
 
class VividTestRaid5Bcache(relbase.vivid, TestMdadmBcacheAbs):
97
 
    __test__ = True
98
 
 
99
 
 
100
96
class WilyTestRaid5Bcache(relbase.wily, TestMdadmBcacheAbs):
101
97
    __test__ = True
 
98
 
 
99
 
 
100
class XenialTestRaid5Bcache(relbase.xenial, TestMdadmBcacheAbs):
 
101
    __test__ = True
 
102
 
 
103
 
 
104
class YakketyTestRaid5Bcache(relbase.yakkety, TestMdadmBcacheAbs):
 
105
    __test__ = True