Skip to content

Commit

Permalink
bin: Add ZFS to some tests
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Oct 26, 2023
1 parent b5102b4 commit 37f9144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/test-incus-storage-buckets
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ trap cleanup EXIT HUP INT TERM

# Install test dependencies
apt-get remove --purge cloud-init --yes
apt-get install --yes curl iperf3 jq
apt-get install --yes curl iperf3 jq zfsutils-linux

# Install Incus
curl -sL https://pkgs.zabbly.com/get/incus-daily | sh
Expand Down
2 changes: 1 addition & 1 deletion bin/test-incus-usb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ trap cleanup EXIT HUP INT TERM

# Install test dependencies
apt-get remove --purge cloud-init --yes
apt-get install --yes curl iperf3 jq
apt-get install --yes curl iperf3 jq zfsutils-linux

# Install Incus
curl -sL https://pkgs.zabbly.com/get/incus-daily | sh
Expand Down

0 comments on commit 37f9144

Please sign in to comment.