mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
ci: Add integration test for vhost_user_fs daemon
In order to validate the new virtio-fs daemon written in Rust is behaving correctly, a new integration test has been added. Important to note that for now, only a test with cache=none and dax=off can be added since the daemon does not support shared memory region yet. The long term goal being to replace virtiofsd with vhost_user_daemon once it will reach parity regarding the supported features. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
committed by
Samuel Ortiz
parent
50b0e58c88
commit
f1c7f0c0b8
@@ -148,6 +148,7 @@ sudo ip link set vfio-tap1 up
|
||||
cargo build --release
|
||||
sudo setcap cap_net_admin+ep target/release/cloud-hypervisor
|
||||
sudo setcap cap_net_admin+ep target/release/vhost_user_net
|
||||
sudo setcap cap_dac_override,cap_sys_admin+epi target/release/vhost_user_fs
|
||||
|
||||
# We always copy a fresh version of our binary for our L2 guest.
|
||||
cp target/release/cloud-hypervisor $VFIO_DIR
|
||||
|
||||
Reference in New Issue
Block a user