Merge ~paride/curtin:drop-eoan-vmtests into curtin:master

Proposed by Paride Legovini
Status: Merged
Approved by: Paride Legovini
Approved revision: dfe0e6ddba727edcafe040dd0fa00808d5bbe9be
Merge reported by: Server Team CI bot
Merged at revision: not available
Proposed branch: ~paride/curtin:drop-eoan-vmtests
Merge into: curtin:master
Diff against target: 821 lines (+0/-250)
43 files modified
tests/vmtests/test_basic.py (+0/-8)
tests/vmtests/test_basic_dasd.py (+0/-4)
tests/vmtests/test_bcache_basic.py (+0/-4)
tests/vmtests/test_bcache_bug1718699.py (+0/-4)
tests/vmtests/test_bcache_ceph.py (+0/-4)
tests/vmtests/test_bcache_partitions.py (+0/-4)
tests/vmtests/test_fs_battery.py (+0/-4)
tests/vmtests/test_iscsi.py (+0/-4)
tests/vmtests/test_journald_reporter.py (+0/-4)
tests/vmtests/test_lvm.py (+0/-4)
tests/vmtests/test_lvm_iscsi.py (+0/-4)
tests/vmtests/test_lvm_raid.py (+0/-4)
tests/vmtests/test_mdadm_bcache.py (+0/-34)
tests/vmtests/test_mdadm_iscsi.py (+0/-4)
tests/vmtests/test_multipath.py (+0/-4)
tests/vmtests/test_multipath_lvm.py (+0/-4)
tests/vmtests/test_network.py (+0/-4)
tests/vmtests/test_network_alias.py (+0/-4)
tests/vmtests/test_network_bonding.py (+0/-4)
tests/vmtests/test_network_bridging.py (+0/-4)
tests/vmtests/test_network_ipv6.py (+0/-4)
tests/vmtests/test_network_ipv6_static.py (+0/-4)
tests/vmtests/test_network_ipv6_vlan.py (+0/-4)
tests/vmtests/test_network_mtu.py (+0/-5)
tests/vmtests/test_network_ovs.py (+0/-4)
tests/vmtests/test_network_static.py (+0/-4)
tests/vmtests/test_network_static_routes.py (+0/-5)
tests/vmtests/test_network_vlan.py (+0/-7)
tests/vmtests/test_nvme.py (+0/-8)
tests/vmtests/test_pollinate_useragent.py (+0/-4)
tests/vmtests/test_preserve.py (+0/-4)
tests/vmtests/test_preserve_bcache.py (+0/-4)
tests/vmtests/test_preserve_lvm.py (+0/-4)
tests/vmtests/test_preserve_partition_wipe_vg.py (+0/-8)
tests/vmtests/test_preserve_raid.py (+0/-4)
tests/vmtests/test_raid5_bcache.py (+0/-4)
tests/vmtests/test_reuse_lvm_member.py (+0/-5)
tests/vmtests/test_reuse_msdos_partitions.py (+0/-5)
tests/vmtests/test_reuse_raid_member.py (+0/-9)
tests/vmtests/test_reuse_uefi_esp.py (+0/-7)
tests/vmtests/test_simple.py (+0/-14)
tests/vmtests/test_uefi_basic.py (+0/-9)
tests/vmtests/test_zfsroot.py (+0/-10)
Reviewer Review Type Date Requested Status
Dan Watkins (community) Approve
Server Team CI bot continuous-integration Approve
Review via email: mp+387520@code.launchpad.net

Commit message

Drop the Eoan vmtests (EOL)

To post a comment you must log in.
Revision history for this message
Server Team CI bot (server-team-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Dan Watkins (oddbloke) wrote :

This LGTM; depending on a conversation in IRC, there may be another cleanup to follow, but I think we can land this without that.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/tests/vmtests/test_basic.py b/tests/vmtests/test_basic.py
2index 4a0f427..8c2a727 100644
3--- a/tests/vmtests/test_basic.py
4+++ b/tests/vmtests/test_basic.py
5@@ -255,10 +255,6 @@ class BionicTestBasic(relbase.bionic, TestBasicAbs):
6 __test__ = True
7
8
9-class EoanTestBasic(relbase.eoan, TestBasicAbs):
10- __test__ = True
11-
12-
13 class FocalTestBasic(relbase.focal, TestBasicAbs):
14 __test__ = True
15
16@@ -375,10 +371,6 @@ class BionicTestScsiBasic(relbase.bionic, TestBasicScsiAbs):
17 __test__ = True
18
19
20-class EoanTestScsiBasic(relbase.eoan, TestBasicScsiAbs):
21- __test__ = True
22-
23-
24 class FocalTestScsiBasic(relbase.focal, TestBasicScsiAbs):
25 __test__ = True
26
27diff --git a/tests/vmtests/test_basic_dasd.py b/tests/vmtests/test_basic_dasd.py
28index 391bafc..8cb4c67 100644
29--- a/tests/vmtests/test_basic_dasd.py
30+++ b/tests/vmtests/test_basic_dasd.py
31@@ -52,10 +52,6 @@ class BionicTestBasicDasd(relbase.bionic, TestBasicDasd):
32 __test__ = True
33
34
35-class EoanTestBasicDasd(relbase.eoan, TestBasicDasd):
36- __test__ = True
37-
38-
39 class FocalTestBasicDasd(relbase.focal, TestBasicDasd):
40 __test__ = True
41
42diff --git a/tests/vmtests/test_bcache_basic.py b/tests/vmtests/test_bcache_basic.py
43index 54bac81..7a47ace 100644
44--- a/tests/vmtests/test_bcache_basic.py
45+++ b/tests/vmtests/test_bcache_basic.py
46@@ -64,10 +64,6 @@ class BionicBcacheBasic(relbase.bionic, TestBcacheBasic):
47 __test__ = True
48
49
50-class EoanBcacheBasic(relbase.eoan, TestBcacheBasic):
51- __test__ = True
52-
53-
54 class FocalBcacheBasic(relbase.focal, TestBcacheBasic):
55 __test__ = True
56
57diff --git a/tests/vmtests/test_bcache_bug1718699.py b/tests/vmtests/test_bcache_bug1718699.py
58index 8c29046..b0003e6 100644
59--- a/tests/vmtests/test_bcache_bug1718699.py
60+++ b/tests/vmtests/test_bcache_bug1718699.py
61@@ -19,10 +19,6 @@ class BionicTestBcacheBug1718699(relbase.bionic, TestBcacheBug1718699):
62 __test__ = True
63
64
65-class EoanTestBcacheBug1718699(relbase.eoan, TestBcacheBug1718699):
66- __test__ = True
67-
68-
69 class FocalTestBcacheBug1718699(relbase.focal, TestBcacheBug1718699):
70 __test__ = True
71
72diff --git a/tests/vmtests/test_bcache_ceph.py b/tests/vmtests/test_bcache_ceph.py
73index d24994a..cb41fda 100644
74--- a/tests/vmtests/test_bcache_ceph.py
75+++ b/tests/vmtests/test_bcache_ceph.py
76@@ -75,10 +75,6 @@ class BionicTestBcacheCeph(relbase.bionic, TestBcacheCeph):
77 __test__ = True
78
79
80-class EoanTestBcacheCeph(relbase.eoan, TestBcacheCeph):
81- __test__ = True
82-
83-
84 class FocalTestBcacheCeph(relbase.focal, TestBcacheCeph):
85 __test__ = True
86
87diff --git a/tests/vmtests/test_bcache_partitions.py b/tests/vmtests/test_bcache_partitions.py
88index f41e645..9d05ee8 100644
89--- a/tests/vmtests/test_bcache_partitions.py
90+++ b/tests/vmtests/test_bcache_partitions.py
91@@ -25,10 +25,6 @@ class BionicTestBcachePartitions(relbase.bionic, TestBcachePartitions):
92 __test__ = True
93
94
95-class EoanTestBcachePartitions(relbase.eoan, TestBcachePartitions):
96- __test__ = True
97-
98-
99 class FocalTestBcachePartitions(relbase.focal, TestBcachePartitions):
100 __test__ = True
101
102diff --git a/tests/vmtests/test_fs_battery.py b/tests/vmtests/test_fs_battery.py
103index bd44905..7e51f20 100644
104--- a/tests/vmtests/test_fs_battery.py
105+++ b/tests/vmtests/test_fs_battery.py
106@@ -239,10 +239,6 @@ class BionicTestFsBattery(relbase.bionic, TestFsBattery):
107 __test__ = True
108
109
110-class EoanTestFsBattery(relbase.eoan, TestFsBattery):
111- __test__ = True
112-
113-
114 class FocalTestFsBattery(relbase.focal, TestFsBattery):
115 __test__ = True
116
117diff --git a/tests/vmtests/test_iscsi.py b/tests/vmtests/test_iscsi.py
118index c99264c..8d1d3f5 100644
119--- a/tests/vmtests/test_iscsi.py
120+++ b/tests/vmtests/test_iscsi.py
121@@ -72,10 +72,6 @@ class BionicTestIscsiBasic(relbase.bionic, TestBasicIscsiAbs):
122 __test__ = True
123
124
125-class EoanTestIscsiBasic(relbase.eoan, TestBasicIscsiAbs):
126- __test__ = True
127-
128-
129 class FocalTestIscsiBasic(relbase.focal, TestBasicIscsiAbs):
130 __test__ = True
131
132diff --git a/tests/vmtests/test_journald_reporter.py b/tests/vmtests/test_journald_reporter.py
133index d29b4d4..f0d068f 100644
134--- a/tests/vmtests/test_journald_reporter.py
135+++ b/tests/vmtests/test_journald_reporter.py
136@@ -32,10 +32,6 @@ class BionicTestJournaldReporter(relbase.bionic, TestJournaldReporter):
137 __test__ = True
138
139
140-class EoanTestJournaldReporter(relbase.eoan, TestJournaldReporter):
141- __test__ = True
142-
143-
144 class FocalTestJournaldReporter(relbase.focal, TestJournaldReporter):
145 __test__ = True
146
147diff --git a/tests/vmtests/test_lvm.py b/tests/vmtests/test_lvm.py
148index a79a705..ff39d6c 100644
149--- a/tests/vmtests/test_lvm.py
150+++ b/tests/vmtests/test_lvm.py
151@@ -77,10 +77,6 @@ class BionicTestLvm(relbase.bionic, TestLvmAbs):
152 __test__ = True
153
154
155-class EoanTestLvm(relbase.eoan, TestLvmAbs):
156- __test__ = True
157-
158-
159 class FocalTestLvm(relbase.focal, TestLvmAbs):
160 __test__ = True
161
162diff --git a/tests/vmtests/test_lvm_iscsi.py b/tests/vmtests/test_lvm_iscsi.py
163index 077b31a..eb8c92a 100644
164--- a/tests/vmtests/test_lvm_iscsi.py
165+++ b/tests/vmtests/test_lvm_iscsi.py
166@@ -95,10 +95,6 @@ class BionicTestIscsiLvm(relbase.bionic, TestLvmIscsiAbs):
167 __test__ = True
168
169
170-class EoanTestIscsiLvm(relbase.eoan, TestLvmIscsiAbs):
171- __test__ = True
172-
173-
174 class FocalTestIscsiLvm(relbase.focal, TestLvmIscsiAbs):
175 __test__ = True
176
177diff --git a/tests/vmtests/test_lvm_raid.py b/tests/vmtests/test_lvm_raid.py
178index 8d42a1a..cc1afa1 100644
179--- a/tests/vmtests/test_lvm_raid.py
180+++ b/tests/vmtests/test_lvm_raid.py
181@@ -51,10 +51,6 @@ class FocalTestLvmOverRaid(relbase.focal, TestLvmOverRaidAbs):
182 __test__ = True
183
184
185-class EoanTestLvmOverRaid(relbase.eoan, TestLvmOverRaidAbs):
186- __test__ = True
187-
188-
189 class BionicTestLvmOverRaid(relbase.bionic, TestLvmOverRaidAbs):
190 __test__ = True
191
192diff --git a/tests/vmtests/test_mdadm_bcache.py b/tests/vmtests/test_mdadm_bcache.py
193index 9d04bd4..4f38e7a 100644
194--- a/tests/vmtests/test_mdadm_bcache.py
195+++ b/tests/vmtests/test_mdadm_bcache.py
196@@ -154,10 +154,6 @@ class BionicTestMdadmBcache(relbase.bionic, TestMdadmBcacheAbs):
197 __test__ = True
198
199
200-class EoanTestMdadmBcache(relbase.eoan, TestMdadmBcacheAbs):
201- __test__ = True
202-
203-
204 class FocalTestMdadmBcache(relbase.focal, TestMdadmBcacheAbs):
205 __test__ = True
206
207@@ -203,10 +199,6 @@ class BionicTestMirrorboot(relbase.bionic, TestMirrorbootAbs):
208 __test__ = True
209
210
211-class EoanTestMirrorboot(relbase.eoan, TestMirrorbootAbs):
212- __test__ = True
213-
214-
215 class FocalTestMirrorboot(relbase.focal, TestMirrorbootAbs):
216 __test__ = True
217
218@@ -251,11 +243,6 @@ class BionicTestMirrorbootPartitions(relbase.bionic,
219 __test__ = True
220
221
222-class EoanTestMirrorbootPartitions(relbase.eoan,
223- TestMirrorbootPartitionsAbs):
224- __test__ = True
225-
226-
227 class FocalTestMirrorbootPartitions(relbase.focal,
228 TestMirrorbootPartitionsAbs):
229 __test__ = True
230@@ -336,11 +323,6 @@ class BionicTestMirrorbootPartitionsUEFI(relbase.bionic,
231 __test__ = True
232
233
234-class EoanTestMirrorbootPartitionsUEFI(relbase.eoan,
235- TestMirrorbootPartitionsUEFIAbs):
236- __test__ = True
237-
238-
239 class FocalTestMirrorbootPartitionsUEFI(relbase.focal,
240 TestMirrorbootPartitionsUEFIAbs):
241 __test__ = True
242@@ -391,10 +373,6 @@ class BionicTestRaid5boot(relbase.bionic, TestRaid5bootAbs):
243 __test__ = True
244
245
246-class EoanTestRaid5boot(relbase.eoan, TestRaid5bootAbs):
247- __test__ = True
248-
249-
250 class FocalTestRaid5boot(relbase.focal, TestRaid5bootAbs):
251 __test__ = True
252
253@@ -452,10 +430,6 @@ class BionicTestRaid6boot(relbase.bionic, TestRaid6bootAbs):
254 __test__ = True
255
256
257-class EoanTestRaid6boot(relbase.eoan, TestRaid6bootAbs):
258- __test__ = True
259-
260-
261 class FocalTestRaid6boot(relbase.focal, TestRaid6bootAbs):
262 __test__ = True
263
264@@ -499,10 +473,6 @@ class BionicTestRaid10boot(relbase.bionic, TestRaid10bootAbs):
265 __test__ = True
266
267
268-class EoanTestRaid10boot(relbase.eoan, TestRaid10bootAbs):
269- __test__ = True
270-
271-
272 class FocalTestRaid10boot(relbase.focal, TestRaid10bootAbs):
273 __test__ = True
274
275@@ -603,10 +573,6 @@ class BionicTestAllindata(relbase.bionic, TestAllindataAbs):
276 __test__ = True
277
278
279-class EoanTestAllindata(relbase.eoan, TestAllindataAbs):
280- __test__ = True
281-
282-
283 class FocalTestAllindata(relbase.focal, TestAllindataAbs):
284 __test__ = True
285
286diff --git a/tests/vmtests/test_mdadm_iscsi.py b/tests/vmtests/test_mdadm_iscsi.py
287index 26b1f71..4f35178 100644
288--- a/tests/vmtests/test_mdadm_iscsi.py
289+++ b/tests/vmtests/test_mdadm_iscsi.py
290@@ -50,10 +50,6 @@ class BionicTestIscsiMdadm(relbase.bionic, TestMdadmIscsiAbs):
291 __test__ = True
292
293
294-class EoanTestIscsiMdadm(relbase.eoan, TestMdadmIscsiAbs):
295- __test__ = True
296-
297-
298 class FocalTestIscsiMdadm(relbase.focal, TestMdadmIscsiAbs):
299 __test__ = True
300
301diff --git a/tests/vmtests/test_multipath.py b/tests/vmtests/test_multipath.py
302index 7c7e621..a30edb1 100644
303--- a/tests/vmtests/test_multipath.py
304+++ b/tests/vmtests/test_multipath.py
305@@ -158,10 +158,6 @@ class BionicTestMultipathBasic(relbase.bionic, TestMultipathBasicAbs):
306 __test__ = True
307
308
309-class EoanTestMultipathBasic(relbase.eoan, TestMultipathBasicAbs):
310- __test__ = True
311-
312-
313 class FocalTestMultipathBasic(relbase.focal, TestMultipathBasicAbs):
314 __test__ = True
315
316diff --git a/tests/vmtests/test_multipath_lvm.py b/tests/vmtests/test_multipath_lvm.py
317index 39b8587..ff7964c 100644
318--- a/tests/vmtests/test_multipath_lvm.py
319+++ b/tests/vmtests/test_multipath_lvm.py
320@@ -56,10 +56,6 @@ class BionicTestMultipathLvm(relbase.bionic, TestMultipathLvmAbs):
321 __test__ = True
322
323
324-class EoanTestMultipathLvm(relbase.eoan, TestMultipathLvmAbs):
325- __test__ = True
326-
327-
328 class FocalTestMultipathLvm(relbase.focal, TestMultipathLvmAbs):
329 __test__ = True
330
331diff --git a/tests/vmtests/test_network.py b/tests/vmtests/test_network.py
332index e6ea6e2..50ff0ef 100644
333--- a/tests/vmtests/test_network.py
334+++ b/tests/vmtests/test_network.py
335@@ -474,10 +474,6 @@ class BionicTestNetworkBasic(relbase.bionic, TestNetworkBasicAbs):
336 __test__ = True
337
338
339-class EoanTestNetworkBasic(relbase.eoan, TestNetworkBasicAbs):
340- __test__ = True
341-
342-
343 class FocalTestNetworkBasic(relbase.focal, TestNetworkBasicAbs):
344 __test__ = True
345
346diff --git a/tests/vmtests/test_network_alias.py b/tests/vmtests/test_network_alias.py
347index 68e7de4..2c6ec53 100644
348--- a/tests/vmtests/test_network_alias.py
349+++ b/tests/vmtests/test_network_alias.py
350@@ -52,10 +52,6 @@ class BionicTestNetworkAlias(relbase.bionic, TestNetworkAliasAbs):
351 __test__ = True
352
353
354-class EoanTestNetworkAlias(relbase.eoan, TestNetworkAliasAbs):
355- __test__ = True
356-
357-
358 class FocalTestNetworkAlias(relbase.focal, TestNetworkAliasAbs):
359 __test__ = True
360
361diff --git a/tests/vmtests/test_network_bonding.py b/tests/vmtests/test_network_bonding.py
362index 913c7ff..2a34f5c 100644
363--- a/tests/vmtests/test_network_bonding.py
364+++ b/tests/vmtests/test_network_bonding.py
365@@ -57,10 +57,6 @@ class BionicTestBonding(relbase.bionic, TestNetworkBondingAbs):
366 __test__ = True
367
368
369-class EoanTestBonding(relbase.eoan, TestNetworkBondingAbs):
370- __test__ = True
371-
372-
373 class FocalTestBonding(relbase.focal, TestNetworkBondingAbs):
374 __test__ = True
375
376diff --git a/tests/vmtests/test_network_bridging.py b/tests/vmtests/test_network_bridging.py
377index daaade5..715d312 100644
378--- a/tests/vmtests/test_network_bridging.py
379+++ b/tests/vmtests/test_network_bridging.py
380@@ -236,10 +236,6 @@ class BionicTestBridging(relbase.bionic, TestBridgeNetworkAbs):
381 __test__ = True
382
383
384-class EoanTestBridging(relbase.eoan, TestBridgeNetworkAbs):
385- __test__ = True
386-
387-
388 class FocalTestBridging(relbase.focal, TestBridgeNetworkAbs):
389 __test__ = True
390
391diff --git a/tests/vmtests/test_network_ipv6.py b/tests/vmtests/test_network_ipv6.py
392index 8f0dd54..7802855 100644
393--- a/tests/vmtests/test_network_ipv6.py
394+++ b/tests/vmtests/test_network_ipv6.py
395@@ -53,10 +53,6 @@ class BionicTestNetworkIPV6(relbase.bionic, TestNetworkIPV6Abs):
396 __test__ = True
397
398
399-class EoanTestNetworkIPV6(relbase.eoan, TestNetworkIPV6Abs):
400- __test__ = True
401-
402-
403 class Centos66TestNetworkIPV6(centos_relbase.centos66_xenial,
404 CentosTestNetworkIPV6Abs):
405 __test__ = True
406diff --git a/tests/vmtests/test_network_ipv6_static.py b/tests/vmtests/test_network_ipv6_static.py
407index 8a1ba2f..c87255e 100644
408--- a/tests/vmtests/test_network_ipv6_static.py
409+++ b/tests/vmtests/test_network_ipv6_static.py
410@@ -23,10 +23,6 @@ class BionicTestNetworkIPV6Static(relbase.bionic, TestNetworkIPV6StaticAbs):
411 __test__ = True
412
413
414-class EoanTestNetworkIPV6Static(relbase.eoan, TestNetworkIPV6StaticAbs):
415- __test__ = True
416-
417-
418 class FocalTestNetworkIPV6Static(relbase.focal, TestNetworkIPV6StaticAbs):
419 __test__ = True
420
421diff --git a/tests/vmtests/test_network_ipv6_vlan.py b/tests/vmtests/test_network_ipv6_vlan.py
422index d8e4e16..bb1e74c 100644
423--- a/tests/vmtests/test_network_ipv6_vlan.py
424+++ b/tests/vmtests/test_network_ipv6_vlan.py
425@@ -22,10 +22,6 @@ class BionicTestNetworkIPV6Vlan(relbase.bionic, TestNetworkIPV6VlanAbs):
426 __test__ = True
427
428
429-class EoanTestNetworkIPV6Vlan(relbase.eoan, TestNetworkIPV6VlanAbs):
430- __test__ = True
431-
432-
433 class FocalTestNetworkIPV6Vlan(relbase.focal, TestNetworkIPV6VlanAbs):
434 __test__ = True
435
436diff --git a/tests/vmtests/test_network_mtu.py b/tests/vmtests/test_network_mtu.py
437index 390be57..71f87ca 100644
438--- a/tests/vmtests/test_network_mtu.py
439+++ b/tests/vmtests/test_network_mtu.py
440@@ -186,11 +186,6 @@ class BionicTestNetworkMtu(relbase.bionic, TestNetworkMtuAbs):
441 __test__ = True
442
443
444-class EoanTestNetworkMtu(relbase.eoan, TestNetworkMtuAbs):
445- conf_file = "examples/tests/network_mtu_networkd.yaml"
446- __test__ = True
447-
448-
449 class FocalTestNetworkMtu(relbase.focal, TestNetworkMtuAbs):
450 conf_file = "examples/tests/network_mtu_networkd.yaml"
451 __test__ = True
452diff --git a/tests/vmtests/test_network_ovs.py b/tests/vmtests/test_network_ovs.py
453index 3e23bd0..c65db4e 100644
454--- a/tests/vmtests/test_network_ovs.py
455+++ b/tests/vmtests/test_network_ovs.py
456@@ -34,10 +34,6 @@ class BionicTestNetworkOvs(relbase.bionic, TestNetworkOvsAbs):
457 __test__ = True
458
459
460-class EoanTestNetworkOvs(relbase.eoan, TestNetworkOvsAbs):
461- __test__ = True
462-
463-
464 class FocalTestNetworkOvs(relbase.focal, TestNetworkOvsAbs):
465 __test__ = True
466
467diff --git a/tests/vmtests/test_network_static.py b/tests/vmtests/test_network_static.py
468index 80ff2cd..8905803 100644
469--- a/tests/vmtests/test_network_static.py
470+++ b/tests/vmtests/test_network_static.py
471@@ -28,10 +28,6 @@ class BionicTestNetworkStatic(relbase.bionic, TestNetworkStaticAbs):
472 __test__ = True
473
474
475-class EoanTestNetworkStatic(relbase.eoan, TestNetworkStaticAbs):
476- __test__ = True
477-
478-
479 class FocalTestNetworkStatic(relbase.focal, TestNetworkStaticAbs):
480 __test__ = True
481
482diff --git a/tests/vmtests/test_network_static_routes.py b/tests/vmtests/test_network_static_routes.py
483index dfcbffe..350f5ab 100644
484--- a/tests/vmtests/test_network_static_routes.py
485+++ b/tests/vmtests/test_network_static_routes.py
486@@ -28,11 +28,6 @@ class BionicTestNetworkStaticRoutes(relbase.bionic,
487 __test__ = True
488
489
490-class EoanTestNetworkStaticRoutes(relbase.eoan,
491- TestNetworkStaticRoutesAbs):
492- __test__ = True
493-
494-
495 class FocalTestNetworkStaticRoutes(relbase.focal,
496 TestNetworkStaticRoutesAbs):
497 __test__ = True
498diff --git a/tests/vmtests/test_network_vlan.py b/tests/vmtests/test_network_vlan.py
499index 4a8d776..9e1206b 100644
500--- a/tests/vmtests/test_network_vlan.py
501+++ b/tests/vmtests/test_network_vlan.py
502@@ -76,13 +76,6 @@ class BionicTestNetworkVlan(relbase.bionic, TestNetworkVlanAbs):
503 __test__ = True
504
505
506-class EoanTestNetworkVlan(relbase.eoan, TestNetworkVlanAbs):
507- __test__ = True
508-
509- def test_ip_output(self):
510- return super().test_ip_output()
511-
512-
513 class FocalTestNetworkVlan(relbase.focal, TestNetworkVlanAbs):
514 __test__ = True
515
516diff --git a/tests/vmtests/test_nvme.py b/tests/vmtests/test_nvme.py
517index 4f55ec7..865e10e 100644
518--- a/tests/vmtests/test_nvme.py
519+++ b/tests/vmtests/test_nvme.py
520@@ -73,10 +73,6 @@ class BionicTestNvme(relbase.bionic, TestNvmeAbs):
521 __test__ = True
522
523
524-class EoanTestNvme(relbase.eoan, TestNvmeAbs):
525- __test__ = True
526-
527-
528 class TestNvmeBcacheAbs(TestNvmeAbs):
529 arch_skip = [
530 "s390x", # nvme is a pci device, no pci on s390x
531@@ -139,10 +135,6 @@ class BionicTestNvmeBcache(relbase.bionic, TestNvmeBcacheAbs):
532 __test__ = True
533
534
535-class EoanTestNvmeBcache(relbase.eoan, TestNvmeBcacheAbs):
536- __test__ = True
537-
538-
539 @TestNvmeBcacheAbs.skip_by_date("1861941", fixby="2020-09-15")
540 class FocalTestNvmeBcache(relbase.focal, TestNvmeBcacheAbs):
541 __test__ = True
542diff --git a/tests/vmtests/test_pollinate_useragent.py b/tests/vmtests/test_pollinate_useragent.py
543index ff21f20..ba681f5 100644
544--- a/tests/vmtests/test_pollinate_useragent.py
545+++ b/tests/vmtests/test_pollinate_useragent.py
546@@ -61,10 +61,6 @@ class BionicTestPollinateUserAgent(relbase.bionic, TestPollinateUserAgent):
547 __test__ = True
548
549
550-class EoanTestPollinateUserAgent(relbase.eoan, TestPollinateUserAgent):
551- __test__ = True
552-
553-
554 class FocalTestPollinateUserAgent(relbase.focal, TestPollinateUserAgent):
555 __test__ = True
556
557diff --git a/tests/vmtests/test_preserve.py b/tests/vmtests/test_preserve.py
558index f02ba6c..7a447e0 100644
559--- a/tests/vmtests/test_preserve.py
560+++ b/tests/vmtests/test_preserve.py
561@@ -25,10 +25,6 @@ class BionicTestPreserve(relbase.bionic, TestPreserve):
562 __test__ = True
563
564
565-class EoanTestPreserve(relbase.eoan, TestPreserve):
566- __test__ = True
567-
568-
569 class FocalTestPreserve(relbase.focal, TestPreserve):
570 __test__ = True
571
572diff --git a/tests/vmtests/test_preserve_bcache.py b/tests/vmtests/test_preserve_bcache.py
573index e2d2a34..20c81b4 100644
574--- a/tests/vmtests/test_preserve_bcache.py
575+++ b/tests/vmtests/test_preserve_bcache.py
576@@ -56,10 +56,6 @@ class BionicTestPreserveBcache(relbase.bionic, TestPreserveBcache):
577 __test__ = True
578
579
580-class EoanTestPreserveBcache(relbase.eoan, TestPreserveBcache):
581- __test__ = True
582-
583-
584 class FocalTestPreserveBcache(relbase.focal, TestPreserveBcache):
585 __test__ = True
586
587diff --git a/tests/vmtests/test_preserve_lvm.py b/tests/vmtests/test_preserve_lvm.py
588index 90f15cb..82d0707 100644
589--- a/tests/vmtests/test_preserve_lvm.py
590+++ b/tests/vmtests/test_preserve_lvm.py
591@@ -69,10 +69,6 @@ class BionicTestLvmPreserve(relbase.bionic, TestLvmPreserveAbs):
592 __test__ = True
593
594
595-class EoanTestLvmPreserve(relbase.eoan, TestLvmPreserveAbs):
596- __test__ = True
597-
598-
599 class FocalTestLvmPreserve(relbase.focal, TestLvmPreserveAbs):
600 __test__ = True
601
602diff --git a/tests/vmtests/test_preserve_partition_wipe_vg.py b/tests/vmtests/test_preserve_partition_wipe_vg.py
603index 96346ff..5bf48c7 100644
604--- a/tests/vmtests/test_preserve_partition_wipe_vg.py
605+++ b/tests/vmtests/test_preserve_partition_wipe_vg.py
606@@ -25,10 +25,6 @@ class BionicTestPreserveWipeLvm(relbase.bionic, TestPreserveWipeLvm):
607 __test__ = True
608
609
610-class EoanTestPreserveWipeLvm(relbase.eoan, TestPreserveWipeLvm):
611- __test__ = True
612-
613-
614 class FocalTestPreserveWipeLvm(relbase.focal, TestPreserveWipeLvm):
615 __test__ = True
616
617@@ -48,10 +44,6 @@ class BionicTestPreserveWipeLvmSimple(relbase.bionic,
618 __test__ = True
619
620
621-class EoanTestPreserveWipeLvmSimple(relbase.eoan, TestPreserveWipeLvmSimple):
622- __test__ = True
623-
624-
625 class FocalTestPreserveWipeLvmSimple(relbase.focal, TestPreserveWipeLvmSimple):
626 __test__ = True
627
628diff --git a/tests/vmtests/test_preserve_raid.py b/tests/vmtests/test_preserve_raid.py
629index cf3a6bb..1dc47c0 100644
630--- a/tests/vmtests/test_preserve_raid.py
631+++ b/tests/vmtests/test_preserve_raid.py
632@@ -25,10 +25,6 @@ class BionicTestPreserveRAID(relbase.bionic, TestPreserveRAID):
633 __test__ = True
634
635
636-class EoanTestPreserveRAID(relbase.eoan, TestPreserveRAID):
637- __test__ = True
638-
639-
640 class FocalTestPreserveRAID(relbase.focal, TestPreserveRAID):
641 __test__ = True
642
643diff --git a/tests/vmtests/test_raid5_bcache.py b/tests/vmtests/test_raid5_bcache.py
644index c4786b5..b3fbe0a 100644
645--- a/tests/vmtests/test_raid5_bcache.py
646+++ b/tests/vmtests/test_raid5_bcache.py
647@@ -88,10 +88,6 @@ class BionicTestRaid5Bcache(relbase.bionic, TestMdadmBcacheAbs):
648 __test__ = True
649
650
651-class EoanTestRaid5Bcache(relbase.eoan, TestMdadmBcacheAbs):
652- __test__ = True
653-
654-
655 class FocalTestRaid5Bcache(relbase.focal, TestMdadmBcacheAbs):
656 __test__ = True
657
658diff --git a/tests/vmtests/test_reuse_lvm_member.py b/tests/vmtests/test_reuse_lvm_member.py
659index 749ea24..a78d0ea 100644
660--- a/tests/vmtests/test_reuse_lvm_member.py
661+++ b/tests/vmtests/test_reuse_lvm_member.py
662@@ -21,11 +21,6 @@ class BionicTestReuseLVMMemberPartition(relbase.bionic,
663 __test__ = True
664
665
666-class EoanTestReuseLVMMemberPartition(relbase.eoan,
667- TestReuseLVMMemberPartition):
668- __test__ = True
669-
670-
671 class FocalTestReuseLVMMemberPartition(relbase.focal,
672 TestReuseLVMMemberPartition):
673 __test__ = True
674diff --git a/tests/vmtests/test_reuse_msdos_partitions.py b/tests/vmtests/test_reuse_msdos_partitions.py
675index f8e20d9..5b6addc 100644
676--- a/tests/vmtests/test_reuse_msdos_partitions.py
677+++ b/tests/vmtests/test_reuse_msdos_partitions.py
678@@ -18,11 +18,6 @@ class BionicTestReuseMSDOSPartitions(relbase.bionic,
679 __test__ = True
680
681
682-class EoanTestReuseMSDOSPartitions(relbase.eoan,
683- TestReuseMSDOSPartitions):
684- __test__ = True
685-
686-
687 class FocalTestReuseMSDOSPartitions(relbase.focal,
688 TestReuseMSDOSPartitions):
689 __test__ = True
690diff --git a/tests/vmtests/test_reuse_raid_member.py b/tests/vmtests/test_reuse_raid_member.py
691index 425105f..e3c464d 100644
692--- a/tests/vmtests/test_reuse_raid_member.py
693+++ b/tests/vmtests/test_reuse_raid_member.py
694@@ -28,10 +28,6 @@ class BionicTestReuseRAIDMember(relbase.bionic, TestReuseRAIDMember):
695 __test__ = True
696
697
698-class EoanTestReuseRAIDMember(relbase.eoan, TestReuseRAIDMember):
699- __test__ = True
700-
701-
702 class FocalTestReuseRAIDMember(relbase.focal, TestReuseRAIDMember):
703 __test__ = True
704
705@@ -41,11 +37,6 @@ class BionicTestReuseRAIDMemberPartition(relbase.bionic,
706 __test__ = True
707
708
709-class EoanTestReuseRAIDMemberPartition(relbase.eoan,
710- TestReuseRAIDMemberPartition):
711- __test__ = True
712-
713-
714 class FocalTestReuseRAIDMemberPartition(relbase.focal,
715 TestReuseRAIDMemberPartition):
716 __test__ = True
717diff --git a/tests/vmtests/test_reuse_uefi_esp.py b/tests/vmtests/test_reuse_uefi_esp.py
718index 31c5e7d..ab7ec42 100644
719--- a/tests/vmtests/test_reuse_uefi_esp.py
720+++ b/tests/vmtests/test_reuse_uefi_esp.py
721@@ -33,13 +33,6 @@ class BionicTestUefiReuseEsp(relbase.bionic, TestUefiReuseEspAbs):
722 return super().test_efiboot_menu_has_one_distro_entry()
723
724
725-class EoanTestUefiReuseEsp(relbase.eoan, TestUefiReuseEspAbs):
726- __test__ = True
727-
728- def test_efiboot_menu_has_one_distro_entry(self):
729- return super().test_efiboot_menu_has_one_distro_entry()
730-
731-
732 class FocalTestUefiReuseEsp(relbase.focal, TestUefiReuseEspAbs):
733 __test__ = True
734
735diff --git a/tests/vmtests/test_simple.py b/tests/vmtests/test_simple.py
736index b34a6fc..3f588df 100644
737--- a/tests/vmtests/test_simple.py
738+++ b/tests/vmtests/test_simple.py
739@@ -49,13 +49,6 @@ class BionicTestSimple(relbase.bionic, TestSimple):
740 self.output_files_exist(["netplan.yaml"])
741
742
743-class EoanTestSimple(relbase.eoan, TestSimple):
744- __test__ = True
745-
746- def test_output_files_exist(self):
747- self.output_files_exist(["netplan.yaml"])
748-
749-
750 class FocalTestSimple(relbase.focal, TestSimple):
751 __test__ = True
752
753@@ -105,13 +98,6 @@ class BionicTestSimpleStorage(relbase.bionic, TestSimpleStorage):
754 self.output_files_exist(["netplan.yaml"])
755
756
757-class EoanTestSimpleStorage(relbase.eoan, TestSimpleStorage):
758- __test__ = True
759-
760- def test_output_files_exist(self):
761- self.output_files_exist(["netplan.yaml"])
762-
763-
764 class FocalTestSimpleStorage(relbase.focal, TestSimpleStorage):
765 __test__ = True
766
767diff --git a/tests/vmtests/test_uefi_basic.py b/tests/vmtests/test_uefi_basic.py
768index 7f6de50..e4c8a36 100644
769--- a/tests/vmtests/test_uefi_basic.py
770+++ b/tests/vmtests/test_uefi_basic.py
771@@ -110,10 +110,6 @@ class BionicUefiTestBasic(relbase.bionic, TestBasicAbs):
772 __test__ = True
773
774
775-class EoanUefiTestBasic(relbase.eoan, TestBasicAbs):
776- __test__ = True
777-
778-
779 class FocalUefiTestBasic(relbase.focal, TestBasicAbs):
780 __test__ = True
781
782@@ -133,11 +129,6 @@ class BionicUefiTestBasic4k(relbase.bionic, TestBasicAbs):
783 disk_block_size = 4096
784
785
786-class EoanUefiTestBasic4k(relbase.eoan, TestBasicAbs):
787- __test__ = True
788- disk_block_size = 4096
789-
790-
791 class FocalUefiTestBasic4k(relbase.focal, TestBasicAbs):
792 __test__ = True
793 disk_block_size = 4096
794diff --git a/tests/vmtests/test_zfsroot.py b/tests/vmtests/test_zfsroot.py
795index c9c73a3..8f4f223 100644
796--- a/tests/vmtests/test_zfsroot.py
797+++ b/tests/vmtests/test_zfsroot.py
798@@ -96,11 +96,6 @@ class BionicTestZfsRoot(relbase.bionic, TestZfsRootAbs):
799 __test__ = True
800
801
802-class EoanTestZfsRoot(relbase.eoan, TestZfsRootAbs):
803- __test__ = True
804- mem = 4096
805-
806-
807 class FocalTestZfsRoot(relbase.focal, TestZfsRootAbs):
808 __test__ = True
809 mem = 4096
810@@ -125,11 +120,6 @@ class BionicTestZfsRootFsType(relbase.bionic, TestZfsRootFsTypeAbs):
811 __test__ = True
812
813
814-class EoanTestZfsRootFsType(relbase.eoan, TestZfsRootFsTypeAbs):
815- __test__ = True
816- mem = 4096
817-
818-
819 class FocalTestZfsRootFsType(relbase.focal, TestZfsRootFsTypeAbs):
820 __test__ = True
821 mem = 4096

Subscribers

People subscribed via source and target branches