aboutsummaryrefslogtreecommitdiffstats
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:38:41 +0100
commitd0baf046e38b400b6cc091cbbc910c30027a9b36 (patch)
treea9bf38b80ee7bc1cd4662f4daa6b268b555b9b3d
parent2c3a7352886aa9191608836544490799efea85be (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'):