From 30077d988f4982a058b06dbb24ab5d72966cdff7 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Tue, 27 Jul 2021 14:26:49 -0400 Subject: [PATCH] CI: add ssh tests Signed-off-by: Jon Mason --- ci/qemuarm64-secureboot.yml | 5 +++++ ci/qemuarmv5.yml | 5 +++++ ci/testimage.yml | 2 ++ 3 files changed, 12 insertions(+) diff --git a/ci/qemuarm64-secureboot.yml b/ci/qemuarm64-secureboot.yml index 8236f87c..b7f3cb44 100644 --- a/ci/qemuarm64-secureboot.yml +++ b/ci/qemuarm64-secureboot.yml @@ -5,6 +5,11 @@ header: machine: qemuarm64-secureboot +local_conf_header: + bugs: | + # Only ping until errors can be resolved + TEST_SUITES = "ping" + target: - core-image-base - perf diff --git a/ci/qemuarmv5.yml b/ci/qemuarmv5.yml index b1ff4463..aaf7f4f4 100644 --- a/ci/qemuarmv5.yml +++ b/ci/qemuarmv5.yml @@ -4,3 +4,8 @@ header: - base.yml machine: qemuarmv5 + +local_conf_header: + bugs: | + # Remove parselogs until errors can be resolved + TEST_SUITES_remove = "parselogs" diff --git a/ci/testimage.yml b/ci/testimage.yml index adc7765a..8941ad3e 100644 --- a/ci/testimage.yml +++ b/ci/testimage.yml @@ -9,6 +9,8 @@ local_conf_header: TEST_RUNQEMUPARAMS = "slirp" TEST_SERVER_IP = "127.0.0.1" QEMU_USE_SLIRP = "1" + packages: | + IMAGE_FEATURES_append = " ssh-server-dropbear" # Multiple targets are available, put it down to just one target: