~openstack-charmers-next/charms/xenial/hacluster/trunk

« back to all changes in this revision

Viewing changes to tests/017-basic-trusty-kilo

  • Committer: David Ames
  • Date: 2015-12-18 18:23:07 UTC
  • mfrom: (59.1.8 trunk)
  • Revision ID: david.ames@canonical.com-20151218182307-ycifq4yw7bhyw3cl
[1chb1n, r=thedac] Amulet tests: add and enable known-passing U:OS targets (all but systemd-based); enable debug/verbose on deployed services to improve failure troubleshooting.

Show diffs side-by-side

added added

removed removed

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