@@ -45,6 +45,7 @@ class TestNested:
45
45
@pytest .mark .parametrize ("iso_version" , (
46
46
"83nightly" , "83rcnet" ,
47
47
"83rc1" , "83b2" , "83b1" ,
48
+ "82nightly" ,
48
49
"821.1" ,
49
50
"81" , "80" , "76" , "75" ,
50
51
"xs8" , "ch821.1" ,
@@ -99,6 +100,7 @@ def test_install(self, vm_booted_with_installer, install_disk,
99
100
@pytest .mark .parametrize ("version" , (
100
101
"83nightly" , "83rcnet" ,
101
102
"83rc1" , "83b2" , "83b1" ,
103
+ "82nightly" ,
102
104
"821.1" ,
103
105
"81" , "80" ,
104
106
"76" , "75" ,
@@ -150,6 +152,7 @@ def _test_firstboot(self, create_vms, mode, *, machine='DEFAULT', is_restore=Fal
150
152
"83rc1" : "8.3.0" ,
151
153
"83b2" : "8.3.0" ,
152
154
"83b1" : "8.3.0" ,
155
+ "82nightly" : "8.2.1" ,
153
156
"821.1" : "8.2.1" ,
154
157
"81" : "8.1.0" ,
155
158
"80" : "8.0.0" ,
@@ -290,6 +293,7 @@ def _test_firstboot(self, create_vms, mode, *, machine='DEFAULT', is_restore=Fal
290
293
@pytest .mark .parametrize ("version" , (
291
294
"83nightly" , "83rcnet" ,
292
295
"83rc1" , "83b2" , "83b1" ,
296
+ "82nightly" ,
293
297
"821.1" ,
294
298
"81" , "80" ,
295
299
"76" , "75" ,
@@ -321,6 +325,8 @@ def test_boot_inst(self, create_vms,
321
325
("xs8" , "83nightly" ),
322
326
("ch821.1" , "83nightly" ),
323
327
("83rcnet" , "83rcnet" ), # FIXME
328
+ ("82nightly" , "82nightly" ),
329
+ ("821.1" , "82nightly" ),
324
330
("821.1" , "821.1" ),
325
331
])
326
332
@pytest .mark .parametrize ("firmware" , ("uefi" , "bios" ))
@@ -357,6 +363,8 @@ def test_upgrade(self, vm_booted_with_installer, install_disk,
357
363
"xs8-83nightly" ,
358
364
"ch821.1-83nightly" ,
359
365
"83rcnet-83rcnet" ,
366
+ "82nightly-82nightly" ,
367
+ "821.1-82nightly" ,
360
368
"821.1-821.1" ,
361
369
))
362
370
@pytest .mark .parametrize ("firmware" , ("uefi" , "bios" ))
@@ -382,6 +390,8 @@ def test_boot_upg(self, create_vms,
382
390
("xs8-83nightly" , "83nightly" ),
383
391
("ch821.1-83nightly" , "83nightly" ),
384
392
("83rcnet-83rcnet" , "83rcnet" ), # FIXME
393
+ ("82nightly-82nightly" , "82nightly" ),
394
+ ("821.1-82nightly" , "82nightly" ),
385
395
("821.1-821.1" , "821.1" ),
386
396
])
387
397
@pytest .mark .parametrize ("firmware" , ("uefi" , "bios" ))
@@ -413,6 +423,8 @@ def test_restore(self, vm_booted_with_installer, install_disk,
413
423
"xs8-83nightly-83nightly" ,
414
424
"ch821.1-83nightly-83nightly" ,
415
425
"83rcnet-83rcnet-83rcnet" , # FIXME
426
+ "82nightly-82nightly-82nightly" ,
427
+ "821.1-82nightly-82nightly" ,
416
428
"821.1-821.1-821.1" ,
417
429
))
418
430
@pytest .mark .parametrize ("firmware" , ("uefi" , "bios" ))
0 commit comments