Review at  https://gerrit.osmocom.org/4353

SGSN: uncomment BSSGP vty tests

Change-Id: I9181fc0ecd91e96bf6532aa89b811552009a1b7d
---
M tests/vty_test_runner.py
1 file changed, 2 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/53/4353/1

diff --git a/tests/vty_test_runner.py b/tests/vty_test_runner.py
index 8353f2d..efb0b32 100644
--- a/tests/vty_test_runner.py
+++ b/tests/vty_test_runner.py
@@ -150,10 +150,8 @@
         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', ['  GSN mode SGSN: 
signalling 127.0.0.1, user traffic 127.0.0.1']))
         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']))

-- 
To view, visit https://gerrit.osmocom.org/4353
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9181fc0ecd91e96bf6532aa89b811552009a1b7d
Gerrit-PatchSet: 1
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Owner: Max <[email protected]>

Reply via email to