Holger Freyther has uploaded this change for review. (
https://gerrit.osmocom.org/13074
Change subject: resource: Introduce a type attribute to the resource definition
......................................................................
resource: Introduce a type attribute to the resource definition
Change-Id: Ie1fd10ec878311b7347118badb1b9dce5b49e976
---
M src/osmo_gsm_tester/resource.py
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester
refs/changes/74/13074/1
diff --git a/src/osmo_gsm_tester/resource.py b/src/osmo_gsm_tester/resource.py
index 4f48dc4..292bac6 100644
--- a/src/osmo_gsm_tester/resource.py
+++ b/src/osmo_gsm_tester/resource.py
@@ -78,6 +78,7 @@
'bts[].osmo_trx.multi_arfcn': schema.BOOL_STR,
'arfcn[].arfcn': schema.INT,
'arfcn[].band': schema.BAND,
+ 'modem[].type': schema.STR,
'modem[].label': schema.STR,
'modem[].path': schema.STR,
'modem[].imsi': schema.IMSI,
--
To view, visit https://gerrit.osmocom.org/13074
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie1fd10ec878311b7347118badb1b9dce5b49e976
Gerrit-Change-Number: 13074
Gerrit-PatchSet: 1
Gerrit-Owner: Holger Freyther <[email protected]>