From: Cédric Ollivier Date: Sun, 20 Jan 2019 09:32:03 +0000 (+0100) Subject: Fix one typo in docstring (tempest.py) X-Git-Tag: opnfv-9.0.0~96 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F15%2F66515%2F1;p=functest.git Fix one typo in docstring (tempest.py) Change-Id: I46053c92660139f4004d9cec8d1cfb6817cc0e07 Signed-off-by: Cédric Ollivier --- 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'):