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:32:03 +0100 |
commit | bf976b4f606860630ffa967fe70a36a7e5954828 (patch) | |
tree | 8e04f2ad485b9522b1ad13159b53a555545aebcb | |
parent | ee52195f4476d3debf9c3f92c6d808256a199500 (diff) |
Fix one typo in docstring (tempest.py)
Change-Id: I46053c92660139f4004d9cec8d1cfb6817cc0e07
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-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'): |