ttcn3-hnbgw: Set different junit xml file name prefix for with-pfcp variant

Similar to what's done in BTS_Tests and REMSIM_Tests

Change-Id: Iee69774ae8885ab216d0d707ee5fd0269a438c83
This commit is contained in:
Pau Espin 2022-09-21 13:38:35 +02:00
parent a719a8db61
commit e406dc12f9
2 changed files with 2 additions and 1 deletions

View File

@ -77,4 +77,4 @@ mkdir "$VOL_BASE_DIR_PFCP"
run_tests "$VOL_BASE_DIR_PFCP" "with-pfcp/HNBGW_Tests.cfg" "osmo-stp.cfg" "with-pfcp/osmo-hnbgw.cfg"
# Make jenkins results show ':with-pfcp': append ':with-pfcp' to the jenkins results classnames
sed -i "s/classname='\([^']\+\)'/classname='\1:with-pfcp'/g" \
$VOL_BASE_DIR_PFCP/hnbgw-tester/junit-xml-*.log
$VOL_BASE_DIR_PFCP/hnbgw-tester/junit-xml-with-pfcp-*.log

View File

@ -7,6 +7,7 @@
# Local configuration below
[LOGGING]
*.JUnitLogger.filename_stem := "junit-xml-with-pfcp"
[TESTPORT_PARAMETERS]
*.HNBGWVTY.CTRL_HOSTNAME := "172.18.35.20"