From 9c0e0c01cbeb9857efaf22eb975c82cb69d1de81 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 7 Apr 2022 17:09:25 +0100 Subject: [PATCH] CI: run more tests for qemuarm64-secureboot Not that we're not forcing TAP networking the SSH connections work, so we can run the full test suite. We have to skip parselogs currently as there is an error: software IO TLB: Cannot allocate buffer Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- ci/qemuarm64-secureboot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/qemuarm64-secureboot.yml b/ci/qemuarm64-secureboot.yml index acc65303..7e15a76b 100644 --- a/ci/qemuarm64-secureboot.yml +++ b/ci/qemuarm64-secureboot.yml @@ -6,13 +6,13 @@ header: machine: qemuarm64-secureboot local_conf_header: - bugs: | - # Only ping until errors can be resolved - TEST_SUITES = "ping" + failing_tests: | + # software IO TLB: Cannot allocate buffer + DEFAULT_TEST_SUITES:remove = "parselogs" target: - core-image-base - optee-examples - optee-test - optee-spdevkit - - optee-os-tadevkit \ No newline at end of file + - optee-os-tadevkit