@@ -43,8 +43,8 @@ class TestNested:
43
43
@pytest .mark .parametrize ("local_sr" , ("nosr" , "ext" , "lvm" ))
44
44
@pytest .mark .parametrize ("package_source" , ("iso" , "net" ))
45
45
@pytest .mark .parametrize ("iso_version" , (
46
- "83nightly" , "83rcnet " ,
47
- "83rc1" , "83b2" , "83b1 " ,
46
+ "83nightly" , "830net " ,
47
+ "830 " ,
48
48
"82nightly" ,
49
49
"821.1" ,
50
50
"81" , "80" , "76" , "75" ,
@@ -98,8 +98,8 @@ def test_install(self, vm_booted_with_installer, install_disk,
98
98
@pytest .mark .parametrize ("package_source" , ("iso" , "net" ))
99
99
@pytest .mark .parametrize ("machine" , ("host1" , "host2" ))
100
100
@pytest .mark .parametrize ("version" , (
101
- "83nightly" , "83rcnet " ,
102
- "83rc1" , "83b2" , "83b1 " ,
101
+ "83nightly" , "830net " ,
102
+ "830 " ,
103
103
"82nightly" ,
104
104
"821.1" ,
105
105
"81" , "80" ,
@@ -148,10 +148,8 @@ def _test_firstboot(self, create_vms, mode, *, machine='DEFAULT', is_restore=Fal
148
148
expected_rel_id = split_mode [- 1 ]
149
149
expected_rel = {
150
150
"83nightly" : "8.3.0" ,
151
- "83rcnet" : "8.3.0" ,
152
- "83rc1" : "8.3.0" ,
153
- "83b2" : "8.3.0" ,
154
- "83b1" : "8.3.0" ,
151
+ "830net" : "8.3.0" ,
152
+ "830" : "8.3.0" ,
155
153
"82nightly" : "8.2.1" ,
156
154
"821.1" : "8.2.1" ,
157
155
"81" : "8.1.0" ,
@@ -291,8 +289,8 @@ def _test_firstboot(self, create_vms, mode, *, machine='DEFAULT', is_restore=Fal
291
289
@pytest .mark .parametrize ("package_source" , ("iso" , "net" ))
292
290
@pytest .mark .parametrize ("machine" , ("host1" , "host2" ))
293
291
@pytest .mark .parametrize ("version" , (
294
- "83nightly" , "83rcnet " ,
295
- "83rc1" , "83b2" , "83b1 " ,
292
+ "83nightly" , "830net " ,
293
+ "830 " ,
296
294
"82nightly" ,
297
295
"821.1" ,
298
296
"81" , "80" ,
@@ -316,15 +314,13 @@ def test_boot_inst(self, create_vms,
316
314
@pytest .mark .parametrize ("machine" , ("host1" , "host2" ))
317
315
@pytest .mark .parametrize (("orig_version" , "iso_version" ), [
318
316
("83nightly" , "83nightly" ),
319
- ("83rc1" , "83nightly" ),
320
- ("83b2" , "83nightly" ),
321
- ("83b1" , "83nightly" ),
317
+ ("830" , "83nightly" ),
322
318
("821.1" , "83nightly" ),
323
319
("81" , "83nightly" ),
324
320
("80" , "83nightly" ),
325
321
("xs8" , "83nightly" ),
326
322
("ch821.1" , "83nightly" ),
327
- ("83rcnet " , "83rcnet " ), # FIXME
323
+ ("830net " , "830net " ), # FIXME
328
324
("82nightly" , "82nightly" ),
329
325
("821.1" , "82nightly" ),
330
326
("821.1" , "821.1" ),
@@ -354,15 +350,13 @@ def test_upgrade(self, vm_booted_with_installer, install_disk,
354
350
@pytest .mark .parametrize ("machine" , ("host1" , "host2" ))
355
351
@pytest .mark .parametrize ("mode" , (
356
352
"83nightly-83nightly" ,
357
- "83rc1-83nightly" ,
358
- "83b2-83nightly" ,
359
- "83b1-83nightly" ,
353
+ "830-83nightly" ,
360
354
"821.1-83nightly" ,
361
355
"81-83nightly" ,
362
356
"80-83nightly" ,
363
357
"xs8-83nightly" ,
364
358
"ch821.1-83nightly" ,
365
- "83rcnet-83rcnet " ,
359
+ "830net-830net " ,
366
360
"82nightly-82nightly" ,
367
361
"821.1-82nightly" ,
368
362
"821.1-821.1" ,
@@ -381,15 +375,13 @@ def test_boot_upg(self, create_vms,
381
375
@pytest .mark .parametrize ("package_source" , ("iso" , "net" ))
382
376
@pytest .mark .parametrize (("orig_version" , "iso_version" ), [
383
377
("83nightly-83nightly" , "83nightly" ),
384
- ("83rc1-83nightly" , "83nightly" ),
385
- ("83b2-83nightly" , "83nightly" ),
386
- ("83b1-83nightly" , "83nightly" ),
378
+ ("830-83nightly" , "83nightly" ),
387
379
("821.1-83nightly" , "83nightly" ),
388
380
("81-83nightly" , "83nightly" ),
389
381
("80-83nightly" , "83nightly" ),
390
382
("xs8-83nightly" , "83nightly" ),
391
383
("ch821.1-83nightly" , "83nightly" ),
392
- ("83rcnet-83rcnet " , "83rcnet " ), # FIXME
384
+ ("830net-830net " , "830net " ), # FIXME
393
385
("82nightly-82nightly" , "82nightly" ),
394
386
("821.1-82nightly" , "82nightly" ),
395
387
("821.1-821.1" , "821.1" ),
@@ -414,15 +406,13 @@ def test_restore(self, vm_booted_with_installer, install_disk,
414
406
@pytest .mark .parametrize ("package_source" , ("iso" , "net" ))
415
407
@pytest .mark .parametrize ("mode" , (
416
408
"83nightly-83nightly-83nightly" ,
417
- "83rc1-83nightly-83nightly" ,
418
- "83b2-83nightly-83nightly" ,
419
- "83b1-83nightly-83nightly" ,
409
+ "830-83nightly-83nightly" ,
420
410
"821.1-83nightly-83nightly" ,
421
411
"81-83nightly-83nightly" ,
422
412
"80-83nightly-83nightly" ,
423
413
"xs8-83nightly-83nightly" ,
424
414
"ch821.1-83nightly-83nightly" ,
425
- "83rcnet-83rcnet-83rcnet " , # FIXME
415
+ "830net-830net-830net " , # FIXME
426
416
"82nightly-82nightly-82nightly" ,
427
417
"821.1-82nightly-82nightly" ,
428
418
"821.1-821.1-821.1" ,
0 commit comments