[lxc-devel] [lxd/master] tests: include lvm in image auto update
brauner on Github
lxc-bot at linuxcontainers.org
Fri Sep 8 18:00:40 UTC 2017
A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 364 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20170908/dd8a4d26/attachment.bin>
-------------- next part --------------
From 366a53edaecd741b828df62c138493d5e69d505d Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brauner at ubuntu.com>
Date: Fri, 8 Sep 2017 19:58:43 +0200
Subject: [PATCH] tests: include lvm in image auto update
Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
---
test/suites/image_auto_update.sh | 8 --------
1 file changed, 8 deletions(-)
diff --git a/test/suites/image_auto_update.sh b/test/suites/image_auto_update.sh
index 53ba1058c..106cd7552 100644
--- a/test/suites/image_auto_update.sh
+++ b/test/suites/image_auto_update.sh
@@ -1,12 +1,4 @@
test_image_auto_update() {
- # XXX this test appears to be flaky when running on Jenkins
- # against the LVM backend. Needs further investigation.
- # shellcheck disable=2153
- backend=$(storage_backend "$LXD_DIR")
- if [ "${backend}" = "lvm" ]; then
- return 0
- fi
-
if lxc image alias list | grep -q "^| testimage\s*|.*$"; then
lxc image delete testimage
fi
More information about the lxc-devel
mailing list