neels has uploaded this change for review.
ctrl test: also test msc 1
Change-Id: I957dca863b6cdc8b077f2ec2b2894cebe7613736
---
M tests/Makefile.am
M tests/test_nodes.ctrl
2 files changed, 13 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/72/33172/1
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 63ce3fe..d499c33 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -78,7 +78,7 @@
ctrl-test: $(top_builddir)/src/osmo-hnbgw/osmo-hnbgw
osmo_verify_transcript_ctrl.py -v \
-p 4262 \
- -r "$(top_builddir)/src/osmo-hnbgw/osmo-hnbgw -c $(top_srcdir)/doc/examples/osmo-hnbgw/osmo-hnbgw.cfg" \
+ -r "$(top_builddir)/src/osmo-hnbgw/osmo-hnbgw -c $(top_srcdir)/doc/examples/osmo-hnbgw/osmo-hnbgw-cnpool.cfg" \
$(U) $(srcdir)/$(CTRL_TEST)
check-local: atconfig $(TESTSUITE)
diff --git a/tests/test_nodes.ctrl b/tests/test_nodes.ctrl
index 2ce5428..4223187 100644
--- a/tests/test_nodes.ctrl
+++ b/tests/test_nodes.ctrl
@@ -9,3 +9,6 @@
GET 4 rate_ctr.abs.sgsn.0.cnpool:emerg:forwarded
GET_REPLY 4 rate_ctr.abs.sgsn.0.cnpool:emerg:forwarded 0
+
+GET 5 rate_ctr.abs.msc.1.cnpool:subscr:new
+GET_REPLY 5 rate_ctr.abs.msc.1.cnpool:subscr:new 0
To view, visit change 33172. To unsubscribe, or for help writing mail filters, visit settings.