diff options
author | Linda Wang <wangwulin@huawei.com> | 2018-02-02 02:26:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-02 02:26:38 +0000 |
commit | 2db621767d66b632fab4e2594e4524348484ad56 (patch) | |
tree | 4d2283067eeb9efef9622d9c8baef8c89cb3c39b /functest/opnfv_tests/sdn/odl/odl.py | |
parent | 1825aa713952288e4204ea3b38f0d3c0635a6918 (diff) | |
parent | 2c755a5868bceb8ecd25dfb49d03dd3d784cf57d (diff) |
Merge "Fix a typo in docstring"
Diffstat (limited to 'functest/opnfv_tests/sdn/odl/odl.py')
-rw-r--r-- | functest/opnfv_tests/sdn/odl/odl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/sdn/odl/odl.py b/functest/opnfv_tests/sdn/odl/odl.py index 6c05c018..f25dfe5e 100644 --- a/functest/opnfv_tests/sdn/odl/odl.py +++ b/functest/opnfv_tests/sdn/odl/odl.py @@ -139,7 +139,7 @@ class ODLTests(robotframework.RobotFramework): def run(self, **kwargs): """Run suites in OPNFV environment - It basically check env vars to call main() with the keywords + It basically checks env vars to call main() with the keywords required. Args: |