From 5c883a155d4c8a2212ad94cd32081f6624544af1 Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Tue, 8 Oct 2024 16:46:17 +0200 Subject: [PATCH] firstboot: reordering cleanup Signed-off-by: Yann Dirson --- tests/install/test.py | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/tests/install/test.py b/tests/install/test.py index 9815dfb5..94b86faf 100644 --- a/tests/install/test.py +++ b/tests/install/test.py @@ -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: