Add scenarios for each osmo-bts-trx type

This way we can run tests with a specific instance of an osmo-bts-trx,
for instance we may want to run some tests with an Ettus B200 and also
with a sysmoCell 5000.

Change-Id: I5fd78d79b8bfab8ccacc4666563b66b6da9f2bde
This commit is contained in:
Pau Espin 2017-08-23 14:49:07 +02:00
parent 404e150c69
commit b33fe85442
4 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,6 @@
- sms:sysmo
- aoip_sms:sysmo
- sms:trx
- aoip_sms:trx
- sms:trx-b200
- aoip_sms:trx-b200
- smpp
- aoip_smpp

View File

@ -14,7 +14,7 @@ bts:
addr: 10.42.42.114
band: GSM-1800
- label: Ettus B210
- label: Ettus B200
type: osmo-bts-trx
ipa_unit_id: 6
addr: 10.42.42.50

View File

@ -0,0 +1,4 @@
resources:
bts:
- label: Ettus B200
type: osmo-bts-trx

View File

@ -0,0 +1,4 @@
resources:
bts:
- label: sysmoCell 5000
type: osmo-bts-trx