Resume env before snapshot

We should resume environment before
diagnostic snapshot creation.

Change-Id: I110e5420b71fcd06680f01637c1373edea83841f
Closes-Bug: 1674340
This commit is contained in:
Dmitry Belyaninov 2017-03-27 14:11:07 +02:00
parent 5f00a195e4
commit a368f8df83
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):