blob: fa2ddb3e31c35d3f3b2f88dd0823f169bc014564 [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001header:
2 version: 11
3 includes:
4 - ci/base.yml
5
6machine: fvp-base
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:8022, and forward that to SSH in the FVP.
15 TEST_TARGET_IP = "localhost:8022"
16 FVP_CONFIG[bp.virtio_net.hostbridge.userNetPorts] ?= "8022=22"
17 failing_tests: |
18 TEST_SUITES:remove = "xorg"