~ionutbalutoiu/charms/trusty/neutron-api/next

« back to all changes in this revision

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

  • Committer: Edward Hope-Morley
  • Date: 2016-02-12 09:52:56 UTC
  • mfrom: (172.1.2 trunk)
  • Revision ID: edward.hope-morley@canonical.com-20160212095256-r93nqfhnlw3di3l8
[hopem,r=jamespage]

Sync charmhelpers to get support for supplying a Ascii Armor PGP key to
openstack-origin (currently only supports Radix64)
Closes-Bug: 1518975

Show diffs side-by-side

added added

removed removed

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