Skip to content

Commit 52f68c8

Browse files
committed
WIP more XS 6.5
Not really testable because of ssh issues - documentation purposes mostly.
1 parent dcf7866 commit 52f68c8

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

tests/install/test.py

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ def _test_firstboot(self, create_vms, mode, *, machine='DEFAULT', is_restore=Fal
161161
"xs8": "8.4.0",
162162
"ch821.1": "8.2.1",
163163
"xs70": "7.0.0-125380c",
164+
"xs65": "6.5.0-90233c",
164165
}[expected_rel_id]
165166

166167
# determine version info from `mode`
@@ -220,12 +221,20 @@ def _test_firstboot(self, create_vms, mode, *, machine='DEFAULT', is_restore=Fal
220221
"25-multipath",
221222
"40-generate-iscsi-iqn",
222223
"50-prepare-control-domain-params",
223-
"60-upgrade-likewise-to-pbis",
224224
"90-flush-pool-db",
225-
"95-legacy-logrotate",
226225
"99-remove-firstboot-flag",
227226
]
228-
if lsb_rel in ["7.0.0-125380c"]:
227+
if lsb_rel in ["6.5.0-90233c"]:
228+
STAMPS += [
229+
"05-filesystem-summarise",
230+
"30-prepare-networking",
231+
]
232+
else:
233+
STAMPS += [
234+
"60-upgrade-likewise-to-pbis",
235+
"95-legacy-logrotate",
236+
]
237+
if lsb_rel in ["6.5.0-90233c", "7.0.0-125380c"]:
229238
STAMPS += [
230239
"61-regenerate-old-templates",
231240
]

0 commit comments

Comments
 (0)