Merge lp:~rvb/maas-test/get-log into lp:maas-test

Proposed by Raphaël Badin
Status: Merged
Approved by: Graham Binns
Approved revision: 115
Merged at revision: 113
Proposed branch: lp:~rvb/maas-test/get-log
Merge into: lp:maas-test
Diff against target: 13 lines (+3/-0)
1 file modified
maastest/cases.py (+3/-0)
To merge this branch: bzr merge lp:~rvb/maas-test/get-log
Reviewer Review Type Date Requested Status
Graham Binns (community) Approve
Review via email: mp+201020@code.launchpad.net

Commit message

Force the maas fixture's cleanups to be called before gathering the details.

To post a comment you must log in.
Revision history for this message
Graham Binns (gmb) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'maastest/cases.py'
2--- maastest/cases.py 2014-01-08 17:31:43 +0000
3+++ maastest/cases.py 2014-01-09 14:58:33 +0000
4@@ -124,6 +124,9 @@
5 def unify_details(self):
6 """Merge the details of the fixture into the details of the TestMAAS.
7 """
8+ # Force the maas fixture's cleanups to be called so that the
9+ # logs are included in the report (bug 897190).
10+ self.maas.cleanUp()
11 gather_details(self.machine.getDetails(), self.getDetails())
12
13 def setUp(self):

Subscribers

People subscribed via source and target branches