From ce76b93f3b0535bc71701219740afeacb2960835 Mon Sep 17 00:00:00 2001 From: Anders Roxell Date: Tue, 2 Jun 2026 16:56:00 +0200 Subject: [PATCH] test: device_dict: rename e850 to dtb name Signed-off-by: Anders Roxell --- ...boot-e850-96.jinja2 => fastboot-exynos850-e850-96.jinja2} | 5 ++++- tuxlava/jobs.py | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) rename test/device_dicts/{fastboot-e850-96.jinja2 => fastboot-exynos850-e850-96.jinja2} (92%) diff --git a/test/device_dicts/fastboot-e850-96.jinja2 b/test/device_dicts/fastboot-exynos850-e850-96.jinja2 similarity index 92% rename from test/device_dicts/fastboot-e850-96.jinja2 rename to test/device_dicts/fastboot-exynos850-e850-96.jinja2 index 9b7f08b..546348f 100644 --- a/test/device_dicts/fastboot-e850-96.jinja2 +++ b/test/device_dicts/fastboot-exynos850-e850-96.jinja2 @@ -1,4 +1,7 @@ -{# device-dict config for e850-96 (fastboot) #} +{% extends 'base-fastboot.jinja2' %} + +{% set fastboot_sequence = ['no-flash-boot'] %} +{% set flash_cmds_order = flash_cmds_order|default(['super']) %} {% set boot_method = 'fastboot' %} diff --git a/tuxlava/jobs.py b/tuxlava/jobs.py index fba45ec..d56ddb1 100644 --- a/tuxlava/jobs.py +++ b/tuxlava/jobs.py @@ -40,6 +40,8 @@ "fastboot_auto_detection", "fastboot_options", "fastboot_serial_number", + "fastboot_sequence", + "flash_cmds_order", "grub_needs_interrupt", "hard_reset_command", "interrupt_char",