From 88a74a5de1f57b4988d2f1cfdd66771bd1d9f232 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 21 Jun 2019 12:06:33 +0200 Subject: ttcn3-{hlr,mgw,pcu}-test: log to file Add missing file output which all other tests already have. Related: OS#4067 Change-Id: Ifb4a39e6e2987f4dc04369508fe0dff0913a02ff --- ttcn3-hlr-test/osmo-hlr.cfg | 10 ++++++++++ ttcn3-mgw-test/osmo-mgw.cfg | 11 +++++++++++ ttcn3-pcu-test/osmo-pcu.cfg | 10 ++++++++++ ttcn3-pcu-test/sns/osmo-pcu.cfg | 10 ++++++++++ 4 files changed, 41 insertions(+) diff --git a/ttcn3-hlr-test/osmo-hlr.cfg b/ttcn3-hlr-test/osmo-hlr.cfg index 8ed77d4..47bbd23 100644 --- a/ttcn3-hlr-test/osmo-hlr.cfg +++ b/ttcn3-hlr-test/osmo-hlr.cfg @@ -10,6 +10,16 @@ log stderr logging level all debug logging level linp error ! +log file /data/osmo-hlr.log + logging filter all 1 + logging color 0 + logging print level 1 + logging print category 1 + logging print category-hex 0 + logging print file basename last + logging print extended-timestamp 1 + logging level set-all debug +! line vty bind 0.0.0.0 ctrl diff --git a/ttcn3-mgw-test/osmo-mgw.cfg b/ttcn3-mgw-test/osmo-mgw.cfg index 8158860..882c7d0 100644 --- a/ttcn3-mgw-test/osmo-mgw.cfg +++ b/ttcn3-mgw-test/osmo-mgw.cfg @@ -28,6 +28,17 @@ log stderr logging level lm3ua notice logging level lmgcp debug ! +log file /data/osmo-mgw.log + logging filter all 1 + logging color 0 + logging print level 1 + logging print category 1 + logging timestamp 1 + logging print file basename last + logging print extended-timestamp 1 + logging level set-all notice + logging level lmgcp debug +! stats interval 5 ! line vty diff --git a/ttcn3-pcu-test/osmo-pcu.cfg b/ttcn3-pcu-test/osmo-pcu.cfg index 918beea..e8a8552 100644 --- a/ttcn3-pcu-test/osmo-pcu.cfg +++ b/ttcn3-pcu-test/osmo-pcu.cfg @@ -1,3 +1,13 @@ +log file /data/osmo-pcu.log + logging filter all 1 + logging color 0 + logging print level 1 + logging print category 1 + logging print category-hex 0 + logging print file basename last + logging print extended-timestamp 1 + logging level set-all debug + line vty no login bind 0.0.0.0 diff --git a/ttcn3-pcu-test/sns/osmo-pcu.cfg b/ttcn3-pcu-test/sns/osmo-pcu.cfg index 34ba20d..f9bce3a 100644 --- a/ttcn3-pcu-test/sns/osmo-pcu.cfg +++ b/ttcn3-pcu-test/sns/osmo-pcu.cfg @@ -1,3 +1,13 @@ +log file /data/osmo-pcu.log + logging filter all 1 + logging color 0 + logging print level 1 + logging print category 1 + logging print category-hex 0 + logging print file basename last + logging print extended-timestamp 1 + logging level set-all debug + line vty no login bind 0.0.0.0 -- cgit v1.2.3