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}"