neels has submitted this change. ( 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(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve msuraev: Looks good to me, but someone else must approve neels: Looks good to me, approved
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