[lxc-devel] [lxd/master] lxd/{test, cgroup}: Add cgroup package to static analysis tests

shreyassood on Github lxc-bot at linuxcontainers.org
Thu Dec 12 11:06:50 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 352 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20191212/61a6f649/attachment-0001.bin>
-------------- next part --------------
From 73d7698d081e89650e8d22c88e6b4da50ea1f06a Mon Sep 17 00:00:00 2001
From: Shreyas Sood <shreyassood at gmail.com>
Date: Thu, 12 Dec 2019 04:58:44 -0600
Subject: [PATCH] lxd/{test,cgroup}: Add cgroup package to static analysis
 tests

Signed-off-by: Shreyas Sood <shreyassood at gmail.com>
---
 test/suites/static_analysis.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/suites/static_analysis.sh b/test/suites/static_analysis.sh
index b796b9482c..e5fd11f5d3 100644
--- a/test/suites/static_analysis.sh
+++ b/test/suites/static_analysis.sh
@@ -75,6 +75,7 @@ test_static_analysis() {
       golint -set_exit_status lxd-p2c
 
       golint -set_exit_status lxd/backup
+      golint -set_exit_status lxd/cgroup
       golint -set_exit_status lxd/config
       golint -set_exit_status lxd/db
       golint -set_exit_status lxd/db/node


More information about the lxc-devel mailing list