Skip to content

Commit

Permalink
WIP XS 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ydirson committed Sep 24, 2024
1 parent 3bae66f commit 95c2bf9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/install/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class TestNested:
"821.1",
"81", "80", "76", "75",
"xs8", "ch821.1",
"xs70",
))
@pytest.mark.parametrize("firmware", ("uefi", "bios"))
@pytest.mark.vm_definitions(lambda firmware: dict(
Expand Down Expand Up @@ -99,6 +100,7 @@ def helper_vm_with_plugged_disk(running_vm, create_vms):
"81", "80",
"76", "75",
"ch821.1", "xs8",
"xs70",
))
@pytest.mark.parametrize("firmware", ("uefi", "bios"))
@pytest.mark.continuation_of(lambda version, firmware, local_sr, source_type: [dict(
Expand Down Expand Up @@ -155,6 +157,7 @@ def _test_firstboot(self, create_vms, mode, *, machine='DEFAULT'):
else:
expected_rel_id = split_mode[-1]
expected_rel = {
"xs70": "7.0.0",
"ch821.1": "8.2.1",
"xs8": "8.4.0",
"75": "7.5.0",
Expand Down Expand Up @@ -281,6 +284,7 @@ def _test_firstboot(self, create_vms, mode, *, machine='DEFAULT'):
"81", "80",
"76", "75",
"ch821.1", "xs8",
"xs70",
))
@pytest.mark.parametrize("firmware", ("uefi", "bios"))
@pytest.mark.continuation_of(
Expand Down

0 comments on commit 95c2bf9

Please sign in to comment.