aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-10-20 13:38:45 +0200
committerMax <msuraev@sysmocom.de>2017-10-20 13:38:45 +0200
commit72ad237d607b3680c8d86d3449bfcbbb5e8f0318 (patch)
treef1f9e666b6970cb5ebbb8fd1d7b8e499c7fcaf88
parent4f979bf4bae9ef18140f5be2acd0ee2751622b59 (diff)
SGSN: uncomment BSSGP vty tests
-rw-r--r--tests/vty_test_runner.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/vty_test_runner.py b/tests/vty_test_runner.py
index 9be8d03cc..104bba49d 100644
--- a/tests/vty_test_runner.py
+++ b/tests/vty_test_runner.py
@@ -150,10 +150,8 @@ class TestVTYSGSN(TestVTYBase):
self.assert_(res.find('Encapsulation NS-UDP-IP') >= 0)
self.assertTrue(self.vty.verify('show bssgp', ['']))
self.assertTrue(self.vty.verify('show bssgp stats', ['']))
- # TODO: uncomment when the command does not segfault anymore
- # self.assertTrue(self.vty.verify('show bssgp nsei 123', ['']))
- # self.assertTrue(self.vty.verify('show bssgp nsei 123 stats', ['']))
-
+ self.assertTrue(self.vty.verify('show bssgp nsei 123', ['']))
+ self.assertTrue(self.vty.verify('show bssgp nsei 123 stats', ['']))
self.assertTrue(self.vty.verify('show sgsn', ['']))
self.assertTrue(self.vty.verify('show mm-context all', ['']))
self.assertTrue(self.vty.verify('show mm-context imsi 000001234567', ['No MM context for IMSI 000001234567']))