From 11b379d95a187192902a8e5c9af659ec1740431f Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 3 Nov 2023 14:43:01 +0700 Subject: [PATCH] tests/ctrl_test_runner.py: fix wrong CTRL port Change-Id: I88432b77dae923df373055a657a77838268a32e1 Related: OS#5989 --- tests/ctrl_test_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ class TestCtrlHNB(TestCtrlBase): "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')