1
2
3
4
5
6
7
8
9
10
11
12
|
This is the test configurations used by the test framework at
lp:ubuntu-server-ec2-testing
The user-data for a given test can be produced by running:
./tools/get-user-data ./multi-part-ud/test.yaml > user-data
euca-run-instances --key mykey --user-data-file=user-data
Please see the docs/README.txt [1] in lp:ubuntu-server-ec2-testing for more
information.
--
[1] http://bazaar.launchpad.net/~ubuntu-server-ec2-testing-dev/ubuntu-server-ec2-testing/ubuntu-server-ec2-testing/view/head:/docs/README.txt
|