laforge submitted this change.
tests: execute osmotest{vty,config}.py against osmo-stp
Change-Id: Idd57757f251dd1c4d1c74d275b4c5d8beff304e5
---
M tests/vty/Makefile.am
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/tests/vty/Makefile.am b/tests/vty/Makefile.am
index df5a64c..7f67d75 100644
--- a/tests/vty/Makefile.am
+++ b/tests/vty/Makefile.am
@@ -15,8 +15,10 @@
ss7_asp_vty_test_SOURCES = ss7_asp_vty_test.c
if ENABLE_EXT_TESTS
-ext-tests:
+ext-tests: $(top_builddir)/stp/osmo-stp
$(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
else
ext-tests:
echo "Not running python-based external tests (determined at configure-time)"
To view, visit change 32135. To unsubscribe, or for help writing mail filters, visit settings.