Skip to content

Commit 80a200c

Browse files
committed
rte_robot.py: reorder models alphabetically
Signed-off-by: Filip Lewiński <filip.lewinski@3mdeb.com>
1 parent 4c9d48b commit 80a200c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osfv_cli/src/osfv/rf/rte_robot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
from robot.api.deco import keyword, library
88

99
model_dict = {
10-
"odroid-h4-plus": "H4-PLUS",
11-
"odroid-h4-ultra": "H4-ULTRA",
1210
"gigabyte-mz33-ar1": "MZ33-AR1 Rev. 3",
1311
"minnowboard-turbot": "MinnowBoard Turbot B41",
1412
"msi-pro-z690-a-ddr4": "MSI PRO Z690-A DDR4",
@@ -23,6 +21,8 @@
2321
"novacustom-v560tne": "V560TNE",
2422
"novacustom-nuc_box-125H": "NUC BOX-125H",
2523
"novacustom-nuc_box-155H": "NUC BOX-155H",
24+
"odroid-h4-plus": "H4-PLUS",
25+
"odroid-h4-ultra": "H4-ULTRA",
2626
"pcengines-apu2": "APU2",
2727
"pcengines-apu3": "APU3",
2828
"pcengines-apu4": "APU4",

0 commit comments

Comments
 (0)