MCP pipeline library merged with ccp-pipeline-libs repo.
Change-Id: I74080e18c5a482b7bf44b5516228b7bfe1fe3586
diff --git a/src/com/mirantis/mk/Test.groovy b/src/com/mirantis/mk/Test.groovy
new file mode 100644
index 0000000..c212c61
--- /dev/null
+++ b/src/com/mirantis/mk/Test.groovy
@@ -0,0 +1,18 @@
+package com.mirantis.mk
+
+/**
+ *
+ * Tests providing functions
+ *
+ */
+
+/**
+ * Run e2e conformance tests
+ *
+ * @param k8s_api Kubernetes api address
+ * @param image Docker image with tests
+ */
+def runConformanceTests(master, k8s_api, image) {
+ def salt = new com.mirantis.mk.Salt()
+ salt = runSaltProcessStep(master, 'ctl01*', 'cmd.run', ["docker run --rm --net=host -e API_SERVER=${k8s_api} ${image} >> e2e-conformance.log"])
+}
\ No newline at end of file