[lxc-devel] [lxd/master] tests: Fix perf.sh after clustering branch

stgraber on Github lxc-bot at linuxcontainers.org
Wed Feb 28 01:07:12 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180228/0ab28b7c/attachment.bin>
-------------- next part --------------
From 0895f94350de475cd1980084c935a2505dcd2748 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Tue, 27 Feb 2018 20:06:45 -0500
Subject: [PATCH] tests: Fix perf.sh after clustering branch
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 test/perf.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/test/perf.sh b/test/perf.sh
index 995db3bf4..59320a336 100755
--- a/test/perf.sh
+++ b/test/perf.sh
@@ -7,6 +7,12 @@
 
 PERF_LOG_CSV="perf.csv"
 
+# shellcheck disable=SC2034
+LXD_ALT_CERT=""
+
+# shellcheck disable=SC2034
+LXD_NETNS=""
+
 import_subdir_files() {
     test  "$1"
     # shellcheck disable=SC2039


More information about the lxc-devel mailing list