commit | ec1a075d10946a4fb86c8e533ce0701f62fe5896 | [log] [tgz] |
---|---|---|
author | mcp-jenkins <mcp-jenkins@mirantis.com> | Thu Jul 18 16:19:10 2019 +0000 |
committer | Gerrit Code Review <mail@domain.com> | Thu Jul 18 16:19:10 2019 +0000 |
tree | f89c6f4463ffda6d0bf990ca7fe572f044330960 | |
parent | 8b23cb35323343a2abf96cd06449f2e79f67fce3 [diff] | |
parent | 712b05a88f685647ba54f3a1600b5e42bbaabaab [diff] |
Merge "[CVP,master] Define runtest_tempest_cfg_dir in Initialization stage"
diff --git a/cvp-tempest.groovy b/cvp-tempest.groovy index 51250f1..d8087b3 100644 --- a/cvp-tempest.groovy +++ b/cvp-tempest.groovy
@@ -171,7 +171,7 @@ junit "${report_prefix}.xml" } } finally { - if (DEBUG_MODE == 'false') { + if ( ! DEBUG_MODE.toBoolean() ) { validate.runCleanup(saltMaster, TARGET_NODE, container_name) } }