From: Jian Yu Date: Wed, 20 May 2020 23:56:37 +0000 (-0700) Subject: LU-11669 tests: add project in yml_test_group() X-Git-Tag: 2.12.6-RC1~81 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=271f11b96738d09c1d164e7be6d8df5b841a8398;p=fs%2Flustre-release.git LU-11669 tests: add project in yml_test_group() This patch fixes yml_test_group() in yaml.sh to add test project name, which is required in results.yml for Maloo to parse. This patch is back-ported from the following one: Lustre-commit: 054bb02880d26bacc4e7080869955c2039bbf986 Lustre-change: https://review.whamcloud.com/33658 Test-Parameters: trivial Change-Id: I0ae563d855dc2d28eaea85e86b1cb23d2428988b Signed-off-by: Jian Yu Reviewed-by: Leonel Ochoa Reviewed-by: James Nunez Reviewed-on: https://review.whamcloud.com/38684 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger --- diff --git a/lustre/tests/yaml.sh b/lustre/tests/yaml.sh index 202fed3..c84db5c 100644 --- a/lustre/tests/yaml.sh +++ b/lustre/tests/yaml.sh @@ -57,6 +57,7 @@ yml_test_group() { TEST_GROUP=${TEST_GROUP:-"acc-sm-$(hostname -s)"} TEST_HOST=${TEST_HOST:-$(hostname -s)} TEST_USER=${TEST_USER:-$USER} + TEST_PROJECT=${TEST_PROJECT:-"LUSTRE"} # TestGroup information cat <