remove imported FUNCTEST_REPO object
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Wed, 7 Sep 2016 01:14:27 +0000 (09:14 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Wed, 7 Sep 2016 12:47:51 +0000 (20:47 +0800)
commitf3381f49cc72fded67c1febe78b27e18ec396878
treee6c7558efe3b08575c4589b2a46ef62e5d22d63f
parent44364e6db1941410632e6ab732e72bcc718a86da
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