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",