remove imported FUNCTEST_REPO object 85/20585/2
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Wed, 7 Sep 2016 01:14:27 +0000 (09:14 +0800)
committerJose Lausuch <jose.lausuch@ericsson.com>
Thu, 8 Sep 2016 08:41:36 +0000 (08:41 +0000)
commit2679afde530042a2913a6d7aca5d3af3b524ac47
tree147043ab332f0f1e978e370fae91c6b3a6650f5f
parent921c2b17d33589801ae3de0521e965575dca91ad
remove imported FUNCTEST_REPO object

According to openstack style guidelines in http://docs.openstack.org/developer/hacking/
**** Do not import objects, only modules (*) ****
so direct FUNCTEST_REPO import should be avoided
from functest.utils.functest_utils import FUNCTEST_REPO as FUNCTEST_REPO

JIRA: FUNCTEST-459

Change-Id: Iac0d07a54957cd7419391de183660ac1ce0efd49
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
14 files changed:
ci/prepare_env.py
ci/run_tests.py
cli/commands/cli_env.py
cli/commands/cli_os.py
cli/commands/cli_testcase.py
cli/commands/cli_tier.py
testcases/Controllers/ONOS/Teston/adapters/foundation.py
testcases/Controllers/ONOS/Teston/onosfunctest.py
testcases/OpenStack/rally/run_rally-cert.py
testcases/OpenStack/tempest/run_tempest.py
testcases/OpenStack/vPing/vping_util.py
testcases/features/sfc/sfc.py
testcases/security_scan/security_scan.py
testcases/vnf/vIMS/vIMS.py