Merge "Resume env before snapshot"

This commit is contained in:
Jenkins 2017-03-28 10:11:46 +00:00 committed by Gerrit Code Review
commit 24ab12cfe9
1 changed files with 1 additions and 0 deletions

View File

@ -322,6 +322,7 @@ class Manager(Basic):
"in scenario) {1}>>>".format(str(step), details_msg))
def make_diagnostic_snapshot(self, status, name):
self.env.resume_environment()
create_diagnostic_snapshot(self.env, status, name)
def save_env_snapshot(self, name):