aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-01-20 10:32:03 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-01-20 10:32:03 +0100
commitbf976b4f606860630ffa967fe70a36a7e5954828 (patch)
tree8e04f2ad485b9522b1ad13159b53a555545aebcb /functest/opnfv_tests/openstack
parentee52195f4476d3debf9c3f92c6d808256a199500 (diff)
Fix one typo in docstring (tempest.py)
Change-Id: I46053c92660139f4004d9cec8d1cfb6817cc0e07 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/opnfv_tests/openstack')
-rw-r--r--functest/opnfv_tests/openstack/tempest/tempest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/openstack/tempest/tempest.py b/functest/opnfv_tests/openstack/tempest/tempest.py
index 75a2fb5a1..d7e3f243d 100644
--- a/functest/opnfv_tests/openstack/tempest/tempest.py
+++ b/functest/opnfv_tests/openstack/tempest/tempest.py
@@ -366,7 +366,7 @@ class TempestCommon(singlevm.VmReady2):
rconfig.write(config_file)
def update_compute_section(self):
- """Update neutron section in tempest.conf"""
+ """Update compute section in tempest.conf"""
rconfig = configparser.RawConfigParser()
rconfig.read(self.conf_file)
if not rconfig.has_section('compute'):