diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-12-05 14:44:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-05 14:44:51 +0000 |
commit | 4d8205412586812dc9523988aad66cf9e000e31e (patch) | |
tree | 198f4976bb1f0263e41cb1a1cd9d4db4439914c3 /functest/opnfv_tests/features/domino.py | |
parent | 122445d0b7b3836a3617905ab1c293412983c394 (diff) | |
parent | d13fac5935bb3fe573dc9a79e06b8cffde37712e (diff) |
Merge "Fix Pep8 issues related to \"
Diffstat (limited to 'functest/opnfv_tests/features/domino.py')
-rwxr-xr-x | functest/opnfv_tests/features/domino.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/functest/opnfv_tests/features/domino.py b/functest/opnfv_tests/features/domino.py index 45b93e7b..341648f4 100755 --- a/functest/opnfv_tests/features/domino.py +++ b/functest/opnfv_tests/features/domino.py @@ -26,10 +26,8 @@ import functest.utils.functest_utils as ft_utils class DominoCases(testcase_base.TestcaseBase): - DOMINO_REPO = \ - ft_constants.DOMINO_REPO_DIR - RESULTS_DIR = \ - ft_constants.FUNCTEST_RESULTS_DIR + DOMINO_REPO = ft_constants.DOMINO_REPO_DIR + RESULTS_DIR = ft_constants.FUNCTEST_RESULTS_DIR logger = ft_logger.Logger("domino").getLogger() def __init__(self): |