~viswesn/charms/trusty/mysql/lint

« back to all changes in this revision

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

  • Committer: james.page at ubuntu
  • Date: 2015-04-22 14:27:50 UTC
  • mfrom: (144.1.12 mysql)
  • Revision ID: james.page@ubuntu.com-20150422142750-o6zp4fd9wdld91c0
[beisner,r=james-page] Add amulet tests

Show diffs side-by-side

added added

removed removed

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