Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 1 | header: |
| 2 | version: 11 |
| 3 | includes: |
| 4 | - ci/base.yml |
| 5 | |
| 6 | machine: fvp-base-arm32 |
| 7 | |
| 8 | local_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" |