From: James Simmons Date: Fri, 7 Jan 2022 15:50:00 +0000 (-0500) Subject: LU-13749 tests: add quota deb package for testing X-Git-Tag: 2.14.57~11 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F98%2F45998%2F2;p=fs%2Flustre-release.git LU-13749 tests: add quota deb package for testing For the sanity-pcc.sh tests script the bash function test_usrgrp_quota() used quotacheck which is a native application on Ubuntu. Ensure the quota deb package is installed so the sanity-pcc tests can run properly on Ubuntu. Change-Id: I44fb030754e9f87faf78c9711349de7a3463b15a Test-Parameters: trivial testlist=sanity-pcc clientdistro=ubuntu2004 Signed-off-by: James Simmons Reviewed-on: https://review.whamcloud.com/45998 Tested-by: jenkins Reviewed-by: Nathaniel Clark Reviewed-by: Jian Yu Tested-by: Maloo Reviewed-by: Arshad Hussain Reviewed-by: Vikentsi Lapa Reviewed-by: Oleg Drokin --- diff --git a/debian/control b/debian/control index c7d9d39..9f4377b 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}), lustre-dev (= ${binary:Version}), attr, rsync, perl, lsof, mpi-default-bin, selinux-utils, python3 +Depends: lustre-iokit (= ${binary:Version}), lustre-dev (= ${binary:Version}), attr, rsync, quota, perl, lsof, mpi-default-bin, selinux-utils, python3 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 c7d9d39..8170348 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}), lustre-dev (= ${binary:Version}), attr, rsync, perl, lsof, mpi-default-bin, selinux-utils, python3 +Depends: lustre-iokit (= ${binary:Version}), lustre-dev (= ${binary:Version}), attr, rsync, perl, quota, lsof, mpi-default-bin, selinux-utils, python3 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