~openstack-charm-sync/charms/trusty/swift-storage/next

« back to all changes in this revision

Viewing changes to tests/021-basic-xenial-mitaka

  • Committer: Liam Young
  • Date: 2016-01-12 07:46:18 UTC
  • mfrom: (99.1.5 trunk)
  • Revision ID: liam.young@canonical.com-20160112074618-ah3hvvhtwsue617c
Update test combo definitions, remove Vivid deprecated release tests, update bundletester testplan yaml, update tests README.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/python
 
2
 
 
3
"""Amulet tests on a basic swift-storage deployment on xenial-mitaka."""
 
4
 
 
5
from basic_deployment import SwiftStorageBasicDeployment
 
6
 
 
7
if __name__ == '__main__':
 
8
    deployment = SwiftStorageBasicDeployment(series='xenial')
 
9
    deployment.run_tests()