~tribaal/landscape-client/isolate-lxc-container-tests

« back to all changes in this revision

Viewing changes to landscape/tests/helpers.py

  • Committer: Tarmac
  • Author(s): Adam Collard
  • Date: 2013-09-25 14:29:50 UTC
  • mfrom: (726.2.6 juju-message-type)
  • Revision ID: tarmac-20130925142950-ezn9c7vhs1kqs4aw
Merge juju-message-type [f=1226863] [r=tribaal,free.ekanayaka] [a=Adam Collard]
Add JujuInfo plugin and associated juju-info message.

Show diffs side-by-side

added added

removed removed

Lines of Context:
395
395
    """
396
396
 
397
397
    def set_up(self, test_case):
398
 
 
399
398
        super(MonitorHelper, self).set_up(test_case)
400
399
        persist = Persist()
401
400
        persist_filename = test_case.makePersistFile()