185
class TestMirrorbootPartitionsAbs(TestMdadmAbs):
186
# alternative config for more complex setup
187
conf_file = "examples/tests/mirrorboot-msdos-partition.yaml"
188
# initialize secondary disk
189
extra_disks = ['10G']
190
disk_to_check = [('main_disk', 1),
195
class TrustyTestMirrorbootPartitions(relbase.trusty,
196
TestMirrorbootPartitionsAbs):
199
# FIXME(LP: #1523037): dname does not work on trusty
200
# when dname works on trusty, then we need to re-enable by removing line.
201
def test_dname(self):
202
print("test_dname does not work for Trusty")
204
def test_ptable(self):
205
print("test_ptable does not work for Trusty")
208
class TrustyHWEUTestMirrorbootPartitions(relbase.trusty_hwe_u,
209
TrustyTestMirrorbootPartitions):
210
# This tests kernel upgrade in target
214
class XenialTestMirrorbootPartitions(relbase.xenial,
215
TestMirrorbootPartitionsAbs):
219
class YakketyTestMirrorbootPartitions(relbase.yakkety,
220
TestMirrorbootPartitionsAbs):
185
224
class TestRaid5bootAbs(TestMdadmAbs):
186
225
# alternative config for more complex setup
187
226
conf_file = "examples/tests/raid5boot.yaml"