Whamcloud - gitweb
LU-6142 tests: Add missing /tmp/target2 under cleanup_src_tgt 70/52770/2
authorArshad Hussain <arshad.hussain@aeoncomputing.com>
Fri, 20 Oct 2023 08:25:47 +0000 (04:25 -0400)
committerOleg Drokin <green@whamcloud.com>
Fri, 3 Nov 2023 04:03:06 +0000 (04:03 +0000)
commit7b68455b64a585a439be1126b97716d8711b6c4e
treeec9298b33e344dcc95d9bc53b1a5125c5d07711e
parent7d62340b3cbc49bae49dd2fa8d5e7a0a8e3c1b2e
LU-6142 tests: Add missing /tmp/target2 under cleanup_src_tgt

cleanup_src_tgt() is called after each test case
under lustre-rsync-test.sh. The cleanup function
was missing /tmp/target2/... cleanup. This patch
adds the missing cleanup of folder /tmp/target2/...
It is good to have a clean start for next test case
as the diff (comparison) is performed with these
folders.

This patch also fixes space/tabs missmatch reported
by checkpatch

Test-Parameters: trivial testlist=lustre-rsync-test
Signed-off-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Change-Id: Ieb7cfa60d894f43f1aa7b2510d03bd07eeb90a1e
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/52770
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Timothy Day <timday@amazon.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/lustre-rsync-test.sh