1d29d8bcf7
Add uec image preparation to lib/tempest. cirros as image is hard coded at the moment. If the images does not exists or the system is not able to use uec images the image prepare step will be skipped and tempest will skip the related tests as well. Setting ssh username correctly. Setting instance type for the boto test. Change-Id: I0d36ac7834e1eb677007e2c92dfc375d134a6023 |
||
---|---|---|
.. | ||
80-tempest.sh | ||
README |
The extras.d directory contains project initialization scripts to be sourced by stack.sh at the end of its run. This is expected to be used by external projects that want to be configured, started and stopped with DevStack. Order is controlled by prefixing the script names with the a two digit sequence number. Script names must end with '.sh'. This provides a convenient way to disable scripts by simoy renaming them. DevStack reserves the sequence numbers 00 through 09 and 90 through 99 for its own use. The scripts are called with an argument of 'stack' by stack.sh and with an argument of 'unstack' by unstack.sh.