From b33fe854427001449fe4f25c11e26b584f1ddee6 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 23 Aug 2017 14:49:07 +0200 Subject: 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 --- example/scenarios/trx-b200.conf | 4 ++++ example/scenarios/trx-sysmocell5000.conf | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 example/scenarios/trx-b200.conf create mode 100644 example/scenarios/trx-sysmocell5000.conf (limited to 'example/scenarios') diff --git a/example/scenarios/trx-b200.conf b/example/scenarios/trx-b200.conf new file mode 100644 index 0000000..2bad7e8 --- /dev/null +++ b/example/scenarios/trx-b200.conf @@ -0,0 +1,4 @@ +resources: + bts: + - label: Ettus B200 + type: osmo-bts-trx diff --git a/example/scenarios/trx-sysmocell5000.conf b/example/scenarios/trx-sysmocell5000.conf new file mode 100644 index 0000000..62e9a3c --- /dev/null +++ b/example/scenarios/trx-sysmocell5000.conf @@ -0,0 +1,4 @@ +resources: + bts: + - label: sysmoCell 5000 + type: osmo-bts-trx -- cgit v1.2.3