tests: nerdctl: Enable nerdctl tests for cloud hypervisor runtime-rs

This PR enables the nerdctl tests for cloud hypervisor runtime-rs.

Fixes #8616

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2023-12-08 16:12:36 +00:00
parent 5054e59ccb
commit f3eeab10ab

View File

@ -59,11 +59,6 @@ function install_dependencies() {
} }
function run() { function run() {
if [ "${KATA_HYPERVISOR}" = "cloud-hypervisor" ]; then
echo "Skipping test for ${KATA_HYPERVISOR}"
return 0
fi
info "Running nerdctl smoke test tests using ${KATA_HYPERVISOR} hypervisor" info "Running nerdctl smoke test tests using ${KATA_HYPERVISOR} hypervisor"
enabling_hypervisor enabling_hypervisor