The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/3790

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 366a53edaecd741b828df62c138493d5e69d505d Mon Sep 17 00:00:00 2001
From: Christian Brauner <[email protected]>
Date: Fri, 8 Sep 2017 19:58:43 +0200
Subject: [PATCH] tests: include lvm in image auto update

Signed-off-by: Christian Brauner <[email protected]>
---
 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
_______________________________________________
lxc-devel mailing list
[email protected]
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to