fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-smlc/+/32137 )


Change subject: tests: execute osmotest{vty,config}.py against osmo-smlc
......................................................................

tests: execute osmotest{vty,config}.py against osmo-smlc

Change-Id: I61d970563a1902cce704d5c1a6adea9d8be438e4
---
M tests/Makefile.am
1 file changed, 12 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-smlc refs/changes/37/32137/1

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 https://gerrit.osmocom.org/c/osmo-smlc/+/32137
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-smlc
Gerrit-Branch: master
Gerrit-Change-Id: I61d970563a1902cce704d5c1a6adea9d8be438e4
Gerrit-Change-Number: 32137
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange

Reply via email to