mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 11:29:54 +00:00
QEMU_USE_SLIRP is no longer needed[1] as adding slirp to TEST_RUNQEMUPARAMS is sufficient, so remove that. Setting TEST_SERVER_IP also isn't needed as there's a default value now, and we disable the package management tests that would use the server IP. When they work the correct IP can be set. [1] As of oe-core f4e8650 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
20 lines
412 B
YAML
20 lines
412 B
YAML
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:append = " ssh-server-dropbear"
|
|
sshkeys: |
|
|
CORE_IMAGE_EXTRA_INSTALL += "ssh-pregen-hostkeys"
|
|
universally_failing_tests: |
|
|
TEST_SUITES:remove = "opkg"
|