[7/7] CI: run more tests for qemuarm64-secureboot

Message ID 20220407160925.3809765-7-ross.burton@arm.com
State New
Headers show
Series [1/7] CI: install pregenerated SSH keys to speed up boot | expand

Commit Message

Ross Burton April 7, 2022, 4:09 p.m. UTC
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 <ross.burton@arm.com>
---
 ci/qemuarm64-secureboot.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Patch

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