Skip to content

Commit

Permalink
firstboot: reordering cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Yann Dirson <[email protected]>
  • Loading branch information
ydirson committed Oct 10, 2024
1 parent 21badc4 commit 5c883a1
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions tests/install/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,19 +161,20 @@ def _test_firstboot(self, create_vms, mode, *, machine='DEFAULT'):
else:
expected_rel_id = split_mode[-1]
expected_rel = {
"xs70": "7.0.0-125380c",
"ch821.1": "8.2.1",
"xs8": "8.4.0",
"75": "7.5.0",
"76": "7.6.0",
"80": "8.0.0",
"81": "8.1.0",
"821.1": "8.2.1",
"83b1": "8.3.0",
"83b2": "8.3.0",
"83rc1": "8.3.0",
"83rcnet": "8.3.0",
"83nightly": "8.3.0",
"83rcnet": "8.3.0",
"83rc1": "8.3.0",
"83b2": "8.3.0",
"83b1": "8.3.0",
"821.1": "8.2.1",
"81": "8.1.0",
"80": "8.0.0",
"76": "7.6.0",
"75": "7.5.0",
#
"xs8": "8.4.0",
"ch821.1": "8.2.1",
"xs70": "7.0.0-125380c",
}[expected_rel_id]

try:
Expand Down

0 comments on commit 5c883a1

Please sign in to comment.