Merge lp:~abentley/lp-dev-utils/cs-test into lp:lp-dev-utils
Proposed by
Aaron Bentley
on 2012-11-09
| Status: | Merged |
|---|---|
| Merged at revision: | 114 |
| Proposed branch: | lp:~abentley/lp-dev-utils/cs-test |
| Merge into: | lp:lp-dev-utils |
| Diff against target: |
34 lines (+30/-0) 1 file modified
cs-test (+30/-0) |
| To merge this branch: | bzr merge lp:~abentley/lp-dev-utils/cs-test |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Brad Crittenden (community) | code | 2012-11-09 | Approve on 2012-11-09 |
|
Review via email:
|
|||
Commit Message
Add cs-test script that creates a test env on Canonistack.
Description of the Change
This branch adds cs-test, a script for setting up a test environment on CanoniStack. It uses clould-init and lp-setup to do this. The idea is that it will eventually be able to replace ec2 land. For now, it's a bash script, but I could imagine turning it into Python.
Right now, it's good for running a subset of tests, but since it runs on Quantal, there are a few test failures. (It runs on Quantal because that's the easiest place to get python-
It works by emitting a script that can be supplied to --user-data, and then running euca-run-instances appropriately.
To post a comment you must log in.

This is really interesting Aaron. It is simpler than I would've expected.
Thanks for the chat on IRC.
It looks good for a first pass.
If you wanted to run on precise we could update existing PPAs that have python- shelltoolbox.