aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vty_test_runner.py
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-02-14 00:19:06 +0100
committerHarald Welte <laforge@gnumonks.org>2018-02-14 09:04:52 +0100
commit2346619c1aa1eba3d8f7e939a0efd704ea3fe932 (patch)
tree269666fa99654fc4a3361ca03c0bc73e2b4f5013 /tests/vty_test_runner.py
parent27b40c601c41fde70446ad553629494234c07662 (diff)
remove unused "authorized-regexp" VTY command
This is another left-over VTY command from the OsmoNITB days. If such functionality is desired, it must be implemented in OsmoHLR, but not here. Related: OS#2528 Change-Id: Icf0897c47388e49ba7886b55acc728a6f7d213fe
Diffstat (limited to 'tests/vty_test_runner.py')
-rw-r--r--tests/vty_test_runner.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/vty_test_runner.py b/tests/vty_test_runner.py
index 707fc5c6a..19d2c6003 100644
--- a/tests/vty_test_runner.py
+++ b/tests/vty_test_runner.py
@@ -156,9 +156,6 @@ class TestVTYMSC(TestVTYBase):
self.vty.command("network")
self.assertTrue(self.vty.verify("auth policy closed", ['']))
self.assertTrue(self.vty.verify("auth policy regexp", ['']))
- self.assertTrue(self.vty.verify("authorized-regexp ^001", ['']))
- self.assertTrue(self.vty.verify("authorized-regexp 02$", ['']))
- self.assertTrue(self.vty.verify("authorized-regexp *123.*", ['']))
self.vty.command("end")
def testSi2Q(self):