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

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: Stéphane Graber <stgra...@ubuntu.com>
From cef4a165ab61eed551ff0a94a2b6389a6d70305a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@ubuntu.com>
Date: Fri, 6 Dec 2019 18:29:20 -0500
Subject: [PATCH] tests: Really fix non-shiftfs security test
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgra...@ubuntu.com>
---
 test/suites/security.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/suites/security.sh b/test/suites/security.sh
index 12a7130548..b93d52aba9 100644
--- a/test/suites/security.sh
+++ b/test/suites/security.sh
@@ -173,6 +173,8 @@ test_security_protection() {
     lxc stop c1 --force
 
     lxc publish c1 --alias=protected
+    lxc image delete protected
+
     lxc snapshot c1
     lxc publish c1/snap0 --alias=protected
     lxc image delete protected
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to