laforge submitted this change.
tests: execute osmotest{vty,config}.py against osmo-smlc
Change-Id: I61d970563a1902cce704d5c1a6adea9d8be438e4
---
M tests/Makefile.am
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d046d49..b2e1bee 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -37,9 +37,11 @@
$(NULL)
if ENABLE_EXT_TESTS
-python-tests:
+python-tests: $(top_builddir)/src/osmo-smlc/osmo-smlc
$(MAKE) vty-test
$(MAKE) ctrl-test
+ osmotestvty.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v
+ osmotestconfig.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v
else
python-tests:
echo "Not running python-based tests (determined at configure-time)"
To view, visit change 32137. To unsubscribe, or for help writing mail filters, visit settings.