~gnuoy/charms/trusty/nova-compute/1461192

« back to all changes in this revision

Viewing changes to tests/018-basic-utopic-juno

[1chb1n,r=billy-olsen] Remove utopic amulet tests.

Show diffs side-by-side

added added

removed removed

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