Skip to content

Commit

Permalink
test-incus-storage-vm: Remove virtiofs config drive
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Jan 25, 2024
1 parent f632823 commit 4626d93
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bin/test-incus-storage-vm
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ do
! incus exec v1 -- touch /srv/incus-test || false
incus exec v1 -- umount /srv

# Check virtiofs config drive share is exported readonly.
incus exec v1 -- mount -t virtiofs config /srv
! incus exec v1 -- touch /srv/incus-test || false
incus exec v1 -- umount /srv

echo "==> Checking VM root disk size is 10GiB"
[ $(($(incus exec v1 -- blockdev --getsize64 /dev/sda) / GiB)) -eq "10" ]

Expand Down

0 comments on commit 4626d93

Please sign in to comment.