Skip to content

Commit

Permalink
tests: Don't over-provision test volume
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Sep 24, 2024
1 parent f9d3054 commit a91b193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/suites/projects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ test_projects_usage() {
limits.cpu=1 \
limits.memory=512MiB \
limits.processes=20
incus profile device set default root size=3GiB --project test-usage
incus profile device set default root size=300MiB --project test-usage

# Spin up a container
deps/import-busybox --project test-usage --alias testimage
Expand All @@ -1076,7 +1076,7 @@ test_projects_usage() {

incus project info test-usage --format csv | grep -q "CONTAINERS,UNLIMITED,1"
incus project info test-usage --format csv | grep -q "CPU,5,1"
incus project info test-usage --format csv | grep -q "DISK,10.00GiB,3.00GiB"
incus project info test-usage --format csv | grep -q "DISK,10.00GiB,300.00MiB"
incus project info test-usage --format csv | grep -q "INSTANCES,UNLIMITED,1"
incus project info test-usage --format csv | grep -q "MEMORY,1.00GiB,512.00MiB"
incus project info test-usage --format csv | grep -q "NETWORKS,3,0"
Expand Down

0 comments on commit a91b193

Please sign in to comment.