blob: be4b0088bbccc16c4f5d10001481651b6f6f03b1 [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001header:
2 version: 11
3 includes:
4 - ci/base.yml
5
6machine: fvp-base-arm32
7
8local_conf_header:
9 testimagefvp: |
10 INHERIT = "fvpboot"
11 # This fails but we can't add to the ignorelist from meta-arm yet
12 # https://bugzilla.yoctoproject.org/show_bug.cgi?id=14604
13 TEST_SUITES:remove = "parselogs"
14 # Tell testimage to connect to localhost:8122, and forward that to SSH in the FVP.
15 TEST_TARGET_IP = "127.0.0.1:8122"
16 FVP_CONFIG[bp.virtio_net.hostbridge.userNetPorts] = "8122=22"
17 failing_tests: |
18 TEST_SUITES:remove = "xorg"