aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-pcu-test
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-02-10 16:25:40 +0100
committerOliver Smith <osmith@sysmocom.de>2021-02-11 15:45:40 +0100
commit2b38b8e7791706216c489d63b6190cbeef027138 (patch)
tree485b7ea8a3603a0e8da0d1fc5460d839d33ee715 /ttcn3-pcu-test
parent914a486ef1c5a5b16f6f0f3bce2c327ea54fcac2 (diff)
ttcn3: move shared run code to script
While I'm at it with tidying up the Dockerfiles, create a ttcn3-docker-run.sh with shared run code. Related: OS#5017 Change-Id: Id90769707158f0488eca2313c57b99ea7a4a27c8
Diffstat (limited to 'ttcn3-pcu-test')
-rw-r--r--ttcn3-pcu-test/Dockerfile6
1 files changed, 1 insertions, 5 deletions
diff --git a/ttcn3-pcu-test/Dockerfile b/ttcn3-pcu-test/Dockerfile
index 2c7d52f..2a35db3 100644
--- a/ttcn3-pcu-test/Dockerfile
+++ b/ttcn3-pcu-test/Dockerfile
@@ -9,8 +9,4 @@ VOLUME /data
COPY PCU_Tests.cfg /data/PCU_Tests.cfg
-CMD cd /data && \
- /osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/pcu/PCU_Tests; \
- exit_code=$?; \
- /osmo-ttcn3-hacks/log_merge.sh PCU_Tests --rm; \
- exit $exit_code
+CMD ttcn3-docker-run pcu PCU_Tests