From 054bb02880d26bacc4e7080869955c2039bbf986 Mon Sep 17 00:00:00 2001 From: Jian Yu Date: Wed, 14 Nov 2018 11:29:46 -0800 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. Test-Parameters: trivial Change-Id: I0ae563d855dc2d28eaea85e86b1cb23d2428988b Signed-off-by: Jian Yu Reviewed-on: https://review.whamcloud.com/33658 Tested-by: Jenkins Reviewed-by: Leonel Ochoa Tested-by: Maloo Reviewed-by: James Nunez Reviewed-by: Oleg Drokin --- 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 <