Merge lp:~facundo/tanuki-agent/e2e-noauth-with-info into lp:tanuki-agent

Proposed by Facundo Batista
Status: Merged
Approved by: Roberto Alsina
Approved revision: 197
Merged at revision: 197
Proposed branch: lp:~facundo/tanuki-agent/e2e-noauth-with-info
Merge into: lp:tanuki-agent
Diff against target: 14 lines (+0/-4)
1 file modified
scripts/e2e-noauth.py (+0/-4)
To merge this branch: bzr merge lp:~facundo/tanuki-agent/e2e-noauth-with-info
Reviewer Review Type Date Requested Status
Roberto Alsina (community) Approve
Review via email: mp+281320@code.launchpad.net

Commit message

Don't ignore annotations in e2e-auth, so alerts go with info body ok.

Description of the change

Don't ignore annotations in e2e-auth, so alerts go with info body ok.

To post a comment you must log in.
Revision history for this message
Roberto Alsina (ralsina) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'scripts/e2e-noauth.py'
--- scripts/e2e-noauth.py 2015-12-08 13:09:34 +0000
+++ scripts/e2e-noauth.py 2015-12-23 17:17:16 +0000
@@ -51,10 +51,6 @@
51 else:51 else:
52 result.raise_for_status()52 result.raise_for_status()
5353
54 def annotate(self, *a, **kw):
55 """Ignore annotations."""
56 pass
57
58 def run(self):54 def run(self):
59 self.annotate('Starting.')55 self.annotate('Starting.')
60 logger.info('Server : %s', self.server)56 logger.info('Server : %s', self.server)

Subscribers

People subscribed via source and target branches

to all changes: