~gnuoy/charms/trusty/odl-controller/amulet

« back to all changes in this revision

Viewing changes to tests/021-basic-wily-liberty

  • Committer: Liam Young
  • Date: 2015-11-09 10:21:54 UTC
  • Revision ID: liam.young@canonical.com-20151109102154-56vo637880sx6l6l
Remove amulet tests for > trusty, due to missing python-networking-odl

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