From 34947aa5d4ea991f20c94c5216a2f6a01cbfa37f Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Wed, 31 Aug 2016 10:37:15 +0800 Subject: 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 (cherry picked from commit 834f81f0ad708b930f66aec1fd8b36e2cfb8b32b) --- testcases/features/domino.py | 1 - 1 file changed, 1 deletion(-) (limited to 'testcases/features/domino.py') 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() -- cgit 1.2.3-korg