Change in osmo-gsm-tester[master]: enb_amarisoft: register log options as config scheme

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/.

srs_andre gerrit-no-reply at lists.osmocom.org
Wed Jul 1 12:01:57 UTC 2020


srs_andre has submitted this change. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/19091 )

Change subject: enb_amarisoft: register log options as config scheme
......................................................................

enb_amarisoft: register log options as config scheme

allows setting those in scenario files

Change-Id: Idefd3c628441ededbee9411117ec426dd585eae0
---
M src/osmo_gsm_tester/obj/enb_amarisoft.py
1 file changed, 5 insertions(+), 0 deletions(-)

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



diff --git a/src/osmo_gsm_tester/obj/enb_amarisoft.py b/src/osmo_gsm_tester/obj/enb_amarisoft.py
index 8b4ecae..4b24844 100644
--- a/src/osmo_gsm_tester/obj/enb_amarisoft.py
+++ b/src/osmo_gsm_tester/obj/enb_amarisoft.py
@@ -31,6 +31,11 @@
         }
     schema.register_config_schema('amarisoft', config_schema)
 
+    config_schema = {
+        'log_options': schema.STR,
+        }
+    schema.register_config_schema('amarisoftenb', config_schema)
+
 def rf_type_valid(rf_type_str):
     return rf_type_str in ('uhd', 'zmq')
 

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

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Change-Id: Idefd3c628441ededbee9411117ec426dd585eae0
Gerrit-Change-Number: 19091
Gerrit-PatchSet: 1
Gerrit-Owner: srs_andre <andre at softwareradiosystems.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: srs_andre <andre at softwareradiosystems.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200701/3ab53706/attachment.htm>


More information about the gerrit-log mailing list