summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix ip_addr.tlsa/ugly-untested-hacksMichael Drake2015-09-251-1/+1
|
* More hacking.Michael Drake2015-09-241-0/+15
|
* Ugly unfinished mess.Michael Drake2015-09-2413-427/+444
|
* Remove extra debug.Michael Drake2015-09-181-2/+2
|
* Test systemd metadata instead of rootfs.Michael Drake2015-09-181-2/+2
|
* Add debug.Michael Drake2015-09-181-2/+3
|
* Actually print ssh command output.Michael Drake2015-09-181-1/+1
|
* Revert to using cliapp/ssh to run ssh commands.Michael Drake2015-09-181-22/+14
|
* Import select.Michael Drake2015-09-181-0/+1
|
* Try different approach to printing ssh command output.Michael Drake2015-09-181-6/+9
|
* Print cliapp runcmd output to avoid buffering.Michael Drake2015-09-181-1/+2
|
* Try to make output unbuffered.Michael Drake2015-09-181-1/+1
|
* Add simple Baserock metadata test.Michael Drake2015-09-181-0/+5
|
* Improve test commands to allow | and &&.Michael Drake2015-09-181-15/+21
|
* Don't direct output to self.output.Michael Drake2015-09-161-1/+1
|
* Improve log header/footer separation.Michael Drake2015-09-161-0/+2
|
* Add a systemd output test commands file.Michael Drake2015-09-161-0/+4
|
* Add support for adding a floating IP address to the pool.Michael Drake2015-09-161-0/+3
|
* Improve cleanup when IP address assignment fails.Michael Drake2015-09-161-22/+34
|
* Add log footer.Michael Drake2015-09-161-0/+4
|
* Fix up language.Michael Drake2015-09-161-1/+1
|
* Improve documentation.Michael Drake2015-09-161-1/+23
|
* Improve logging.Michael Drake2015-09-161-0/+3
|
* set -e in test runner so if curl fails we stopRichard Maw2015-09-161-0/+2
|
* Quote subshell expansionRichard Maw2015-09-161-1/+1
|
* Display glance image upload progressRichard Maw2015-09-161-1/+1
|
* test runner: log stderr to stdoutRichard Maw2015-09-161-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 Drake2015-09-161-0/+5
|
* Remove unused imports.Michael Drake2015-09-161-3/+2
|
* Fix documentation for logging to stdout/stderr change.Michael Drake2015-09-161-4/+2
|
* Strip out logging to fileRichard Maw2015-09-161-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 Drake2015-09-161-8/+6
|
* Improve shell stuff with review from Richard Maw.Michael Drake2015-09-162-11/+11
|
* Add READMEs.Michael Drake2015-09-112-0/+29
|
* Provide usage and example comment.Michael Drake2015-09-111-0/+6
|
* Delete image once its been tested.Michael Drake2015-09-111-0/+4
|
* Allow selection of testing backend.Michael Drake2015-09-112-17/+28
|
* Add initial set of simple tests.Michael Drake2015-09-112-0/+7
|
* It's not fatal if no tests specified; its still a boot test.Michael Drake2015-09-111-2/+1
|
* Add test runner.Michael Drake2015-09-111-0/+31
|
* Increase timeout time.Michael Drake2015-09-111-1/+1
|
* Remove VM host known_hosts updating.Michael Drake2015-09-111-54/+6
|
* Test commands passed as yaml files, rather than hardcoded.Michael Drake2015-09-111-23/+25
|
* Allow to run as non-root user.Michael Drake2015-09-111-3/+4
|
* Allow flavour to be passed on CLI.Michael Drake2015-09-111-12/+18
|
* Add a couple of TODOs.Michael Drake2015-09-111-0/+2
|
* Assign a floating IP address to the test instance.Michael Drake2015-09-111-64/+31
|
* Change to take image file as input, rather than cluster morphology.Michael Drake2015-09-111-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 Drake2015-09-111-2/+2
|
* Remove hardcoded baserock build test support from generic code.Michael Drake2015-09-111-30/+4
|