~corey.bryant/charms/trusty/neutron-gateway/nova-api-metadata

« back to all changes in this revision

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

  • Committer: Liam Young
  • Date: 2015-09-28 10:06:18 UTC
  • mfrom: (135.1.12 neutron-gateway)
  • Revision ID: liam.young@canonical.com-20150928100618-p3vphwwlar32shbo
[1chb1n, r=gnuoy] Update tests for Vivid-Kilo + Trusty-Liberty enablement.

Really old lint cleanup.

Update makefile, update amulet test targets, update readme.

Sync tests/charmhelpers.

Rebase from next.

Show diffs side-by-side

added added

removed removed

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