diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-01-20 10:32:03 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-01-20 10:38:41 +0100 |
commit | d0baf046e38b400b6cc091cbbc910c30027a9b36 (patch) | |
tree | a9bf38b80ee7bc1cd4662f4daa6b268b555b9b3d | |
parent | 2c3a7352886aa9191608836544490799efea85be (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.py | 2 |
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'): |