summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix cleanup when failed to assign floating IPHEADpedroalvarez/ugly-untested-hackspedroalvarez/multi-testingmasterPedro Alvarez2015-09-281-2/+1
|
* Only allow ssh with private keysPedro Alvarez2015-09-281-0/+1
|
* Allow running tests as different usersPedro Alvarez2015-09-281-2/+7
|
* Show better progress when downloading imagesPedro Alvarez2015-09-261-4/+15
|
* Clean up even when anything failsPedro Alvarez2015-09-261-3/+5
|
* Redirect stderr too in runcmdPedro Alvarez2015-09-261-1/+1
|
* List of images not needed to cleanup instancesPedro Alvarez2015-09-261-2/+2
|
* Write test output to sys.stdoutPedro Alvarez2015-09-251-1/+2
|
* Skip tests when system wasn't definiedPedro Alvarez2015-09-251-2/+6
|
* Add a TODOPedro Alvarez2015-09-251-0/+1
|
* Use self.id instead of hostname, which was not declaredPedro Alvarez2015-09-251-2/+2
|
* Fix 'nova boot' --nic optionPedro Alvarez2015-09-251-1/+1
|
* 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
|