Skip to content

Commit

Permalink
fixup! WIP XS 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ydirson committed Sep 25, 2024
1 parent f04dd4f commit 3093f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/install/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def _test_firstboot(self, create_vms, mode, *, machine='DEFAULT'):
else:
expected_rel_id = split_mode[-1]
expected_rel = {
"xs70": "7.0.0",
"xs70": "7.0.0-125380c",
"ch821.1": "8.2.1",
"xs8": "8.4.0",
"75": "7.5.0",
Expand Down Expand Up @@ -205,7 +205,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", "7.5.0", "7.6.0", "8.0.0", "8.1.0"]:
elif lsb_rel in ["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

0 comments on commit 3093f99

Please sign in to comment.