aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-sip-test
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-02-10 16:16:57 +0100
committerOliver Smith <osmith@sysmocom.de>2021-02-11 15:45:40 +0100
commit914a486ef1c5a5b16f6f0f3bce2c327ea54fcac2 (patch)
treee818fe04ce8aca6c45ee10fd9f979e44f6f575a4 /ttcn3-sip-test
parent9206cf6b280af554ffabba2244fb733c44a0a874 (diff)
debian-stretch-titan: prepare: start/stop links
Create symlinks to ttcn3-*-start.sh and ttcn3-*-stop.sh in the prepare.sh script instead of in each of the ttcn3 Dockerfiles. Related: OS#5017 Change-Id: I634cf71cff7936efe6e0461d21dc1119de922ada
Diffstat (limited to 'ttcn3-sip-test')
-rw-r--r--ttcn3-sip-test/Dockerfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/ttcn3-sip-test/Dockerfile b/ttcn3-sip-test/Dockerfile
index 3e7b8f0..4d138ce 100644
--- a/ttcn3-sip-test/Dockerfile
+++ b/ttcn3-sip-test/Dockerfile
@@ -7,9 +7,6 @@ RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" sip
VOLUME /data
-RUN ln -s /osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh / && \
- ln -s /osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh /
-
COPY SIP_Tests.cfg /data/SIP_Tests.cfg
CMD cd /data && \