aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-12-12 14:17:51 +0100
committerHarald Welte <laforge@osmocom.org>2020-12-12 19:12:52 +0100
commit959f77e34bc4ec2bb4707e5d86957ee47deea763 (patch)
tree6e03e17621194929a04089fa28017df191dc664d /tests
parent9e917647aef4679b6fd6eabbe77651bb50b60da8 (diff)
gbproxy: Improve VTY state introspection
* allow to print not only BSS-side BVCs, but also SGSN-side * differentiate between SIG and PTP BVC * print the actual BVC FSM state name instead of just UNBLOCKED/nothing Change-Id: I8e09a9dc296b15094d191b0451d04457c815d116
Diffstat (limited to 'tests')
-rwxr-xr-xtests/vty_test_runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vty_test_runner.py b/tests/vty_test_runner.py
index 4587564bc..be40abc7d 100755
--- a/tests/vty_test_runner.py
+++ b/tests/vty_test_runner.py
@@ -97,7 +97,7 @@ class TestVTYGbproxy(TestVTYBase):
res = self.vty.command("show ns")
self.assertTrue(res.find('UDP bind') >= 0)
- res = self.vty.command("show gbproxy stats")
+ res = self.vty.command("show gbproxy bss stats")
self.assertTrue(res.find('GBProxy Global Statistics') >= 0)
def testVtyDeletePeer(self):