This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated via e229071479282f854656799c19a07fbe79a20e57 (commit) from 9051421d75eed22c02f01b373cfab58dbadcd4b5 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://cgit.osmocom.org/openbsc/commit/?id=e229071479282f854656799c19a07fbe7...
commit e229071479282f854656799c19a07fbe79a20e57 Author: Neels Hofmeyr neels@hofmeyr.de Date: Wed Sep 13 01:29:32 2017 +0200
fix vty tests: vty no longer goes to parent node implicitly
Fix four instances of VTY tests working because it used to include implicit 'exit' commands to the parent node.
Since libosmocore change-id Id73cba2dd34676bad8a130e9c45e67a272f19588 = commit d64b6aed235f6e4d84a2cb8e84b32c3179260254, we no longer do this implicit-exit in interactive VTY shells.
*) the nitb node lacked the default command set (including 'end' and 'exit'), so it was impossible to leave the nitb node. This hit in testSubscriberCreateDelete. Add vty_install_default(NITB_NODE).
*) in testPingPongConfiguration, the intention is to enter the /msc 0 node. Drop prior entry of the 'network' node, which looks like an oversight. So far the 'msc 0' caused an implicit 'exit' and thus worked, now fails.
*) Two instances following comments "# Check searching for outer node's commands", which look like they are intended to check for this implicit-exit behavior. This is obsolete, drop those parts of the tests.
Change-Id: I77931d6a09c42c443c6936000592f22a7fd06cab
-----------------------------------------------------------------------
Summary of changes: openbsc/src/libmsc/vty_interface_layer3.c | 1 + openbsc/tests/vty_test_runner.py | 22 ---------------------- 2 files changed, 1 insertion(+), 22 deletions(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org