osmoappdesc.py: also test doc/examples/osmo-stp-multihome.cfg

Change-Id: Ib6d0b0cdcfad165ad34d304069843c71f6eb06de
This commit is contained in:
Vadim Yanitskiy 2023-03-30 02:36:26 +07:00
parent 463888c1dc
commit 79c64ab555
1 changed files with 2 additions and 1 deletions

View File

@ -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"),