~gnuoy/charms/trusty/keystone/cell-support

« back to all changes in this revision

Viewing changes to tests/11-basic-precise-folsom

  • Committer: james.page at ubuntu
  • Date: 2014-06-25 08:05:17 UTC
  • mfrom: (67.1.3 keystone)
  • Revision ID: james.page@ubuntu.com-20140625080517-cinkpdmylj7qkfrw
[corey.bryant,r=james-page] Add base 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 keystone deployment on precise-folsom."""
 
4
 
 
5
from basic_deployment import KeystoneBasicDeployment
 
6
 
 
7
if __name__ == '__main__':
 
8
    deployment = KeystoneBasicDeployment(series='precise',
 
9
                                         openstack='cloud:precise-folsom')
 
10
    deployment.run_tests()