22 lines
511 B
YAML
22 lines
511 B
YAML
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json
|
||
|
|
|
||
|
|
header:
|
||
|
|
version: 14
|
||
|
|
includes:
|
||
|
|
- ci/debug.yml
|
||
|
|
|
||
|
|
local_conf_header:
|
||
|
|
testimage: |
|
||
|
|
IMAGE_CLASSES += "testimage"
|
||
|
|
TESTIMAGE_AUTO = "1"
|
||
|
|
kvm: |
|
||
|
|
QEMU_USE_KVM = ""
|
||
|
|
slirp: |
|
||
|
|
TEST_RUNQEMUPARAMS = "slirp"
|
||
|
|
sshd: |
|
||
|
|
IMAGE_FEATURES += "ssh-server-dropbear"
|
||
|
|
sshkeys: |
|
||
|
|
CORE_IMAGE_EXTRA_INSTALL += "ssh-pregen-hostkeys"
|
||
|
|
universally_failing_tests: |
|
||
|
|
TEST_SUITES:remove = "opkg"
|