Attention is currently required from: daniel, laforge, lynxis lazus, pespin.
osmith has posted comments on this change by lynxis lazus. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/41309?usp=email )
Change subject: Add TCAP based loadsharing/routing ......................................................................
Patch Set 16:
(1 comment)
File tests/vty/Makefile.am:
https://gerrit.osmocom.org/c/libosmo-sigtran/+/41309/comment/4ff0cc59_8db593... : PS15, Line 35: ss7_asp_test.vty \
This is still wrong, but I don't think it explains the build failures in the jenkins job. […]
this fixes it:
```diff diff --git a/tests/vty/Makefile.am b/tests/vty/Makefile.am index 2d2ff87..ce96380 100644 --- a/tests/vty/Makefile.am +++ b/tests/vty/Makefile.am @@ -46,7 +46,7 @@ vty-transcript-test-stp: $(top_builddir)/stp/osmo-stp osmo_verify_transcript_vty.py -v \ -n OsmoSTP -p 4239 \ -r "$(top_builddir)/stp/osmo-stp -c $(top_srcdir)/doc/examples/osmo-stp-multihome.cfg" \ - $(U) $(srcdir)/$(VTY_TEST_STP) + $(U) $(patsubst %,$(srcdir)/%,$(VTY_TEST_STP))
# Run a specific test with: 'make vty-test VTY_TEST_ASP=ss7_asp_test.vty' VTY_TEST_ASP ?= ss7_asp_*.vty ```