From 36852795e49b33034cc61f772f2d1db7fe071ef0 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Thu, 17 Feb 2022 16:31:20 +0000 Subject: [PATCH] tests: Bump version of virtiofsd-rs in use to latest tagged Binary is renamed but for clarity continue using the old name for our tests. Signed-off-by: Rob Bradford --- scripts/run_integration_tests_aarch64.sh | 4 ++-- scripts/run_integration_tests_x86_64.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/run_integration_tests_aarch64.sh b/scripts/run_integration_tests_aarch64.sh index 7bd4ddf8c..04d8cf59f 100755 --- a/scripts/run_integration_tests_aarch64.sh +++ b/scripts/run_integration_tests_aarch64.sh @@ -223,9 +223,9 @@ update_workloads() { pushd $WORKLOADS_DIR git clone "https://gitlab.com/virtio-fs/virtiofsd-rs.git" $VIRTIOFSD_RS_DIR pushd $VIRTIOFSD_RS_DIR - git checkout 21d20035a582fb0389697b1bd7f8331623a77939 + git checkout v1.1.0 time cargo build --release - cp target/release/virtiofsd-rs $VIRTIOFSD_RS || exit 1 + cp target/release/virtiofsd $VIRTIOFSD_RS || exit 1 popd rm -rf $VIRTIOFSD_RS_DIR popd diff --git a/scripts/run_integration_tests_x86_64.sh b/scripts/run_integration_tests_x86_64.sh index 71bd293de..9b8acb53d 100755 --- a/scripts/run_integration_tests_x86_64.sh +++ b/scripts/run_integration_tests_x86_64.sh @@ -135,9 +135,9 @@ if [ ! -f "$VIRTIOFSD_RS" ]; then pushd $WORKLOADS_DIR git clone "https://gitlab.com/virtio-fs/virtiofsd-rs.git" $VIRTIOFSD_RS_DIR pushd $VIRTIOFSD_RS_DIR - git checkout 21d20035a582fb0389697b1bd7f8331623a77939 + git checkout v1.1.0 time cargo build --release - cp target/release/virtiofsd-rs $VIRTIOFSD_RS || exit 1 + cp target/release/virtiofsd $VIRTIOFSD_RS || exit 1 popd rm -rf $VIRTIOFSD_RS_DIR popd