~openstack-charmers-next/charms/vivid/lxd/trunk

« back to all changes in this revision

Viewing changes to tests/018-basic-trusty-liberty

  • Committer: Ryan Beisner
  • Date: 2016-02-19 16:47:00 UTC
  • mfrom: (49.1.21 trunk)
  • Revision ID: ryan.beisner@canonical.com-20160219164700-alxf2blxyyzc4d28
[1chb1n,r=rockstar]

Add initial amulet tests; update Makefile; add tests/charmhelpers and sync; add NotImplemented unit_tests.

Show diffs side-by-side

added added

removed removed

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