commit | 225abad7961c8f54541d226b9c3732263c8ec956 | [log] [tgz] |
---|---|---|
author | Tetiana Korchak <tkorchak@mirantis.com> | Thu Sep 28 16:16:47 2017 -0700 |
committer | Tetiana Korchak <tkorchak@mirantis.com> | Thu Sep 28 16:16:47 2017 -0700 |
tree | 1a89c5918f12a956a60d1072313b1ef1c5f440ce | |
parent | 3b52adc7883d9fb95f0aca6bbed73f946c7e81ef [diff] [blame] |
Adding parameter to runConformanceTests method - Propageted parameter target ('ctl01*') to runConformanceTests method - Depends on https://gerrit.mcp.mirantis.net/#/c/10795/ Change-Id: Ib64759003b0deb0dd75ab103c7bfd1e25b14c17f
diff --git a/cloud-deploy-pipeline.groovy b/cloud-deploy-pipeline.groovy index 4195d13..99cbe23 100644 --- a/cloud-deploy-pipeline.groovy +++ b/cloud-deploy-pipeline.groovy
@@ -416,7 +416,7 @@ def output_file = image.replaceAll('/', '-') + '.output' // run image - test.runConformanceTests(saltMaster, TEST_K8S_API_SERVER, image) + test.runConformanceTests(saltMaster, 'ctl01*', TEST_K8S_API_SERVER, image) // collect output sh "mkdir -p ${artifacts_dir}"