summaryrefslogtreecommitdiffstats
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:39:09 +0100
commitb4445d1f3c0470a3856d2b0d2e5285e6598eff2c (patch)
tree9abe69c9a5759abe68d1cfb4d07811baf3ca4aa2
parent5e667d4e4bd8a654e1bdda8c20a0da437d9c59ad (diff)
Fix one typo in docstring (tempest.py)
Change-Id: I46053c92660139f4004d9cec8d1cfb6817cc0e07 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit bf976b4f606860630ffa967fe70a36a7e5954828)
-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'):