Merge "Add TestRail parameters for devcloud deployments"
diff --git a/jenkins/client/job/deploy/lab/deploy.yml b/jenkins/client/job/deploy/lab/deploy.yml
index 05ef1e5..9a04876 100644
--- a/jenkins/client/job/deploy/lab/deploy.yml
+++ b/jenkins/client/job/deploy/lab/deploy.yml
@@ -180,3 +180,32 @@
description: "Run tests matched to pattern only"
default: ""
+ # TestRail vars
+ TESTRAIL_REPORT:
+ type: boolean
+ description: "Report test results to TestRail if true"
+ default: "false"
+ TESTRAIL_REPORTER_IMAGE:
+ type: string
+ description: "Testrail reporter docker image"
+ default: "alrem/xunit2testrail"
+ TESTRAIL_QA_CREDENTIALS:
+ type: string
+ description: "Credentials for results upload to testrail"
+ default: "oscore-qa-credentials"
+ TESTRAIL_MILESTONE:
+ type: string
+ description: "TestRail milestone"
+ default: "MCP1.1"
+ TESTRAIL_PLAN:
+ type: string
+ description: "TestRail test plan name. Will be generated if missing."
+ default: ""
+ TESTRAIL_GROUP:
+ type: string
+ description: "TestRail test group name."
+ default: "{{stack_name}}"
+ TESTRAIL_SUITE:
+ type: string
+ description: "TestRail test suite name"
+ default: "Tempest 16.0.0 with designate tests"