feat(tests): Install salt-minion for integration tests

This commit is contained in:
Carlos Álvaro
2022-11-09 17:20:24 +01:00
committed by Carlos Álvaro
parent e59c3c082a
commit 468580a0a5
7 changed files with 103 additions and 9 deletions

View File

@@ -22,7 +22,6 @@ ok "gitfs keys"
# Run test instance
echo "==> Starting docker-salt-master (${PLATFORM}) with ed25519 ssh key ..."
start_container_and_wait \
--volume "${SCRIPT_PATH}/config":/home/salt/data/config:ro \
--volume "$(pwd)/${GITFS_KEYS_DIR%%/gitfs}":/home/salt/data/keys \
|| error "container started"
ok "container started"