~registry/charms/precise/graphite/trunk

« back to all changes in this revision

Viewing changes to unit_tests/test_hooks.py

  • Committer: Chris Johnston
  • Date: 2014-05-15 14:55:03 UTC
  • Revision ID: chris.johnston@canonical.com-20140515145503-z0ymzoqc5d2xmc3m
Test and readme cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
    def test_default_hooks(self):
57
57
        """Most of the hooks let ansible do all the work."""
58
58
        for hook in ('install', 'start', 'stop', 'upgrade-charm',
59
 
                     'wsgi-file-realtion-joined', 'wsgi-file-relation-changed',
 
59
                     'wsgi-file-relation-joined', 'wsgi-file-relation-changed',
60
60
                     'pgsql-relation-joined', 'pgsql-relation-changed',
61
61
                     'website-relation-joined', 'website-relation-changed'):
62
62
            self.mock_apply_playbook.reset_mock()