mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-20 08:18:24 +00:00
tests: Enable but do not run the nerdctl tests for cloud hypervisor
This PR enables but do not run the nerdctl tests for cloud hypervisor runtime-rs until we find out how stable they are. Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
@@ -59,6 +59,11 @@ 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
|
||||||
|
Reference in New Issue
Block a user