[MERGED] osmo-gsm-tester[master]: Add scenarios for each osmo-bts-trx type

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

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Wed Aug 23 12:56:41 UTC 2017


Pau Espin Pedrol has submitted this change and it was merged.

Change subject: Add scenarios for each osmo-bts-trx type
......................................................................


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
---
M example/default-suites.conf
M example/resources.conf
A example/scenarios/trx-b200.conf
A example/scenarios/trx-sysmocell5000.conf
4 files changed, 11 insertions(+), 3 deletions(-)

Approvals:
  Pau Espin Pedrol: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/example/default-suites.conf b/example/default-suites.conf
index eba7dea..72a90db 100644
--- a/example/default-suites.conf
+++ b/example/default-suites.conf
@@ -1,6 +1,6 @@
 - sms:sysmo
 - aoip_sms:sysmo
-- sms:trx
-- aoip_sms:trx
+- sms:trx-b200
+- aoip_sms:trx-b200
 - smpp
 - aoip_smpp
diff --git a/example/resources.conf b/example/resources.conf
index a09e80a..2f08c93 100644
--- a/example/resources.conf
+++ b/example/resources.conf
@@ -14,7 +14,7 @@
   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
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

-- 
To view, visit https://gerrit.osmocom.org/3588
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5fd78d79b8bfab8ccacc4666563b66b6da9f2bde
Gerrit-PatchSet: 2
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list