~gnuoy/charms/trusty/nova-compute/subctxt-fix

« back to all changes in this revision

Viewing changes to tests/052-basic-trusty-kilo-git

  • Committer: Corey Bryant
  • Date: 2015-07-08 17:33:55 UTC
  • Revision ID: corey.bryant@canonical.com-20150708173355-tnj63c46fvdlkb46
[corey.bryant,trivial] Add basic-trusty-kilo-git 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 nova-compute git deployment on trusty-kilo."""
 
4
 
 
5
from basic_deployment import NovaBasicDeployment
 
6
 
 
7
if __name__ == '__main__':
 
8
    deployment = NovaBasicDeployment(series='trusty',
 
9
                                     openstack='cloud:trusty-kilo',
 
10
                                     source='cloud:trusty-updates/kilo',
 
11
                                     git=True)
 
12
    deployment.run_tests()