diff options
| author | Mario Splivalo <mario.splivalo@canonical.com> | 2017-01-12 17:09:23 +0100 |
|---|---|---|
| committer | Mario Splivalo <mario.splivalo@canonical.com> | 2017-01-12 17:09:23 +0100 |
| commit | b045fd57cdf0bb486efbfe0ca031b9bc5b1ddcf3 (patch) | |
| tree | df8ce87da10308c6764df88de118b7f59c8e563f /tests/deploy_single-trusty | |
| parent | a0e0f45faa600d9819c5d6305538231ceb30ffd8 (diff) | |
Reorganization of amulet tests:
- single unit deployment - shard deployment (Pending: storage, replicaset, ceilometer relating)
Diffstat (limited to 'tests/deploy_single-trusty')
| -rwxr-xr-x | tests/deploy_single-trusty | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/deploy_single-trusty b/tests/deploy_single-trusty new file mode 100755 index 0000000..59a2231 --- /dev/null +++ b/tests/deploy_single-trusty @@ -0,0 +1,8 @@ +#!/usr/bin/env python3 + +import deploy_single + +t = deploy_single.SingleNode('trusty') +t.run() + + |
