~opnfv-team/charms/trusty/odl-controller/Be

« back to all changes in this revision

Viewing changes to tests/015-basic-trusty-icehouse

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