mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
tests: Add a simple test case for ACPI on AArch64
In the test case, the guest boots from EDK2. Signed-off-by: Michael Zhao <michael.zhao@arm.com>
This commit is contained in:
@@ -308,6 +308,11 @@ echo "Integration test on FDT finished with result $RES."
|
||||
if [ $RES -eq 0 ]; then
|
||||
# Test with EDK2 + ACPI
|
||||
cargo build --all --release $features_build_acpi --target $BUILD_TARGET
|
||||
strip target/$BUILD_TARGET/release/cloud-hypervisor
|
||||
strip target/$BUILD_TARGET/release/vhost_user_net
|
||||
strip target/$BUILD_TARGET/release/ch-remote
|
||||
|
||||
time cargo test $features_test_acpi "tests::parallel::test_edk2_acpi_launch"
|
||||
RES=$?
|
||||
echo "Integration test on UEFI & ACPI finished with result $RES."
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user