Do not misuse the hello world sample for testing of features, keep it simple. Create a new test for booting with uefi instead. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
10 lines
180 B
YAML
10 lines
180 B
YAML
common:
|
|
platform_allow: qemu_x86_64
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "Hello World! (.*)"
|
|
tests:
|
|
boot.uefi:
|
|
tags: uefi
|