~nuage-canonical/charms/trusty/nova-compute/next

« back to all changes in this revision

Viewing changes to tests/019-basic-trusty-mitaka

  • Committer: Sunny Verma
  • Date: 2016-02-20 00:18:05 UTC
  • mfrom: (79.2.121 nova-compute)
  • Revision ID: sunny.verma@nuagenetworks.net-20160220001805-3748vuzi97hyw205
Merged to lp:~openstack-charmers/charms/trusty/nova-compute/next

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 trusty-mitaka."""
 
4
 
 
5
from basic_deployment import NovaBasicDeployment
 
6
 
 
7
if __name__ == '__main__':
 
8
    deployment = NovaBasicDeployment(series='trusty',
 
9
                                     openstack='cloud:trusty-mitaka',
 
10
                                     source='cloud:trusty-updates/mitaka')
 
11
    deployment.run_tests()