~james-page/charms/trusty/openstack-dashboard/lp1531102-trunk

« back to all changes in this revision

Viewing changes to tests/16-basic-trusty-juno

  • Committer: Corey Bryant
  • Date: 2015-02-12 13:03:59 UTC
  • mfrom: (50.2.7 openstack-dashboard)
  • Revision ID: corey.bryant@canonical.com-20150212130359-oh6xzesh7bq8xefv
[gnuoy,r=corey.bryant] Add basic 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 openstack-dashboard deployment on trusty-juno."""
 
4
 
 
5
from basic_deployment import OpenstackDashboardBasicDeployment
 
6
 
 
7
if __name__ == '__main__':
 
8
    deployment = OpenstackDashboardBasicDeployment(series='trusty',
 
9
                                                   openstack='cloud:trusty-juno',
 
10
                                                   source='cloud:trusty-updates/juno')
 
11
    deployment.run_tests()