mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Remove "pvh_boot" feature flag
This feature is stable and there is no need for this to be behind a flag. This will also reduce the time needed to run the integration test as we will not be running them all again under the flag. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -224,19 +224,6 @@ EOF
|
||||
RES=$?
|
||||
fi
|
||||
|
||||
# Test the pvh_boot feature
|
||||
if [ $RES -eq 0 ]; then
|
||||
cargo build --release --features "pvh_boot"
|
||||
sudo setcap cap_net_admin+ep target/release/cloud-hypervisor
|
||||
|
||||
newgrp kvm << EOF
|
||||
export RUST_BACKTRACE=1
|
||||
time cargo test --features "integration_tests,pvh_boot" "$@" -- --nocapture
|
||||
EOF
|
||||
|
||||
RES=$?
|
||||
fi
|
||||
|
||||
# Tear VFIO test network down
|
||||
sudo ip link del vfio-br0
|
||||
sudo ip link del vfio-tap0
|
||||
|
||||
Reference in New Issue
Block a user