Fixed order of steps in kitchen
Change-Id: Ief76d772e746713bd9e150171b196a8c4f035631
diff --git a/src/com/mirantis/mk/Ruby.groovy b/src/com/mirantis/mk/Ruby.groovy
index 9c5fe14..6ed7671 100644
--- a/src/com/mirantis/mk/Ruby.groovy
+++ b/src/com/mirantis/mk/Ruby.groovy
@@ -58,8 +58,8 @@
}else{
common.serial(kitchenTestRuns)
}
- runKitchenCommand("destroy", environment)
runKitchenCommand("verify -t tests/integration", environment)
+ runKitchenCommand("destroy", environment)
}else{
common.errorMsg("Cannot found kitchen test suites, kitchen list command returns bad output")
}