The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/3550
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: Christian Brauner <[email protected]>
From 5516247784acadaed843f681c9ffaef11854869c Mon Sep 17 00:00:00 2001 From: Christian Brauner <[email protected]> Date: Fri, 14 Jul 2017 13:31:51 +0200 Subject: [PATCH] storage: add quota tests Signed-off-by: Christian Brauner <[email protected]> --- test/suites/storage.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/suites/storage.sh b/test/suites/storage.sh index f4fdf7164..5d56b4cc2 100644 --- a/test/suites/storage.sh +++ b/test/suites/storage.sh @@ -736,6 +736,10 @@ test_storage() { lxc delete -f quota1 lxc delete -f quota2 lxc delete -f quota3 + + lxc storage volume create "lxdtest-$(basename "${LXD_DIR}")-pool5" vol1 + lxc storage volume set "lxdtest-$(basename "${LXD_DIR}")-pool5" vol1 size 500MB + lxc storage volume unset "lxdtest-$(basename "${LXD_DIR}")-pool5" vol1 size fi # shellcheck disable=SC2031
_______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
