mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
scripts: Fix windows test script for running on MSHV
In order to run Windows test on MSHV we need to build and test using MSHV feature. Signed-off-by: Muminul Islam <muislam@microsoft.com>
This commit is contained in:
parent
5599cbef50
commit
8739f6cccb
@ -9,6 +9,10 @@ process_common_args "$@"
|
||||
features_build=""
|
||||
features_test="--features integration_tests"
|
||||
|
||||
if [ "$hypervisor" = "mshv" ] ; then
|
||||
features_build="--no-default-features --features mshv,common"
|
||||
features_test="--no-default-features --features mshv,common,integration_tests"
|
||||
fi
|
||||
WIN_IMAGE_FILE="/root/workloads/windows-server-2019.raw"
|
||||
OVMF_FW_FILE="/root/workloads/OVMF-4b47d0c6c8.fd"
|
||||
BUILD_TARGET="$(uname -m)-unknown-linux-${CH_LIBC}"
|
||||
|
Loading…
Reference in New Issue
Block a user