From eb5abe94afaa09333676457a9a689be3e42e39a4 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Mon, 18 Apr 2016 15:32:51 +0200 Subject: Remove all the repo handling in prepare_env JIRA: FUNCTEST-203 Since almost all the repos always pull from master and latest, this is about saving some time and to avoid needing internet to pull or checkout the repos. The needed repos content has to be present in the docker image. Change-Id: Ia6e1ed2b5d5b2aff8661a38eb64a081cc8016019 Signed-off-by: jose.lausuch --- testcases/config_functest.yaml | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'testcases/config_functest.yaml') diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml index 5b9513885..5059a0919 100644 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@ -28,25 +28,6 @@ general: dir_vIMS_data: /home/opnfv/functest/data/vIMS dir_rally_inst: /home/opnfv/.rally - repositories: - # branch and commit ID to which the repos will be reset (HEAD) - releng_branch: master - releng_commit: latest - rally_branch: master - rally_commit: 1b6e9e9219b143c685a2af134ab025dddd72ed27 - vims_test_branch: stable - vims_test_commit: latest - bgpvpn_branch: master - bgpvpn_commit: latest - onos_branch: master - onos_commit: latest - promise_branch: master - promise_commit: latest - ovno_branch: master - ovno_commit: latest - doctor_branch: stable/brahmaputra - doctor_commit: latest - openstack: image_name: functest-img image_file_name: cirros-0.3.4-x86_64-disk.img -- cgit 1.2.3-korg