mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 20:08:54 +00:00
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:
@@ -59,11 +59,6 @@ function install_dependencies() {
|
||||
}
|
||||
|
||||
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"
|
||||
|
||||
enabling_hypervisor
|
||||
|
Reference in New Issue
Block a user