Skip to content

Commit

Permalink
XS 6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ydirson committed Sep 26, 2024
1 parent d2568db commit b7e9b6a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/install/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class TestNested:
"821.1",
"81", "80", "76", "75",
"xs8", "ch821.1",
"xs70",
"xs70", "xs65",
))
@pytest.mark.parametrize("firmware", ("uefi", "bios"))
@pytest.mark.vm_definitions(lambda firmware: dict(
Expand Down Expand Up @@ -100,7 +100,7 @@ def helper_vm_with_plugged_disk(running_vm, create_vms):
"81", "80",
"76", "75",
"ch821.1", "xs8",
"xs70",
"xs70", "xs65",
))
@pytest.mark.parametrize("firmware", ("uefi", "bios"))
@pytest.mark.continuation_of(lambda version, firmware, local_sr, source_type: [dict(
Expand Down Expand Up @@ -157,6 +157,7 @@ def _test_firstboot(self, create_vms, mode, *, machine='DEFAULT'):
else:
expected_rel_id = split_mode[-1]
expected_rel = {
"xs65": "6.5.0",
"xs70": "7.0.0-125380c",
"ch821.1": "8.2.1",
"xs8": "8.4.0",
Expand Down Expand Up @@ -205,7 +206,7 @@ def _test_firstboot(self, create_vms, mode, *, machine='DEFAULT'):
]
STAMPS_DIR = "/var/lib/misc"
STAMPS = [f"ran-{service}" for service in SERVICES]
elif lsb_rel in ["7.0.0-125380c", "7.5.0", "7.6.0", "8.0.0", "8.1.0"]:
elif lsb_rel in ["6.5.0", "7.0.0-125380c", "7.5.0", "7.6.0", "8.0.0", "8.1.0"]:
SERVICES = ["xs-firstboot"]
STAMPS_DIR = "/etc/firstboot.d/state"
STAMPS = [
Expand Down Expand Up @@ -291,7 +292,7 @@ def _test_firstboot(self, create_vms, mode, *, machine='DEFAULT'):
"81", "80",
"76", "75",
"ch821.1", "xs8",
"xs70",
"xs70", "xs65",
))
@pytest.mark.parametrize("firmware", ("uefi", "bios"))
@pytest.mark.continuation_of(
Expand Down

0 comments on commit b7e9b6a

Please sign in to comment.