From 271f11b96738d09c1d164e7be6d8df5b841a8398 Mon Sep 17 00:00:00 2001 From: Jian Yu Date: Wed, 20 May 2020 16:56:37 -0700 Subject: [PATCH] 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 --- lustre/tests/yaml.sh | 2 ++ 1 file changed, 2 insertions(+) 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 <