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

lynxis lazus gerrit-no-reply at lists.osmocom.org
Wed Feb 3 14:15:45 UTC 2021


lynxis lazus has uploaded this change for review. ( 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

when weights has been introduces the NS tests has been forgotten
to add a default data/signalling

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



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/50/22650/1

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: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210203/e7faccb1/attachment.htm>


More information about the gerrit-log mailing list