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:
James O. D. Hunt 2018-06-08 11:47:07 +01:00
parent 8e577c19d6
commit 5b9b69a4b7

View File

@ -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