neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/32624 )
Change subject: actually run vty-tests: osmotestvty.py ......................................................................
actually run vty-tests: osmotestvty.py
Change-Id: Iab84af37488b5ec1000162d945f909f9ab05dad8 --- M tests/Makefile.am 1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/24/32624/1
diff --git a/tests/Makefile.am b/tests/Makefile.am index 26c01b6..23fcd8a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -37,7 +37,7 @@ if ENABLE_EXT_TESTS python-tests: $(MAKE) vty-test -# osmotestvty.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v + 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 else