aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 && \