mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 08:17:37 +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:
parent
5054e59ccb
commit
f3eeab10ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user