laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-pcap/+/16531 )

Change subject: osmoappdesc.py: fix paths to configs
......................................................................

osmoappdesc.py: fix paths to configs

This makes external tests work again.

Related: OS#4317
Change-Id: I73ab32ea48ddfc1b017c8152ec4e95a9ed4f1d7b
---
M osmoappdesc.py
1 file changed, 5 insertions(+), 3 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved



diff --git a/osmoappdesc.py b/osmoappdesc.py
index 2be96db..38b18c0 100644
--- a/osmoappdesc.py
+++ b/osmoappdesc.py
@@ -15,8 +15,10 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.

 app_configs = {
-    "osmo-pcap-client": ["contrib/osmo-pcap-client.cfg", 
"contrib/osmo-pcap-client-tls.cfg"],
-    "osmo-pcap-server": ["contrib/osmo-pcap-server.cfg", 
"contrib/osmo-pcap-server-tls.cfg"]
+    "osmo-pcap-client": ["doc/examples/osmo-pcap-client/osmo-pcap-client.cfg",
+                         
"doc/examples/osmo-pcap-client/osmo-pcap-client-tls.cfg"],
+    "osmo-pcap-server": ["doc/examples/osmo-pcap-server/osmo-pcap-server.cfg",
+                         
"doc/examples/osmo-pcap-server/osmo-pcap-server-tls.cfg"]
 }

 apps = [
@@ -24,7 +26,7 @@
     (4237, "src/osmo-pcap-client", "OsmoPCAPClient", "osmo-pcap-client"),
         ]

-vty_command = ["src/osmo-pcap-server", "-c", "contrib/osmo-pcap-server.cfg"]
+vty_command = ["src/osmo-pcap-server", "-c", 
"doc/examples/osmo-pcap-server/osmo-pcap-server.cfg"]
 vty_app = apps[0]



--
To view, visit https://gerrit.osmocom.org/c/osmo-pcap/+/16531
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcap
Gerrit-Branch: master
Gerrit-Change-Id: I73ab32ea48ddfc1b017c8152ec4e95a9ed4f1d7b
Gerrit-Change-Number: 16531
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osm...@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <lafo...@osmocom.org>
Gerrit-Reviewer: pespin <pes...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to