aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2018-11-07 15:18:38 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2018-11-09 17:22:05 +0100
commit73490a9e47b9a149b36c65189f626ce03c8bc501 (patch)
tree3731bede407d95dc93b182396b8038ba82f89752
parent6870d873451f6d8356b939d8f622206bcee8df13 (diff)
WIP: Use daniel/bscnat_tests as branch and increase loggingdaniel/bscnat_tests
-rw-r--r--ttcn3-bscnat-test/BSCNAT_Tests.cfg4
-rw-r--r--ttcn3-bscnat-test/Dockerfile2
2 files changed, 5 insertions, 1 deletions
diff --git a/ttcn3-bscnat-test/BSCNAT_Tests.cfg b/ttcn3-bscnat-test/BSCNAT_Tests.cfg
index e45061d..1a2b2b4 100644
--- a/ttcn3-bscnat-test/BSCNAT_Tests.cfg
+++ b/ttcn3-bscnat-test/BSCNAT_Tests.cfg
@@ -4,6 +4,10 @@
[LOGGING]
*.JUnitLogger.testsuite_name := "BSCNAT_Tests"
+*.FileMask := LOG_ALL | TTCN_DEBUG | TTCN_MATCHING | DEBUG_ENCDEC | DEBUG_UNQUALIFIED | DEBUG_TESTPORT | EXECUTOR_RUNTIME | EXECUTOR_UNQUALIFIED | PARALLEL_PTC | PARALLEL_UNQUALIFIED;
+SourceInfoFormat := Stack;
+LogEventTypes := Yes;
+
[TESTPORT_PARAMETERS]
diff --git a/ttcn3-bscnat-test/Dockerfile b/ttcn3-bscnat-test/Dockerfile
index b19413e..ba61877 100644
--- a/ttcn3-bscnat-test/Dockerfile
+++ b/ttcn3-bscnat-test/Dockerfile
@@ -11,7 +11,7 @@ RUN cd osmo-ttcn3-hacks && \
RUN git config --global user.email docker@dock.er && \
git config --global user.name "Dock Er"
-ARG OSMO_TTCN3_BRANCH="master"
+ARG OSMO_TTCN3_BRANCH="daniel/bscnat_tests"
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
RUN cd osmo-ttcn3-hacks && \