fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/32142 )
Change subject: tests: enable commented-out 'python-tests' target ......................................................................
tests: enable commented-out 'python-tests' target
Change-Id: I6d6a18f8aa6b0bd285afbcbcf0e65b5c8692d959 --- M tests/Makefile.am 1 file changed, 14 insertions(+), 7 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/42/32142/1
diff --git a/tests/Makefile.am b/tests/Makefile.am index 806bfb1..e730416 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -35,13 +35,11 @@ $(NULL)
if ENABLE_EXT_TESTS -python-tests: - echo "" -# TODO: Enable once we have a VTY/CTRL interface: -# $(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 +python-tests: $(top_builddir)/src/osmo-hnbgw/osmo-hnbgw + $(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 else python-tests: echo "Not running python-based tests (determined at configure-time)"