~smoser/curtin/trunk.lp1716028-better-file-locking

« back to all changes in this revision

Viewing changes to tests/vmtests/test_raid5_bcache.py

  • Committer: Scott Moser
  • Author(s): Chad Smith
  • Date: 2017-08-03 12:33:08 UTC
  • mfrom: (514.1.2 drop-old-series-tests)
  • Revision ID: smoser@ubuntu.com-20170803123308-uwt9fqvt4z7gqdot
tests: Drop EOL Wily Vivid and Yakkety tests.

We no longer carry test classes for end-of-life/unsupported series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
    __test__ = True
95
95
 
96
96
 
97
 
class WilyTestRaid5Bcache(relbase.wily, TestMdadmBcacheAbs):
98
 
    # EOL - 2016-07-28
99
 
    __test__ = False
100
 
 
101
 
 
102
97
class XenialTestRaid5Bcache(relbase.xenial, TestMdadmBcacheAbs):
103
98
    __test__ = True
104
99
 
105
100
 
106
 
class YakketyTestRaid5Bcache(relbase.yakkety, TestMdadmBcacheAbs):
107
 
    __test__ = False
108
 
 
109
 
 
110
101
class ZestyTestRaid5Bcache(relbase.zesty, TestMdadmBcacheAbs):
111
102
    __test__ = True
112
103