summaryrefslogtreecommitdiffstats
path: root/testcases/features/domino.py
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2016-08-31 10:37:15 +0800
committerMorgan Richomme <morgan.richomme@orange.com>2016-08-31 12:12:58 +0000
commit34947aa5d4ea991f20c94c5216a2f6a01cbfa37f (patch)
treeac46e7cc58676c74d96d8c90c8c7b6fef57581e6 /testcases/features/domino.py
parente1e7df116a329d82e91dde154871decd7fce2302 (diff)
delete useless FUNCTEST_REPO variable
FUNCTEST_REPO appears in lots of feature testcases, but never be used, delete it clean the code JIRA: FUNCTEST-448 Change-Id: I4a9a10eac29e09b481563ed2c33f4122dd9ee3de Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn> (cherry picked from commit 834f81f0ad708b930f66aec1fd8b36e2cfb8b32b)
Diffstat (limited to 'testcases/features/domino.py')
-rwxr-xr-xtestcases/features/domino.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/testcases/features/domino.py b/testcases/features/domino.py
index 03ad4a2af..291a3b49b 100755
--- a/testcases/features/domino.py
+++ b/testcases/features/domino.py
@@ -33,7 +33,6 @@ with open(os.environ["CONFIG_FUNCTEST_YAML"]) as f:
functest_yaml = yaml.safe_load(f)
dirs = functest_yaml.get('general').get('directories')
-FUNCTEST_REPO = dirs.get('dir_repo_functest')
DOMINO_REPO = dirs.get('dir_repo_domino')
logger = ft_logger.Logger("domino").getLogger()