~moon127/charms/trusty/rabbitmq-server/rabbit-ghost-fix

« back to all changes in this revision

Viewing changes to tests/016-basic-trusty-juno

  • Committer: James Page
  • Date: 2015-10-22 13:24:30 UTC
  • Revision ID: james.page@ubuntu.com-20151022132430-723cb00yprje2j1c
Tags: 15.10
15.10 Charm release

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-juno."""
 
4
 
 
5
from basic_deployment import RmqBasicDeployment
 
6
 
 
7
if __name__ == '__main__':
 
8
    deployment = RmqBasicDeployment(series='trusty',
 
9
                                    openstack='cloud:trusty-juno',
 
10
                                    source='cloud:trusty-updates/juno')
 
11
    deployment.run_tests()