mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-12 03:10:15 +00:00
testimage.yml was skipping the opkg tests, but we also need to skip the dnf tests for when PACKAGE_CLASSES="package_rpm". These skips are FVP-specific as they are due to the wrong IP being used by the test suite. This should be fixed in the FVP test harness, but for now move the exclusions into fvp.yml so they're isolated. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
20 lines
448 B
YAML
20 lines
448 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"
|