diff options
Diffstat (limited to 'tests/vmtests/test_raid5_bcache.py')
| -rw-r--r-- | tests/vmtests/test_raid5_bcache.py | 25 |
1 files changed, 4 insertions, 21 deletions
diff --git a/tests/vmtests/test_raid5_bcache.py b/tests/vmtests/test_raid5_bcache.py index 347b607d..67a794da 100644 --- a/tests/vmtests/test_raid5_bcache.py +++ b/tests/vmtests/test_raid5_bcache.py @@ -67,27 +67,6 @@ class TestMdadmBcacheAbs(TestMdadmAbs): self.check_file_regex("bcache_cache_mode", r"\[writeback\]") [email protected]_by_date("1820754", fixby="2020-03-18", install=False) -class TrustyTestRaid5Bcache(relbase.trusty, TestMdadmBcacheAbs): - __test__ = True - - -class TrustyHWEUTestRaid5Bcache(relbase.trusty_hwe_u, TrustyTestRaid5Bcache): - __test__ = False - - -class TrustyHWEVTestRaid5Bcache(relbase.trusty_hwe_v, TrustyTestRaid5Bcache): - __test__ = False - - -class TrustyHWEWTestRaid5Bcache(relbase.trusty_hwe_w, TrustyTestRaid5Bcache): - __test__ = False - - -class TrustyHWEXTestRaid5Bcache(relbase.trusty_hwe_x, TrustyTestRaid5Bcache): - __test__ = True - - class XenialGATestRaid5Bcache(relbase.xenial_ga, TestMdadmBcacheAbs): __test__ = True @@ -111,4 +90,8 @@ class CosmicTestRaid5Bcache(relbase.cosmic, TestMdadmBcacheAbs): class DiscoTestRaid5Bcache(relbase.disco, TestMdadmBcacheAbs): __test__ = True + +class EoanTestRaid5Bcache(relbase.eoan, TestMdadmBcacheAbs): + __test__ = True + # vi: ts=4 expandtab syntax=python |
