All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] CI: add ssh tests
@ 2021-07-28 16:13 Jon Mason
  0 siblings, 0 replies; only message in thread
From: Jon Mason @ 2021-07-28 16:13 UTC (permalink / raw)
  To: meta-arm

Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 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 8236f87..b7f3cb4 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 b1ff446..aaf7f4f 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 adc7765..8941ad3 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:
-- 
2.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-28 16:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-28 16:13 [PATCH] CI: add ssh tests Jon Mason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.