Whamcloud - gitweb
LU-13688 tests: remove duplicate HSM functions 61/38961/5
authorNikitas Angelinas <nikitas.angelinas@hpe.com>
Wed, 17 Jun 2020 11:04:45 +0000 (04:04 -0700)
committerOleg Drokin <green@whamcloud.com>
Thu, 13 Aug 2020 06:02:25 +0000 (06:02 +0000)
commit4c9f24201d5c782357f2ad3e050fa32f0c5b4455
treea82b2bafaa580dddec7f3e286b803efd8cdf04e3
parent77cf3c5d7bf3384a0c0035c5f66b539817f04ff7
LU-13688 tests: remove duplicate HSM functions

Some HSM test framework functions exist in both test-framework.sh and
sanity-hsm.sh. Some of these are also used in PCC tests, so the
sanity-hsm.sh copy can be removed and some are used only in HSM tests,
so the test-framework.sh copy can be removed. The test-framework.sh
copies were introduced by LU-10092 which seems to have used versions
of the functions before they were updated by LU-11742, so update
kill_copytools() to the latest version.

Signed-off-by: Nikitas Angelinas <nikitas.angelinas@hpe.com>
Cray-bug-id: LUS-8913
Change-Id: I8101f748bfcfffb81598f7a5d2d82f2a16696e5c
Reviewed-on: https://review.whamcloud.com/38961
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Ben Evans <beevans@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/sanity-hsm.sh
lustre/tests/test-framework.sh