Merge "Resume env before snapshot" into stable/newton

This commit is contained in:
Jenkins 2017-03-28 10:11:33 +00:00 committed by Gerrit Code Review
commit f322299f16

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):