~freyes/+junk/lp1387390

« back to all changes in this revision

Viewing changes to tests/16-basic-trusty-icehouse-git

  • Committer: Corey Bryant
  • Date: 2015-04-15 14:21:42 UTC
  • mfrom: (121 nova-compute)
  • mto: This revision was merged to the branch mainline in revision 123.
  • Revision ID: corey.bryant@canonical.com-20150415142142-alq9gvj11khg6kxg
Deploy from source

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-icehouse."""
 
4
 
 
5
from basic_deployment import NovaBasicDeployment
 
6
 
 
7
if __name__ == '__main__':
 
8
    deployment = NovaBasicDeployment(series='trusty', git=True)
 
9
    deployment.run_tests()