Compare commits

..

9 Commits

Author SHA1 Message Date
Harald Welte c0cc718853 runtest-junitxml: work with python3 2023-11-06 16:46:47 +01:00
Harald Welte fdda7d8a6e runtest-junitxml: Set GUILE_AUTO_COMPILE=0 to avoid stderr output
stderr output would make the junit test case "FAIL"
2023-11-06 16:46:47 +01:00
Harald Welte 81eb605dc2 runtest-junitxml: Disable guile warnings about deprecated features 2023-11-06 16:46:47 +01:00
Harald Welte 7bbc391b69 runtest-junitxml.py: Use $HOME as default 'directory' 2023-11-06 16:46:47 +01:00
Harald Welte f21a9a9a70 Add 'runtest-junitxml.py' to generate junit-xml output 2023-11-06 16:46:47 +01:00
Harald Welte 60efa78b92 params: Use addresses compatible with libosmo-sccp test scripts 2023-11-06 16:46:47 +01:00
Harald Welte 680df9afc6 runm3uatest: Avoid having to use a ~/.guile script
Rather, we can specify the path in which the m3ua-testtool files are
located using the '-d ...' command line argument of runm3uatest
2023-11-06 16:46:47 +01:00
Harald Welte f00e46de1e libosmo-sigtran test config + script 2023-11-06 16:46:47 +01:00
Michael Tuexen ae3e1b3f5e Improve test. 2022-01-21 11:19:08 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@
(define (m3ua-asp-aspsm-o-002 tester-addr tester-port sut-addr sut-port)
(let ((fd (m3ua-accept tester-addr tester-port)))
(m3ua-wait-for-message fd m3ua-asp-up-message?)
(m3ua-send-message fd 0 (m3ua-make-asp-active-ack-message (list)))
(m3ua-send-message fd 0 (m3ua-make-asp-active-ack-message asp-active-ack-message-parameters))
(let ((msg (m3ua-recv-message-with-timeout fd 2)))
(close fd)
(if (or (null? msg)