summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-09-08 08:49:56 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2015-09-11 08:50:45 +0000
commite653546ec64e9dc0e75ac868dd8c6037bdfb61aa (patch)
tree5c1ab0ba0d93e90096766f471cb6901a91330d4e
parent00ab7785ec8adb39673e4ddfe001c5bea67137c5 (diff)
downloaddefinitions-e653546ec64e9dc0e75ac868dd8c6037bdfb61aa.tar.gz
Fix a couple of comments.
-rwxr-xr-xscripts/release-test-os4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/release-test-os b/scripts/release-test-os
index 794f8349..a4877429 100755
--- a/scripts/release-test-os
+++ b/scripts/release-test-os
@@ -432,11 +432,11 @@ class ReleaseApp(cliapp.Application):
morph_helper.iterate_cluster_deployments(cluster_morph):
system_morph = systems[system_path]
- # We can only test systems in KVM that have a BSP
+ # We can only test systems that have a BSP
if not any('bsp' in si['morph'] for si in system_morph['strata']):
continue
- # We can only test systems in KVM that we have a host for
+ # We can only test systems that we have a host for
if system_morph['arch'] not in deployment_hosts:
continue
host_machine = deployment_hosts[system_morph['arch']]