~landscape/charms/xenial/ubuntu/trunk

« back to all changes in this revision

Viewing changes to tests/025_basic_vivid

  • Committer: James Page
  • Date: 2016-02-17 11:45:18 UTC
  • mfrom: (13.1.2 ubuntu)
  • Revision ID: james.page@ubuntu.com-20160217114518-x7c43s2kz69cwqq5
Amulet test update:  Remove EOL Vivid; Add Xenial; Move 00-setup to prevent unnecessary extra bootstrap.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/python
2
 
"""Amulet tests on a basic ubuntu charm deployment on trusty."""
3
 
 
4
 
from basic_deployment import ubuntu_basic_deployment
5
 
 
6
 
if __name__ == '__main__':
7
 
    ubuntu_basic_deployment(series='vivid')