Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
MEC TTCN-3 Test Suite
Commits
9f1a642b
Commit
9f1a642b
authored
Apr 28, 2020
by
Yann Garcia
Browse files
Bug fixed in Dockerfile
parent
01aed783
Changes
3
Hide whitespace changes
Inline
Side-by-side
docker/home/etc/init.d/40-lewis.sh
deleted
100755 → 0
View file @
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
docker/home/etc/init.d/
5
0-stf569.sh
→
docker/home/etc/init.d/
4
0-stf569.sh
View file @
9f1a642b
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
echo
-e
"*****************************
\n
* Checkout STF569 sources
\n
*****************************
\n
"
echo
-e
"*****************************
\n
* Checkout STF569 sources
\n
*****************************
\n
"
mkdir
-p
${
HOME
}
/dev
&&
cd
${
HOME
}
/dev
||
exit
1
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
cd
/home/etsi/dev/STF569_Mec/ttcn
git clone https://forge.etsi.org/gitlab/LIBS/LibCommon.git ./LibCommon
git clone https://forge.etsi.org/gitlab/LIBS/LibCommon.git ./LibCommon
git clone
-bTTF0002
https://forge.etsi.org/gitlab/LIBS/LibIts ./LibIts
git clone
-bTTF0002
https://forge.etsi.org/gitlab/LIBS/LibIts ./LibIts
...
@@ -19,8 +19,6 @@ ls -ltr /home/etsi
...
@@ -19,8 +19,6 @@ ls -ltr /home/etsi
export
HOME
=
/home/etsi
export
HOME
=
/home/etsi
.
/home/etsi/devenv.bash
.
/home/etsi/devenv.bash
cd
/home/etsi/dev/STF569_Mec/scripts
cd
/home/etsi/dev/STF569_Mec/scripts
./build_titan.bash
.
/home/etsi/devenv.bash
./update_mec_project.bash
./update_mec_project.bash
cd
/home/etsi/dev/etsi_mec/src/AtsMec/objs
cd
/home/etsi/dev/etsi_mec/src/AtsMec/objs
../bin/mec_generate_makefile.bash
../bin/mec_generate_makefile.bash
...
...
scripts/update_mec_project.bash
View file @
9f1a642b
...
@@ -22,7 +22,7 @@ SRC_MEC_PATH=${VALIDATION_DIR}/dev/STF569_Mec
...
@@ -22,7 +22,7 @@ SRC_MEC_PATH=${VALIDATION_DIR}/dev/STF569_Mec
if
[
"
${
PATH_DEV_MEC
}
"
==
""
]
if
[
"
${
PATH_DEV_MEC
}
"
==
""
]
then
then
PATH_DEV_MEC
=
`
pwd
`
/..
/etsi_mec
PATH_DEV_MEC
=
${
HOME
}
/dev
/etsi_mec
fi
fi
echo
${
PATH_DEV_MEC
}
echo
${
PATH_DEV_MEC
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment