From d8306503aaab11367c5ab1abff34938aff7a5629 Mon Sep 17 00:00:00 2001 From: James Simmons Date: Fri, 7 Jan 2022 10:50:00 -0500 Subject: [PATCH] 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 --- debian/control | 2 +- debian/control.main | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.8.3.1