summaryrefslogtreecommitdiff
path: root/scripts/release-test
Commit message (Collapse)AuthorAgeFilesLines
* Fix release scripts to not use 'sysbranchdir'Pedro Alvarez2016-02-121-3/+2
| | | | | | https://storyboard.baserock.org/#!/story/71 Change-Id: I4862406d19c74cdd6135b52304474562aa3ba511
* Fix various release scripts: read_morphology is now read_filePedro Alvarez2015-11-231-1/+1
| | | | Change-Id: I28cdd26385ada1ed98f3e7ead8085f2678507f16
* 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.