summaryrefslogtreecommitdiff
path: root/scripts/release-test
Commit message (Collapse)AuthorAgeFilesLines
* Stop assuming that known_hosts exists, and fix a typoAdam Coldrick2014-10-271-0/+2
|
* Remove all VM storage together in one commandRichard Maw2014-08-191-4/+1
|
* Never remember hosts when running ssh commands on instancesRichard Maw2014-08-191-4/+2
| | | | | The rest of the ssh commands are to the VM host, which we can't change all of, since some are run as part of the deployment extension.
* Rename wait_online to wait_until_onlineRichard Maw2014-08-191-2/+2
|
* Rename Instance -> DeployedSystemInstanceRichard Maw2014-08-191-2/+3
| | | | This name requires less context to understand its use.
* Various style fixes to release-testRichard Maw2014-08-191-4/+7
|
* Implement load_cluster_systems in terms of load_morphologyRichard Maw2014-08-191-2/+1
|
* Rename MorphologyFrobber -> MorphologyHelperRichard Maw2014-08-191-13/+12
| | | | It was a sucky placeholder name that wasn't replaced by anything better.
* Add script for testing releasesRichard Maw2014-08-051-0/+402
This will deploy and run build tests on systems listed in the morphology passed as its first argument.