Change in osmo-ttcn3-hacks[master]: ns: fix broken tests by adding weight

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/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Feb 3 17:52:25 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22650 )

Change subject: ns: fix broken tests by adding weight
......................................................................

ns: fix broken tests by adding weight

The NSConfiguration now requires signalling_weight and data_weight.
Otherwise the tests will fail to an unbound integer.

Change-Id: I4484d48d945d5e6e1711f9bedf3248a24ecc4e76
---
M ns/NS_Tests.ttcn
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/ns/NS_Tests.ttcn b/ns/NS_Tests.ttcn
index ef8be2a..59ab765 100644
--- a/ns/NS_Tests.ttcn
+++ b/ns/NS_Tests.ttcn
@@ -38,7 +38,9 @@
 						local_udp_port := 21000,
 						local_ip := "127.0.0.1",
 						remote_udp_port := 23000,
-						remote_ip := "127.0.0.1"
+						remote_ip := "127.0.0.1",
+						data_weight := 2,
+						signalling_weight := 2
 					}
 				},
 				nsvci := 97

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22650
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I4484d48d945d5e6e1711f9bedf3248a24ecc4e76
Gerrit-Change-Number: 22650
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210203/6ee715c4/attachment.htm>


More information about the gerrit-log mailing list