Skip to content

Commit

Permalink
test/suites/basic: create smaller c1/v1 instances
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
  • Loading branch information
simondeziel committed Apr 11, 2024
1 parent 95b7d5d commit e4bbacf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions microcloud/test/suites/basic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ EOF
"

# Launch a container and VM with ZFS storage & FAN network.
lxc exec micro01 -- sh -c "lxc launch ubuntu-minimal:22.04 v1 --vm -s local -n lxdfan0"
lxc exec micro01 -- sh -c "lxc launch ubuntu-minimal:22.04 c1 -s local -n lxdfan0"
lxc exec micro01 -- sh -c "lxc launch ubuntu-minimal:22.04 v1 -c limits.memory=512MiB -d root,size=3GiB --vm -s local -n lxdfan0"
lxc exec micro01 -- sh -c "lxc launch ubuntu-minimal:22.04 c1 -c limits.memory=512MiB -d root,size=3GiB -s local -n lxdfan0"

# Ensure we can reach the launched instances.
for m in c1 v1 ; do
Expand Down

0 comments on commit e4bbacf

Please sign in to comment.