Add missing directories env variables in common.sh 15/8015/1
authorjose.lausuch <jose.lausuch@ericsson.com>
Tue, 26 Jan 2016 11:30:56 +0000 (12:30 +0100)
committerjose.lausuch <jose.lausuch@ericsson.com>
Tue, 26 Jan 2016 11:30:56 +0000 (12:30 +0100)
Change-Id: I600af261bed89e7fd90687ca44100318722aa91d
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
docker/common.sh

index c1c7839..7d973ab 100755 (executable)
@@ -51,6 +51,9 @@ RALLY_REPO_DIR=$(cat $config_file | grep -w dir_repo_rally | awk 'END {print $NF
 RELENG_REPO_DIR=$(cat $config_file | grep -w dir_repo_releng | awk 'END {print $NF}')
 VIMS_REPO_DIR=$(cat $config_file | grep -w dir_repo_vims_test | awk 'END {print $NF}')
 BGPVPN_REPO_DIR=$(cat $config_file | grep -w dir_repo_bgpvpn | awk 'END {print $NF}')
+ONOS_REPO_DIR=$(cat $config_file | grep -w dir_repo_onos | awk 'END {print $NF}')
+PROMISE_REPO_DIR=$(cat $config_file | grep -w dir_repo_promise | awk 'END {print $NF}')
+OVNO_REPO_DIR=$(cat $config_file | grep -w dir_repo_ovno | awk 'END {print $NF}')
 
 FUNCTEST_DIR=$(cat $config_file | grep -w dir_functest | awk 'END {print $NF}')
 FUNCTEST_RESULTS_DIR=$(cat $config_file | grep -w dir_results | awk 'END {print $NF}')