Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Actually print ssh command output. | Michael Drake | 2015-09-18 | 1 | -1/+1 |
| | |||||
* | Revert to using cliapp/ssh to run ssh commands. | Michael Drake | 2015-09-18 | 1 | -22/+14 |
| | |||||
* | Import select. | Michael Drake | 2015-09-18 | 1 | -0/+1 |
| | |||||
* | Try different approach to printing ssh command output. | Michael Drake | 2015-09-18 | 1 | -6/+9 |
| | |||||
* | Print cliapp runcmd output to avoid buffering. | Michael Drake | 2015-09-18 | 1 | -1/+2 |
| | |||||
* | Try to make output unbuffered. | Michael Drake | 2015-09-18 | 1 | -1/+1 |
| | |||||
* | Add simple Baserock metadata test. | Michael Drake | 2015-09-18 | 1 | -0/+5 |
| | |||||
* | Improve test commands to allow | and &&. | Michael Drake | 2015-09-18 | 1 | -15/+21 |
| | |||||
* | Don't direct output to self.output. | Michael Drake | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | Improve log header/footer separation. | Michael Drake | 2015-09-16 | 1 | -0/+2 |
| | |||||
* | Add a systemd output test commands file. | Michael Drake | 2015-09-16 | 1 | -0/+4 |
| | |||||
* | Add support for adding a floating IP address to the pool. | Michael Drake | 2015-09-16 | 1 | -0/+3 |
| | |||||
* | Improve cleanup when IP address assignment fails. | Michael Drake | 2015-09-16 | 1 | -22/+34 |
| | |||||
* | Add log footer. | Michael Drake | 2015-09-16 | 1 | -0/+4 |
| | |||||
* | Fix up language. | Michael Drake | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | Improve documentation. | Michael Drake | 2015-09-16 | 1 | -1/+23 |
| | |||||
* | Improve logging. | Michael Drake | 2015-09-16 | 1 | -0/+3 |
| | |||||
* | set -e in test runner so if curl fails we stop | Richard Maw | 2015-09-16 | 1 | -0/+2 |
| | |||||
* | Quote subshell expansion | Richard Maw | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | Display glance image upload progress | Richard Maw | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | test runner: log stderr to stdout | Richard Maw | 2015-09-16 | 1 | -1/+1 |
| | | | | | Otherwise since they get buffered differently, the output ends up jumbled in the BuildBot logs. | ||||
* | Need delay before image removal to avoid silently failing. | Michael Drake | 2015-09-16 | 1 | -0/+5 |
| | |||||
* | Remove unused imports. | Michael Drake | 2015-09-16 | 1 | -3/+2 |
| | |||||
* | Fix documentation for logging to stdout/stderr change. | Michael Drake | 2015-09-16 | 1 | -4/+2 |
| | |||||
* | Strip out logging to file | Richard Maw | 2015-09-16 | 1 | -8/+7 |
| | | | | We need to log to the terminal, or BuildBot will kill us. | ||||
* | Improve test command running, and other review comments from Richard Maw. | Michael Drake | 2015-09-16 | 1 | -8/+6 |
| | |||||
* | Improve shell stuff with review from Richard Maw. | Michael Drake | 2015-09-16 | 2 | -11/+11 |
| | |||||
* | Add READMEs. | Michael Drake | 2015-09-11 | 2 | -0/+29 |
| | |||||
* | Provide usage and example comment. | Michael Drake | 2015-09-11 | 1 | -0/+6 |
| | |||||
* | Delete image once its been tested. | Michael Drake | 2015-09-11 | 1 | -0/+4 |
| | |||||
* | Allow selection of testing backend. | Michael Drake | 2015-09-11 | 2 | -17/+28 |
| | |||||
* | Add initial set of simple tests. | Michael Drake | 2015-09-11 | 2 | -0/+7 |
| | |||||
* | It's not fatal if no tests specified; its still a boot test. | Michael Drake | 2015-09-11 | 1 | -2/+1 |
| | |||||
* | Add test runner. | Michael Drake | 2015-09-11 | 1 | -0/+31 |
| | |||||
* | Increase timeout time. | Michael Drake | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | Remove VM host known_hosts updating. | Michael Drake | 2015-09-11 | 1 | -54/+6 |
| | |||||
* | Test commands passed as yaml files, rather than hardcoded. | Michael Drake | 2015-09-11 | 1 | -23/+25 |
| | |||||
* | Allow to run as non-root user. | Michael Drake | 2015-09-11 | 1 | -3/+4 |
| | |||||
* | Allow flavour to be passed on CLI. | Michael Drake | 2015-09-11 | 1 | -12/+18 |
| | |||||
* | Add a couple of TODOs. | Michael Drake | 2015-09-11 | 1 | -0/+2 |
| | |||||
* | Assign a floating IP address to the test instance. | Michael Drake | 2015-09-11 | 1 | -64/+31 |
| | |||||
* | Change to take image file as input, rather than cluster morphology. | Michael Drake | 2015-09-11 | 1 | -178/+55 |
| | | | | | | | | | | | This changes the command line to: release-test-os --os-host <HOST> --net-id <ID> --image-file <PATH> The `morph deploy` is replaced with a `glance image-create`, and much of the internals are simplified. Also removes dep on morphlib. | ||||
* | Fix a couple of comments. | Michael Drake | 2015-09-11 | 1 | -2/+2 |
| | |||||
* | Remove hardcoded baserock build test support from generic code. | Michael Drake | 2015-09-11 | 1 | -30/+4 |
| | |||||
* | Disable cloud-init; no need for it yet, and it fails. | Michael Drake | 2015-09-11 | 1 | -2/+2 |
| | |||||
* | Remove baserock build test. | Michael Drake | 2015-09-11 | 1 | -43/+9 |
| | |||||
* | Fix openstack deployment extension path. | Michael Drake | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | If no key exists, create one. | Michael Drake | 2015-09-11 | 1 | -1/+6 |
| | |||||
* | Ensure directory exists before creating known_hosts. | Michael Drake | 2015-09-11 | 1 | -1/+6 |
| | |||||
* | Remove trailing whitespace. | Michael Drake | 2015-09-11 | 1 | -1/+1 |
| |