fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-hnodeb/+/34958?usp=email )
Change subject: tests/ctrl_test_runner.py: fix wrong CTRL port
......................................................................
tests/ctrl_test_runner.py: fix wrong CTRL port
Change-Id: I88432b77dae923df373055a657a77838268a32e1
Related: OS#5989
---
M tests/ctrl_test_runner.py
1 file changed, 11 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnodeb refs/changes/58/34958/1
diff --git a/tests/ctrl_test_runner.py b/tests/ctrl_test_runner.py
index c0e6a55..e446b43 100755
--- a/tests/ctrl_test_runner.py
+++ b/tests/ctrl_test_runner.py
@@ -154,7 +154,7 @@
"doc/examples/osmo-hnodeb/osmo-hnodeb.cfg"]
def ctrl_app(self):
- return (4249, "./src/osmo-hnodeb/osmo-hnodeb", "OsmoHNodeB",
"hnb")
+ return (4274, "./src/osmo-hnodeb/osmo-hnodeb", "OsmoHNodeB",
"hnb")
def testCtrlErrs(self):
r = self.do_get('invalid')
--
To view, visit
https://gerrit.osmocom.org/c/osmo-hnodeb/+/34958?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hnodeb
Gerrit-Branch: master
Gerrit-Change-Id: I88432b77dae923df373055a657a77838268a32e1
Gerrit-Change-Number: 34958
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange