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/.
daniel gerrit-no-reply at lists.osmocom.orgdaniel has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20225 )
Change subject: bsc: Check attempted/successful channel requests
......................................................................
bsc: Check attempted/successful channel requests
Change-Id: I5b5c7c72eea28314da2ee7725d94d85917aa3ad3
Related: SYS#4877
---
M bsc/BSC_Tests.ttcn
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
laforge: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
Jenkins Builder: Verified
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 8934f42..0fd0a17 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -3222,6 +3222,8 @@
f_establish_fully(ass_cmd, exp_compl);
var StatsDExpects expect := {
+ { name := "TTCN3.bts.0.chreq.total", mtype := "c", min := 1, max := 1},
+ { name := "TTCN3.bts.0.chreq.successful", mtype := "c", min := 1, max := 1},
{ name := "TTCN3.bsc.0.assignment.attempted", mtype := "c", min := 1, max := 1},
{ name := "TTCN3.bsc.0.assignment.completed", mtype := "c", min := 1, max := 1}
};
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20225
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: I5b5c7c72eea28314da2ee7725d94d85917aa3ad3
Gerrit-Change-Number: 20225
Gerrit-PatchSet: 5
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
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/20200923/b3e4af5a/attachment.htm>