Change in osmo-pcap[master]: osmoappdesc.py: fix paths to configs

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Dec 10 16:46:20 UTC 2019


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 <osmith at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191210/3fe9d0ff/attachment.htm>


More information about the gerrit-log mailing list