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.orglynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22504 )
Change subject: sgsn: NS: disable broken test TC_NS_connect_alive
......................................................................
sgsn: NS: disable broken test TC_NS_connect_alive
The test case needs a static configuration via vty.
Change-Id: Ib3f13000276fff2e1178ee460367129718153cb5
---
M sgsn/SGSN_Tests_NS.ttcn
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/04/22504/1
diff --git a/sgsn/SGSN_Tests_NS.ttcn b/sgsn/SGSN_Tests_NS.ttcn
index dd68b05..98d8b8b 100644
--- a/sgsn/SGSN_Tests_NS.ttcn
+++ b/sgsn/SGSN_Tests_NS.ttcn
@@ -31,6 +31,8 @@
f_clean_ns_codec();
}
+/* disabled test because the test is broken.
+ * TODO: create a static NSVC for this test case via vty */
testcase TC_NS_connect_alive() runs on RAW_Test_CT {
f_init_vty();
f_init_ns_codec(mp_nsconfig[0], guard_secs := 10.0);
@@ -48,7 +50,6 @@
}
control {
- execute( TC_NS_connect_alive() );
execute( TC_NS_connect_reset() );
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22504
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: Ib3f13000276fff2e1178ee460367129718153cb5
Gerrit-Change-Number: 22504
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/20210127/8211d83c/attachment.htm>