Actions
Bug #6031
openttcn3-hnbgw-test-latest: regressions since May 1st
Start date:
05/15/2023
Due date:
% Done:
0%
Spec Reference:
Description
This is probably expected, given that the -master
does not exhibit any regressions, but still might be something to investigate.
The following testcases are failing:
- HNBGW_Tests.TC_ranap_cs_initial_ue_empty_cr,
- HNBGW_Tests.TC_ranap_ps_initial_ue_empty_cr,
- HNBGW_Tests:with-pfcp.TC_ranap_cs_initial_ue_empty_cr,
- HNBGW_Tests:with-pfcp.TC_ranap_ps_initial_ue_empty_cr.
See https://jenkins.osmocom.org/jenkins/view/TTCN3/job/ttcn3-hnbgw-test-latest/311/.
Updated by neels 16 days ago
The current test failures on latest happen because on latest, libosmo-sigtran does not yet offer the 'cs7' / 'sccp max-optional-data' option. The test attempts to set the data limit to 0, and expects an empty SCCP CR; it gets a nonempty CR instead because setting the data limit had no effect.
13:40:24.203553 mtc Osmocom_VTY_Functions.ttcn:104 Sent on HNBGWVTY to system charstring : "sccp max-optional-data 0" 13:40:24.203581 mtc Osmocom_VTY_Functions.ttcn:69 Start timer T: 2 s 13:40:24.203636 mtc Osmocom_VTY_Functions.ttcn:70 Message enqueued on HNBGWVTY from system charstring : "% Ambiguous command." id 5
https://jenkins.osmocom.org/jenkins/view/TTCN3/job/ttcn3-hnbgw-test-latest/325/artifact/logs/hnbgw-tester/HNBGW_Tests.TC_ranap_cs_initial_ue_empty_cr.merged/*view*/
I'd just wait for the next release.
Actions