mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
tests, scripts: Rename virtiofsd binary
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
75fbea3c46
commit
b2bf88bcb1
@ -217,7 +217,7 @@ update_workloads() {
|
|||||||
guestunmount "$FOCAL_OS_RAW_IMAGE_UPDATE_KERNEL_ROOT_DIR"
|
guestunmount "$FOCAL_OS_RAW_IMAGE_UPDATE_KERNEL_ROOT_DIR"
|
||||||
|
|
||||||
# Build virtiofsd
|
# Build virtiofsd
|
||||||
VIRTIOFSD_RS="$WORKLOADS_DIR/virtiofsd-rs"
|
VIRTIOFSD_RS="$WORKLOADS_DIR/virtiofsd"
|
||||||
VIRTIOFSD_RS_DIR="virtiofsd_rs_build"
|
VIRTIOFSD_RS_DIR="virtiofsd_rs_build"
|
||||||
if [ ! -f "$VIRTIOFSD_RS" ]; then
|
if [ ! -f "$VIRTIOFSD_RS" ]; then
|
||||||
pushd $WORKLOADS_DIR
|
pushd $WORKLOADS_DIR
|
||||||
|
@ -129,7 +129,7 @@ if [ -d "$LINUX_CUSTOM_DIR" ]; then
|
|||||||
rm -rf $LINUX_CUSTOM_DIR
|
rm -rf $LINUX_CUSTOM_DIR
|
||||||
fi
|
fi
|
||||||
|
|
||||||
VIRTIOFSD_RS="$WORKLOADS_DIR/virtiofsd-rs"
|
VIRTIOFSD_RS="$WORKLOADS_DIR/virtiofsd"
|
||||||
VIRTIOFSD_RS_DIR="virtiofsd_rs_build"
|
VIRTIOFSD_RS_DIR="virtiofsd_rs_build"
|
||||||
if [ ! -f "$VIRTIOFSD_RS" ]; then
|
if [ ! -f "$VIRTIOFSD_RS" ]; then
|
||||||
pushd $WORKLOADS_DIR
|
pushd $WORKLOADS_DIR
|
||||||
|
@ -81,7 +81,7 @@ fn prepare_virtiofsd(
|
|||||||
workload_path.push("workloads");
|
workload_path.push("workloads");
|
||||||
|
|
||||||
let mut virtiofsd_path = workload_path;
|
let mut virtiofsd_path = workload_path;
|
||||||
virtiofsd_path.push("virtiofsd-rs");
|
virtiofsd_path.push("virtiofsd");
|
||||||
let virtiofsd_path = String::from(virtiofsd_path.to_str().unwrap());
|
let virtiofsd_path = String::from(virtiofsd_path.to_str().unwrap());
|
||||||
|
|
||||||
let virtiofsd_socket_path =
|
let virtiofsd_socket_path =
|
||||||
|
Loading…
Reference in New Issue
Block a user