stop hardcoded FUNCTEST_REPO path everywhere
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Thu, 1 Sep 2016 02:19:58 +0000 (10:19 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Thu, 1 Sep 2016 08:44:18 +0000 (16:44 +0800)
commit470f573a3ac2eb1783efec6da01a3bee33360c65
tree859f4bbd7afc35ce2a8ca33b0bc570f7f32c5724
parentc94a1c01e46b21f0139a8b1419f26c8b9f867a41
stop hardcoded FUNCTEST_REPO path everywhere

functest repo is used by almost every testcase, each place we get it like:
REPOS_DIR = os.getenv('repos_dir')
FUNCTEST_REPO = ("%s/functest" % REPOS_DIR)
provide a common interface in functest_util.py

JIRA: FUNCTEST-453

Change-Id: Ie0635dacc761ed2d05b7e606530368844f32ebaf
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
17 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/examples/create_instance_and_ip.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
utils/functest_utils.py
utils/openstack_snapshot.py