mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 15:57:09 +00:00
tests: Update kata-manager command
The `kata-manger.sh` utility is changing its behaviour so that `install-packages` *only* installs packages (no container manager). Update the command to both install Docker and the packages. Fixes #113. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
8e577c19d6
commit
5b9b69a4b7
@ -51,7 +51,7 @@ setup()
|
||||
|
||||
[ ! -d "${tests_repo_dir}" ] && git clone "https://${tests_repo}" "${tests_repo_dir}"
|
||||
|
||||
chronic $mgr install-packages
|
||||
chronic $mgr install-docker-system
|
||||
chronic $mgr enable-debug
|
||||
|
||||
# Ensure "docker build" works
|
||||
|
Loading…
Reference in New Issue
Block a user