From b303e296b72aec72655629b7cadc8c710f0f4e97 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Thu, 30 Mar 2023 03:03:35 +0700 Subject: [PATCH] tests: enable commented-out 'python-tests' target Keep the last line running the CTRL tests commented out as the CTRL interface is not implemented yet. Add a TODO. Change-Id: I76e24184aecafa8460d1da9419a424d9990730c5 Related: OS#5989 --- tests/Makefile.am | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index d2be48e..e048faa 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -34,12 +34,11 @@ DISTCLEANFILES = \ $(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 +python-tests: $(top_builddir)/src/osmo-hnodeb/osmo-hnodeb + $(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 +# TODO: CTRL interface is not implemented # $(srcdir)/ctrl_test_runner.py -w $(abs_top_builddir) -v else python-tests: