~cprov/uci-engine/boottest-probe

« back to all changes in this revision

Viewing changes to tests/test_publisher.py

  • Committer: Ubuntu CI Bot
  • Author(s): Celso Providelo
  • Date: 2015-01-14 11:43:33 UTC
  • mfrom: (920.1.7 tarmac-multienv)
  • Revision ID: ubuntu_ci_bot-20150114114333-cpksdn1a6n6twdil
Supporting multi-system deployment for tests. [r=Vincent Ladeuil]

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
class TestPublisher(deployers.DeployerTest):
25
25
    """Integration tests for publisher service run on a juju deployment"""
26
26
 
 
27
    required_service = 'ci-airline-publisher-worker'
 
28
 
27
29
    def test_worker_running(self):
28
30
        """Ensure the publisher worker is deployed and running."""
29
31
        self.assert_job_running('ci-airline-publisher-worker')