Add dockerfile for building the ggsn-test from osmo-ttcn3c-hacks.git

This commit is contained in:
Harald Welte 2017-08-18 22:19:09 +02:00
parent 64fc38f55d
commit 41dee9fb74
1 changed files with 12 additions and 0 deletions

12
ggsn-test/Dockerfile Normal file
View File

@ -0,0 +1,12 @@
FROM debian-stretch-titan
RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git && \
mkdir /root/projects && (cd /root/projects && ln -sf / git) && \
cd osmo-ttcn3-hacks/ggsn_tests && \
./gen_links.sh && \
./regen_makefile.sh && \
make compile && \
make -j8
CMD cd osmo-ttcn3-hacks/ggsn_tests && \
ttcn3_start ./GGSN_Tests ./GGSN_Tests.cfg && ttcn3_logmerge *.log