~james-page/charms/trusty/swift-proxy/trunk

« back to all changes in this revision

Viewing changes to tests/010-basic-precise-essex

  • Committer: Ryan Beisner
  • Date: 2016-01-19 12:47:49 UTC
  • mto: This revision was merged to the branch mainline in revision 135.
  • Revision ID: ryan.beisner@canonical.com-20160119124749-5uj102427wonbfmx
Fix typo in mitaka amulet test definition

Show diffs side-by-side

added added

removed removed

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