This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/11283 )
Change subject: document why ipa chopped ping fails with control interface
......................................................................
document why ipa chopped ping fails with control interface
We cannot test the control interface with an IPA ping message.
The control interface only supports osmocom-specific extensions,
and the IPA ping message is not part of those extensions.
Other tests will have to be devised for the control interface.
Change-Id: Iae0f16394c78196de621c14b34d1b1905c0cb7c8
Related: OS#2010
---
M bsc/BSC_Tests.ttcn
1 file changed, 3 insertions(+), 2 deletions(-)
Approvals:
Jenkins Builder: Verified
Harald Welte: Looks good to me, approved
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 28ade1e..9a85a1f 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -2731,8 +2731,9 @@
}
testcase TC_chopped_ipa_ping() runs on test_CT {
- const Integers bsc_ipa_ports := {mp_bsc_rsl_port, mp_bsc_oml_port
- /* TOOD: This port is failing: mp_bsc_ctrl_port */ };
+ /* The IPA control interface (mp_bsc_ctrl_port) won't work with this test because the control
+ * interface only implements IPAC_PROTO_OSMO, while the IPA PING request uses IPAC_PROTO_IPACCESS. */
+ const Integers bsc_ipa_ports := {mp_bsc_rsl_port, mp_bsc_oml_port};
for (var integer i := 0; i < lengthof(bsc_ipa_ports); i := i + 1) {
IPA_Testing.f_run_TC_chopped_ipa_ping(mp_bsc_ip, bsc_ipa_ports[i], CONNECT_TO_SERVER);
}
--
To view, visit https://gerrit.osmocom.org/11283
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Iae0f16394c78196de621c14b34d1b1905c0cb7c8
Gerrit-Change-Number: 11283
Gerrit-PatchSet: 1
Gerrit-Owner: Stefan Sperling <ssperling at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181009/ffe7d006/attachment.htm>