~1chb1n/charms/trusty/swift-storage/next1507-amulet-cleanup

« back to all changes in this revision

Viewing changes to tests/018-basic-utopic-juno

  • Committer: Ryan Beisner
  • Date: 2015-07-29 17:23:36 UTC
  • Revision ID: ryan.beisner@canonical.com-20150729172336-vj0s7ufvyjp15go8
remove amulet tests for unsupported releases

Show diffs side-by-side

added added

removed removed

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