Skip to content

Commit 3ba1176

Browse files
committed
firstboot: reordering cleanup
Signed-off-by: Yann Dirson <[email protected]>
1 parent 6a7ce9b commit 3ba1176

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

tests/install/test.py

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -145,19 +145,20 @@ def _test_firstboot(self, create_vms, mode, *, machine='DEFAULT', is_restore=Fal
145145
else:
146146
expected_rel_id = split_mode[-1]
147147
expected_rel = {
148-
"xs70": "7.0.0-125380c",
149-
"ch821.1": "8.2.1",
150-
"xs8": "8.4.0",
151-
"75": "7.5.0",
152-
"76": "7.6.0",
153-
"80": "8.0.0",
154-
"81": "8.1.0",
155-
"821.1": "8.2.1",
156-
"83b1": "8.3.0",
157-
"83b2": "8.3.0",
158-
"83rc1": "8.3.0",
159-
"83rcnet": "8.3.0",
160148
"83nightly": "8.3.0",
149+
"83rcnet": "8.3.0",
150+
"83rc1": "8.3.0",
151+
"83b2": "8.3.0",
152+
"83b1": "8.3.0",
153+
"821.1": "8.2.1",
154+
"81": "8.1.0",
155+
"80": "8.0.0",
156+
"76": "7.6.0",
157+
"75": "7.5.0",
158+
#
159+
"xs8": "8.4.0",
160+
"ch821.1": "8.2.1",
161+
"xs70": "7.0.0-125380c",
161162
}[expected_rel_id]
162163

163164
# determine version info from `mode`

0 commit comments

Comments
 (0)