~1chb1n/charms/trusty/odl-controller/next.1601-test-update2

« back to all changes in this revision

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

  • Committer: James Page
  • Date: 2015-11-12 11:25:54 UTC
  • mfrom: (10.1.2 odl-controller)
  • Revision ID: james.page@ubuntu.com-20151112112554-xbh2zetd8zzldl0z
Add unit tests, functional tests, Makefiles and tox configuration

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/python
 
2
 
 
3
"""Amulet tests on a basic odl controller deployment on trusty-juno."""
 
4
 
 
5
from basic_deployment import ODLControllerBasicDeployment
 
6
 
 
7
if __name__ == '__main__':
 
8
    deployment = ODLControllerBasicDeployment(series='trusty',
 
9
                                           openstack='cloud:trusty-juno',
 
10
                                           source='cloud:trusty-updates/juno')
 
11
    deployment.run_tests()