diff options
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() + + |
