From 5c2d8eb040d957a1f04b343d677900591f47f94d Mon Sep 17 00:00:00 2001 From: Sebastien Buisson Date: Wed, 27 Nov 2019 10:21:07 +0000 Subject: [PATCH] LU-12895 tests: add Debian dependency on selinux-utils package For Debian, add a dependency on selinux-utils to the lustre-tests package. This is required in order to have 'getenforce' command available on client nodes running auster test suite. Fixes: 4ae1c96672df ("LU-12895 tests: stop running tests for SSK and SELinux") Test-Parameters: trivial clientdistro=ubuntu1804 testlist=sanity Signed-off-by: Sebastien Buisson Change-Id: Ie9d7e8280f9c41c2a4878c9951ef8f07ac36c594 Reviewed-on: https://review.whamcloud.com/36882 Tested-by: jenkins Reviewed-by: James Simmons Reviewed-by: Andreas Dilger Tested-by: Maloo --- debian/control | 2 +- debian/control.main | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index f58ebc2..8e115c7 100644 --- a/debian/control +++ b/debian/control @@ -84,7 +84,7 @@ Package: lustre-tests Section: utils Architecture: i386 armhf powerpc ppc64el amd64 ia64 arm64 Priority: optional -Depends: lustre-iokit (= ${binary:Version}), attr, rsync, perl, lsof, libtool, libtool-bin, mpi-default-bin +Depends: lustre-iokit (= ${binary:Version}), attr, rsync, perl, lsof, libtool, libtool-bin, mpi-default-bin, selinux-utils Description: Test suite for the Lustre filesystem Lustre is a scalable, secure, robust, highly-available cluster file system. This release is maintained by Whamcloud and available from diff --git a/debian/control.main b/debian/control.main index f58ebc2..8e115c7 100644 --- a/debian/control.main +++ b/debian/control.main @@ -84,7 +84,7 @@ Package: lustre-tests Section: utils Architecture: i386 armhf powerpc ppc64el amd64 ia64 arm64 Priority: optional -Depends: lustre-iokit (= ${binary:Version}), attr, rsync, perl, lsof, libtool, libtool-bin, mpi-default-bin +Depends: lustre-iokit (= ${binary:Version}), attr, rsync, perl, lsof, libtool, libtool-bin, mpi-default-bin, selinux-utils Description: Test suite for the Lustre filesystem Lustre is a scalable, secure, robust, highly-available cluster file system. This release is maintained by Whamcloud and available from -- 1.8.3.1