Add parameters for running tests
TEST_PATTERN and TEST_TEMPEST_PATTERN from jobs yml
added parameter RUN_SMOKE for enabling of running of smoke tests
added parameter TEST_TYPE because of we can run stepler or tempest tests
Change-Id: Ib0778a94a80cb72c0b2ca99adf2c6db8e36d26c7
diff --git a/jenkins/client/job/oscore/tests.yml b/jenkins/client/job/oscore/tests.yml
index 8cedaf8..63bd9b3 100644
--- a/jenkins/client/job/oscore/tests.yml
+++ b/jenkins/client/job/oscore/tests.yml
@@ -280,11 +280,11 @@
TEST_TEMPEST_PATTERN:
type: string
description: Run tests matched to pattern only
- default: "tempest --concurrency 2"
+ default: "{{test_pattern}}"
TEST_PATTERN:
type: string
description: Run tests matched to pattern only
- default: "tempest --concurrency 2"
+ default: "{{test_pattern}}"
TEST_MODEL:
type: string
description: Environment salt model
@@ -297,6 +297,10 @@
type: boolean
default: 'true'
description: Whether to fail build on test results
+ RUN_SMOKE:
+ type: boolean
+ default: "{{run_smoke}}"
+ description: Enabling of running smoke tests
test-runner-template:
name: "{{job_prefix}}-{{test_type}}-runner"
template:
@@ -332,6 +336,10 @@
type: string
description: Job for results processing
default: "{{proc_results_job}}"
+ TEST_TYPE:
+ type: string
+ description: Name of test type
+ default: "{{test_type}}"
SLAVE_NODE:
type: string
default: 'python'