From: Quentin Bouget Date: Tue, 6 Dec 2016 14:41:16 +0000 (+0100) Subject: LU-8911 tests: sanity-hsm test_24d fails on a local setup X-Git-Tag: 2.9.54~26 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=35a3f955502c6406761cadc720283f8132665a43;hp=35a3f955502c6406761cadc720283f8132665a43 LU-8911 tests: sanity-hsm test_24d fails on a local setup In test_24d, do not use the default mountpoint of copytool_setup() as it is also the one the test mounts in read-only mode. This patch also removes: - the "continuing fast path" in copytool_setup (calling "pkill -CONT -x lhsmtool_posix" instead of launching a new copytool) as it is not explicitly used by any test - as well as the first copytool_setup located outside of any tests. Test-Parameters: trivial testlist=sanity-hsm Signed-off-by: Quentin Bouget Change-Id: I86bc41213bc656d7a83d63fb8e9bc595ba6b73ca Reviewed-on: https://review.whamcloud.com/24185 Reviewed-by: Faccini Bruno Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Dmitry Eremin Reviewed-by: Oleg Drokin ---