mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 15:57:19 +00:00
CI: run testimage on fvp-base-arm32
Now that virtio networking is up, testimage works. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -92,6 +92,9 @@ fvp-base-arm32:
|
|||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- TOOLCHAINS: [gcc, external-gccarm]
|
- TOOLCHAINS: [gcc, external-gccarm]
|
||||||
|
TESTING: testimage
|
||||||
|
tags:
|
||||||
|
- x86_64
|
||||||
|
|
||||||
fvp-baser-aemv8r64:
|
fvp-baser-aemv8r64:
|
||||||
extends: .build
|
extends: .build
|
||||||
|
|||||||
@@ -4,3 +4,13 @@ header:
|
|||||||
- ci/base.yml
|
- ci/base.yml
|
||||||
|
|
||||||
machine: fvp-base-arm32
|
machine: fvp-base-arm32
|
||||||
|
|
||||||
|
local_conf_header:
|
||||||
|
testimagefvp: |
|
||||||
|
INHERIT = "fvpboot"
|
||||||
|
# This fails but we can't add to the ignorelist from meta-arm yet
|
||||||
|
# https://bugzilla.yoctoproject.org/show_bug.cgi?id=14604
|
||||||
|
TEST_SUITES:remove = "parselogs"
|
||||||
|
# Tell testimage to connect to localhost:8122, and forward that to SSH in the FVP.
|
||||||
|
TEST_TARGET_IP = "127.0.0.1:8122"
|
||||||
|
FVP_CONFIG[bp.virtio_net.hostbridge.userNetPorts] = "8122=22"
|
||||||
|
|||||||
Reference in New Issue
Block a user