From acac9e898c439a135bd298d057a5b51c35872686 Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Thu, 18 Apr 2024 00:22:11 -0400 Subject: [PATCH] test/suites/basic: use smaller rootfs Signed-off-by: Simon Deziel --- microcloud/test/suites/basic.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/microcloud/test/suites/basic.sh b/microcloud/test/suites/basic.sh index cb1e35bab..adfd905ce 100644 --- a/microcloud/test/suites/basic.sh +++ b/microcloud/test/suites/basic.sh @@ -248,7 +248,7 @@ EOF else lxc exec micro01 -- lxc launch ubuntu-minimal:22.04 v1 -c limits.memory=512MiB -d root,size=3GiB --vm -s local -n lxdfan0 fi - lxc exec micro01 -- lxc launch ubuntu-minimal:22.04 c1 -c limits.memory=512MiB -d root,size=3GiB -s local -n lxdfan0 + lxc exec micro01 -- lxc launch ubuntu-minimal:22.04 c1 -c limits.memory=512MiB -d root,size=1GiB -s local -n lxdfan0 # Ensure we can reach the launched instances. for m in c1 v1 ; do @@ -342,8 +342,8 @@ EOF else lxc exec micro01 -- lxc launch ubuntu-minimal:22.04 v1 -c limits.memory=512MiB -d root,size=3GiB --vm -s remote -n default fi - lxc exec micro01 -- lxc launch ubuntu-minimal:22.04 c1 -c limits.memory=512MiB -d root,size=3GiB -s remote -n default - lxc exec micro01 -- lxc launch ubuntu-minimal:22.04 c2 -c limits.memory=512MiB -d root,size=3GiB -s remote -n default + lxc exec micro01 -- lxc launch ubuntu-minimal:22.04 c1 -c limits.memory=512MiB -d root,size=1GiB -s remote -n default + lxc exec micro01 -- lxc launch ubuntu-minimal:22.04 c2 -c limits.memory=512MiB -d root,size=1GiB -s remote -n default # Ensure we can reach the launched instances. for m in c1 c2 v1 ; do