laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/32136 )
Change subject: osmoappdesc.py: also test doc/examples/osmo-stp-multihome.cfg ......................................................................
osmoappdesc.py: also test doc/examples/osmo-stp-multihome.cfg
Change-Id: Ib6d0b0cdcfad165ad34d304069843c71f6eb06de --- M osmoappdesc.py 1 file changed, 11 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved
diff --git a/osmoappdesc.py b/osmoappdesc.py index 6c1bafa..2fdce25 100644 --- a/osmoappdesc.py +++ b/osmoappdesc.py @@ -1,7 +1,8 @@ #!/usr/bin/env python3
app_configs = { - "osmo-stp": ["doc/examples/osmo-stp.cfg"], + "osmo-stp": ["doc/examples/osmo-stp.cfg", + "doc/examples/osmo-stp-multihome.cfg"], }
apps = [(4239, "stp/osmo-stp", "OsmoSTP", "osmo-stp"),