~openstack-charmers-archive/charms/precise/swift-storage/old-1501

« back to all changes in this revision

Viewing changes to tests/13-basic-precise-havana

  • Committer: james.page at ubuntu
  • Date: 2014-07-28 11:54:32 UTC
  • mfrom: (32.1.3 swift-storage)
  • Revision ID: james.page@ubuntu.com-20140728115432-em4ntc388qe058e3
[corey.bryant,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 swift-storage deployment on precise-havana."""
 
4
 
 
5
from basic_deployment import SwiftStorageBasicDeployment
 
6
 
 
7
if __name__ == '__main__':
 
8
    deployment = SwiftStorageBasicDeployment(series='precise',
 
9
                                          openstack='cloud:precise-havana',
 
10
                                          source='cloud:precise-updates/havana')
 
11
    deployment.run_tests()