neels has submitted this change. (
https://gerrit.osmocom.org/c/osmo-hnbgw/+/32623 )
Change subject: actually run vty-tests: VTY transcript tests
......................................................................
actually run vty-tests: VTY transcript tests
There have been VTY transcript tests around for a long time, but we are
not running them.
Change-Id: Ie9fc8f29b84e1dffea000fea11e0afe285c1df39
---
M tests/Makefile.am
1 file changed, 13 insertions(+), 3 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
msuraev: Looks good to me, but someone else must approve
neels: Looks good to me, approved
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 806bfb1..26c01b6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -36,9 +36,7 @@
if ENABLE_EXT_TESTS
python-tests:
- echo ""
-# TODO: Enable once we have a VTY/CTRL interface:
-# $(MAKE) vty-test
+ $(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
# $(srcdir)/ctrl_test_runner.py -w $(abs_top_builddir) -v
--
To view, visit
https://gerrit.osmocom.org/c/osmo-hnbgw/+/32623
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: Ie9fc8f29b84e1dffea000fea11e0afe285c1df39
Gerrit-Change-Number: 32623
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: msuraev <msuraev(a)sysmocom.de>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged