add a config CONFIG_QEMU_UEFI_BOOT to indicate whether the qemu will use UEFI bootable method; add a new test "sample.basic.helloworld.uefi" to verify UEFT bootable method on qemu_x86_64 platform. Signed-off-by: Chen Peng1 <peng1.chen@intel.com>
20 lines
444 B
YAML
20 lines
444 B
YAML
sample:
|
|
description: Hello World sample, the simplest Zephyr
|
|
application
|
|
name: hello world
|
|
common:
|
|
tags: introduction
|
|
integration_platforms:
|
|
- native_posix
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "Hello World! (.*)"
|
|
tests:
|
|
sample.basic.helloworld:
|
|
tags: introduction
|
|
sample.basic.helloworld.uefi:
|
|
platform_allow: qemu_x86_64
|
|
extra_args: CONF_FILE=prj_uefi.conf
|