~psivaa/uci-engine/lander-jenkins-with-proxy

« back to all changes in this revision

Viewing changes to tests/test_runner/test.py

  • Committer: Evan Dandrea
  • Date: 2014-03-14 10:37:28 UTC
  • mfrom: (387 ubuntu-ci-services-itself)
  • mto: This revision was merged to the branch mainline in revision 389.
  • Revision ID: evan.dandrea@canonical.com-20140314103728-i9wqk4r17gsya24h
Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        self.assertEqual('', content)
38
38
 
39
39
    def test_worker_running(self):
40
 
        '''ensure the rabbit worker is deployed and running'''
 
40
        '''Ensure the rabbit worker is deployed and running.'''
41
41
        self.assert_job_running('tr_rabbit_worker', 'tr-rabbit-worker')
42
42
 
 
43
 
43
44
if __name__ == "__main__":
44
45
    unittest.main()