Skip to content

Commit

Permalink
tests: Bump version of CH used
Browse files Browse the repository at this point in the history
Command line syntax has changed so this needs adapting.

Signed-off-by: Rob Bradford <[email protected]>
  • Loading branch information
rbradford committed Nov 24, 2023
1 parent 1db9bf8 commit e04ad06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/fetch_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -x
fetch_ch() {
CH_PATH="$1"
CH_ARCH="$2"
CH_VERSION="v34.0"
CH_VERSION="v36.0"
CH_URL_BASE="https://github.com/cloud-hypervisor/cloud-hypervisor/releases/download/$CH_VERSION"

[ "$CH_ARCH" = "aarch64" ] && CH_NAME="cloud-hypervisor-static-aarch64"
Expand Down
1 change: 0 additions & 1 deletion src/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,6 @@ mod tests {
&format!("target/{TARGET_TRIPLE}/release/hypervisor-fw"),
"--disk",
&format!("path={os}"),
"--disk",
&format!("path={ci}"),
"--net",
&format!("tap={},mac={}", net.tap_name, net.guest_mac),
Expand Down

0 comments on commit e04ad06

Please sign in to comment.