neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/32623 )
Change subject: actually run vty-tests: VTY transcript tests ......................................................................
actually run vty-tests: VTY transcript tests
There have been VTY transcript tests around for a long time, but we are not running them.
Change-Id: Ie9fc8f29b84e1dffea000fea11e0afe285c1df39 --- M tests/Makefile.am 1 file changed, 13 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/23/32623/1
diff --git a/tests/Makefile.am b/tests/Makefile.am index 806bfb1..26c01b6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -36,9 +36,7 @@
if ENABLE_EXT_TESTS python-tests: - echo "" -# TODO: Enable once we have a VTY/CTRL interface: -# $(MAKE) vty-test + $(MAKE) vty-test # osmotestvty.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v # osmotestconfig.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v # $(srcdir)/ctrl_test_runner.py -w $(abs_top_builddir) -v