aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-02-14 00:20:59 +0100
committerHarald Welte <laforge@gnumonks.org>2018-02-14 09:04:56 +0100
commit098aa71e83a86200a18088927b4753909f5ed518 (patch)
tree6ac12d5ea9f9016d51793165fb404e55ada475ed /tests
parent2346619c1aa1eba3d8f7e939a0efd704ea3fe932 (diff)
remove unused "auth policy" VTY command
This is yet another unsused bit from the OsmoNITB legacy. Related: OS#2528 Change-Id: I825e659da529257e5edec94d9d59f0e10c1b4c63
Diffstat (limited to 'tests')
-rw-r--r--tests/vty_test_runner.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/vty_test_runner.py b/tests/vty_test_runner.py
index 19d2c6003..6d8ca6f48 100644
--- a/tests/vty_test_runner.py
+++ b/tests/vty_test_runner.py
@@ -150,14 +150,6 @@ class TestVTYMSC(TestVTYBase):
self.assertEquals(self.vty.node(), 'config-mncc-int')
- def testVtyAuthorization(self):
- self.vty.enable()
- self.vty.command("configure terminal")
- self.vty.command("network")
- self.assertTrue(self.vty.verify("auth policy closed", ['']))
- self.assertTrue(self.vty.verify("auth policy regexp", ['']))
- self.vty.command("end")
-
def testSi2Q(self):
self.vty.enable()
self.vty.command("configure terminal")