fixeria submitted this change.

View Change


Approvals: osmith: Looks good to me, approved Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve
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
---
M tests/Makefile.am
1 file changed, 18 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 @@
$(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:

To view, visit change 32146. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-hnodeb
Gerrit-Branch: master
Gerrit-Change-Id: I76e24184aecafa8460d1da9419a424d9990730c5
Gerrit-Change-Number: 32146
Gerrit-PatchSet: 4
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged