~gnuoy/charms/trusty/nova-compute/resurrect-peer-relation

« back to all changes in this revision

Viewing changes to tests/14-basic-precise-icehouse

  • Committer: james.page at ubuntu
  • Date: 2014-07-28 11:36:16 UTC
  • mfrom: (68.1.3 nova-compute)
  • Revision ID: james.page@ubuntu.com-20140728113616-spl81505m0q840sy
[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 nova compute deployment on precise-icehouse."""
 
4
 
 
5
from basic_deployment import NovaBasicDeployment
 
6
 
 
7
if __name__ == '__main__':
 
8
    deployment = NovaBasicDeployment(series='precise',
 
9
                                     openstack='cloud:precise-icehouse',
 
10
                                     source='cloud:precise-updates/icehouse')
 
11
    deployment.run_tests()