aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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")