pespin has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/27688 )
Change subject: ttcn3-pgw-test: Use process name in log file ......................................................................
ttcn3-pgw-test: Use process name in log file
This way it becomes similar to what we use in ttcn3-ggsn-tests-ogs.
Change-Id: Ibac0e6bc9dc7c2e576a4f5d1ccb730211d1e1427 --- M ttcn3-pgw-test/open5gs-nrf.yaml M ttcn3-pgw-test/open5gs-smf.yaml M ttcn3-pgw-test/open5gs-upf.yaml 3 files changed, 3 insertions(+), 3 deletions(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved
diff --git a/ttcn3-pgw-test/open5gs-nrf.yaml b/ttcn3-pgw-test/open5gs-nrf.yaml index 3deec92..2680098 100644 --- a/ttcn3-pgw-test/open5gs-nrf.yaml +++ b/ttcn3-pgw-test/open5gs-nrf.yaml @@ -21,7 +21,7 @@ # domain: core,sbi,nrf,event,mem,sock # logger: - file: /data/open5gs-nrf.log + file: /data/open5gs-nrfd.log
# # nrf: diff --git a/ttcn3-pgw-test/open5gs-smf.yaml b/ttcn3-pgw-test/open5gs-smf.yaml index 5b8384b..ee88407 100644 --- a/ttcn3-pgw-test/open5gs-smf.yaml +++ b/ttcn3-pgw-test/open5gs-smf.yaml @@ -19,7 +19,7 @@ # domain: core,pfcp,fd,pfcp,gtp,smf,event,tlv,mem,sock # logger: - file: /data/open5gs-smf.log + file: /data/open5gs-smfd.log # # smf: # diff --git a/ttcn3-pgw-test/open5gs-upf.yaml b/ttcn3-pgw-test/open5gs-upf.yaml index e051d31..735d121 100644 --- a/ttcn3-pgw-test/open5gs-upf.yaml +++ b/ttcn3-pgw-test/open5gs-upf.yaml @@ -19,7 +19,7 @@ # domain: core,pfcp,gtp,upf,event,tlv,mem,sock # logger: - file: /data/open5gs-upf.log + file: /data/open5gs-upfd.log
# # upf: