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/test-service.groovy b/test-service.groovy
index f7cdd64..232b386 100644
--- a/test-service.groovy
+++ b/test-service.groovy
@@ -46,7 +46,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}"
@@ -63,7 +63,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}"