summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-09-11 10:06:19 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2015-09-11 15:01:30 +0100
commitfa965338773ff1337f69eb3d2ca824b6b39a06a5 (patch)
tree8471e495f4a994cf65267b4d0fb10cd64d703557
parent7293f39f4f93720e792c37937461e99758f870bd (diff)
downloadciat-tester-fa965338773ff1337f69eb3d2ca824b6b39a06a5.tar.gz
Fix a couple of comments.
-rwxr-xr-xopenstack/tester4
1 files changed, 2 insertions, 2 deletions
diff --git a/openstack/tester b/openstack/tester
index c65e19c..b72d53a 100755
--- a/openstack/tester
+++ b/openstack/tester
@@ -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']]