~anton-skriptsov/charms/trusty/nexentaedge-mgmt/trunk

« back to all changes in this revision

Viewing changes to tests/017-trusty-kilo

  • Committer: anton.skriptsov at nexenta
  • Date: 2016-04-15 12:15:29 UTC
  • Revision ID: anton.skriptsov@nexenta.com-20160415121529-uef6wvwe1ml8snwq
add relation for dashboard and tests

Show diffs side-by-side

added added

removed removed

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