[4/7] CI: rename sshd section in testimage.yml

Message ID 20220407160925.3809765-4-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
Rename the fragment that installs a SSH daemon to 'sshd' instead of the
generic 'packages'.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 ci/testimage.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/ci/testimage.yml b/ci/testimage.yml
index 0ffaaa2d..a26dcaf9 100644
--- a/ci/testimage.yml
+++ b/ci/testimage.yml
@@ -9,5 +9,5 @@  local_conf_header:
     TEST_RUNQEMUPARAMS = "slirp"
     TEST_SERVER_IP = "127.0.0.1"
     QEMU_USE_SLIRP = "1"
-  packages: |
+  sshd: |
     IMAGE_FEATURES:append = " ssh-server-dropbear"