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
This commit is contained in:
Vadim Yanitskiy 2023-03-30 03:03:35 +07:00
parent 11b379d95a
commit b303e296b7
1 changed files with 5 additions and 6 deletions

View File

@ -34,12 +34,11 @@ DISTCLEANFILES = \
$(NULL) $(NULL)
if ENABLE_EXT_TESTS if ENABLE_EXT_TESTS
python-tests: python-tests: $(top_builddir)/src/osmo-hnodeb/osmo-hnodeb
echo "" $(MAKE) vty-test
# TODO: Enable once we have a VTY/CTRL interface: osmotestvty.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v
# $(MAKE) vty-test osmotestconfig.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v
# osmotestvty.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v # TODO: CTRL interface is not implemented
# osmotestconfig.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v
# $(srcdir)/ctrl_test_runner.py -w $(abs_top_builddir) -v # $(srcdir)/ctrl_test_runner.py -w $(abs_top_builddir) -v
else else
python-tests: python-tests: