From 286809eeb6c8656978cb008b59c812f6d3db35a6 Mon Sep 17 00:00:00 2001 From: Shaun Tancheff Date: Thu, 9 Nov 2023 04:36:52 -0600 Subject: [PATCH] LU-17277 build: Distribute lutf.sh unconditionally Do not exclude lutf.sh when building the src.rpm regardless of the build host suitability to run lutf.sh tests. HPE-bug-id: LUS-11975 Test-Parameters: trivial Fixes: ba1fa08a0fd ("LU-10973 lnet: LUTF Python infra") Signed-off-by: Shaun Tancheff Change-Id: I3beeabbae9f1435a002656bfd27d49a02c3bee27 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/53050 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Petros Koutoupis Reviewed-by: Oleg Drokin --- lustre/tests/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/lustre/tests/Makefile.am b/lustre/tests/Makefile.am index 6a1a4c4..fcfa4db 100644 --- a/lustre/tests/Makefile.am +++ b/lustre/tests/Makefile.am @@ -29,9 +29,7 @@ noinst_SCRIPTS += run_dd.sh run_tar.sh run_iozone.sh noinst_SCRIPTS += run_dbench.sh run_IOR.sh recovery-double-scale.sh noinst_SCRIPTS += recovery-random-scale.sh parallel-scale.sh noinst_SCRIPTS += lustre-rsync-test.sh ost-pools.sh rpc.sh yaml.sh -if BUILD_LUTF noinst_SCRIPTS += lutf.sh -endif # BUILD_LUTF noinst_SCRIPTS += lnet-selftest.sh obdfilter-survey.sh mmp.sh mmp_mark.sh noinst_SCRIPTS += sgpdd-survey.sh maloo_upload.sh auster setup-nfs.sh noinst_SCRIPTS += mds-survey.sh parallel-scale-nfs.sh large-lun.sh -- 1.8.3.1