~niedbalski/charms/trusty/rabbitmq-server/fix-lp-1489053

« back to all changes in this revision

Viewing changes to tests/015-basic-trusty-icehouse

  • Committer: Liam Young
  • Date: 2015-09-09 13:12:47 UTC
  • mfrom: (110.1.4 rabbitmq-server)
  • Revision ID: liam.young@canonical.com-20150909131247-16hxw74o91c57kpg
[1chb1n, r=gnuoy] Refactor amulet tests, deprecate old tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/python
 
2
 
 
3
"""Amulet tests on a basic rabbitmq-server deployment on trusty-icehouse."""
 
4
 
 
5
from basic_deployment import RmqBasicDeployment
 
6
 
 
7
if __name__ == '__main__':
 
8
    deployment = RmqBasicDeployment(series='trusty')
 
9
    deployment.run_tests()