Commit 9f1a642b authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in Dockerfile

parent 01aed783
#!/bin/bash
#set -e
set -vx
echo -e "*****************************\n* Install osip\n*****************************\n"
cd ${HOME}/dev
git clone https://forge.etsi.org/rep/plugtests/nfv/ttcn-3-lewis-testing-tools.git ttcn-3-lewis-testing-tools
cd ./ttcn-3-lewis-testing-tools
pip3 install -r ./requirements.txt
cd ${HOME}
exit 0
......@@ -3,7 +3,7 @@
echo -e "*****************************\n* Checkout STF569 sources\n*****************************\n"
mkdir -p ${HOME}/dev && cd ${HOME}/dev || exit 1
git clone --recurse-submodules -b latest-open-draft --single-branch https://forge.etsi.org/rep/mec/gs032p3-ttcn-test-suite.git STF569_Mec
git clone --recurse-submodules -b devel --single-branch https://forge.etsi.org/rep/mec/gs032p3-ttcn-test-suite.git STF569_Mec
cd /home/etsi/dev/STF569_Mec/ttcn
git clone https://forge.etsi.org/gitlab/LIBS/LibCommon.git ./LibCommon
git clone -bTTF0002 https://forge.etsi.org/gitlab/LIBS/LibIts ./LibIts
......@@ -19,8 +19,6 @@ ls -ltr /home/etsi
export HOME=/home/etsi
. /home/etsi/devenv.bash
cd /home/etsi/dev/STF569_Mec/scripts
./build_titan.bash
. /home/etsi/devenv.bash
./update_mec_project.bash
cd /home/etsi/dev/etsi_mec/src/AtsMec/objs
../bin/mec_generate_makefile.bash
......
......@@ -22,7 +22,7 @@ SRC_MEC_PATH=${VALIDATION_DIR}/dev/STF569_Mec
if [ "${PATH_DEV_MEC}" == "" ]
then
PATH_DEV_MEC=`pwd`/../etsi_mec
PATH_DEV_MEC=${HOME}/dev/etsi_mec
fi
echo ${PATH_DEV_MEC}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment