Fix reclassVersion 1.5.4 version name
Use correct tag v1.5.4 instead of 1.5.4
Change-Id: Ieef0dbf4150b438d6f663dc1c8518ade8b8432bb
diff --git a/test-cookiecutter-reclass.groovy b/test-cookiecutter-reclass.groovy
index 59c6dbd..66961f8 100644
--- a/test-cookiecutter-reclass.groovy
+++ b/test-cookiecutter-reclass.groovy
@@ -4,7 +4,7 @@
python = new com.mirantis.mk.Python()
saltModelTesting = new com.mirantis.mk.SaltModelTesting()
-def reclassVersion = '1.5.4'
+def reclassVersion = 'v1.5.4'
if (common.validInputParam('RECLASS_VERSION')) {
reclassVersion = RECLASS_VERSION
}
@@ -81,7 +81,7 @@
generateSaltMaster(generatedModel, clusterDomain, clusterName)
}
-def testModel(modelFile, testEnv, reclassVersion='1.5.4') {
+def testModel(modelFile, testEnv, reclassVersion='v1.5.4') {
def templateEnv = "${env.WORKSPACE}"
def content = readFile(file: "${templateEnv}/contexts/${modelFile}.yml")
def templateContext = readYaml text: content