Add some verbose to SaltModelTesting.testCCModel result
Change-Id: I4d4b637f86e4a61be35a73a8b4e7f8320b7aa65d
diff --git a/src/com/mirantis/mk/SaltModelTesting.groovy b/src/com/mirantis/mk/SaltModelTesting.groovy
index 7583012..b8459b1 100644
--- a/src/com/mirantis/mk/SaltModelTesting.groovy
+++ b/src/com/mirantis/mk/SaltModelTesting.groovy
@@ -177,10 +177,9 @@
'',
cfg.DockerCName)
if (testResult) {
- common.infoMsg("testCCModel for model ${cfg.modelFile} finished: SUCCESS")
+ common.infoMsg("testCCModel for context: ${cfg.modelFile} model: ${cfg.testReclassEnv} finished: SUCCESS")
} else {
- error("testCCModel for model ${cfg.modelFile} finished: FAILURE")
- throw new RuntimeException("testCCModel for model ${cfg.modelFile} finished: FAILURE")
+ throw new RuntimeException("testCCModel for context: ${cfg.modelFile} model: ${cfg.testReclassEnv} finished: FAILURE")
}
return testResult
}