[go: nahoru, domu]

Skip to content

Commit

Permalink
tests: nydus: Adapt check to "clh" instead "cloud-hypervisor"
Browse files Browse the repository at this point in the history
As that's what we've been using as part of the GHA.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
(cherry picked from commit a84efa3)
  • Loading branch information
fidencio committed Sep 21, 2023
1 parent 4915605 commit 82c5319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/nydus/nydus_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ containerd_config_backup="/tmp/containerd.config.toml"
# test image for container
IMAGE="${IMAGE:-ghcr.io/dragonflyoss/image-service/alpine:nydus-latest}"

if [ "$KATA_HYPERVISOR" != "qemu" ] && [ "$KATA_HYPERVISOR" != "cloud-hypervisor" ] && [ "$KATA_HYPERVISOR" != "dragonball" ]; then
if [ "$KATA_HYPERVISOR" != "qemu" ] && [ "$KATA_HYPERVISOR" != "clh" ] && [ "$KATA_HYPERVISOR" != "dragonball" ]; then
echo "Skip nydus test for $KATA_HYPERVISOR, it only works for QEMU/CLH/DB now."
exit 0
fi
Expand Down

0 comments on commit 82c5319

Please sign in to comment.