ci: cri-containerd: Assume podman is always used

For this set of tests, we'll always be using podman in order to avoid
having containerd pulled in by docker.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-07-15 00:45:04 +02:00
parent 9465a04963
commit fde22d6bce

View File

@ -139,9 +139,6 @@ check_daemon_setup() {
info "containerd(cri): Check daemon works with runc"
create_containerd_config "runc"
#restart docker service as TestImageLoad depends on it
[ -z "${USE_PODMAN:-}" ] && restart_docker_service
# containerd cri-integration will modify the passed in config file. Let's
# give it a temp one.
cp $CONTAINERD_CONFIG_FILE $CONTAINERD_CONFIG_FILE_TEMP