Change in osmo-gsm-tester[master]: scenarios: Use parametrized scenario for rftype

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

pespin gerrit-no-reply at lists.osmocom.org
Wed Mar 4 12:34:26 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17341 )


Change subject: scenarios: Use parametrized scenario for rftype
......................................................................

scenarios: Use parametrized scenario for rftype

Change-Id: Ib3d7db13d7de492eee5ad25cf5c88239be9e9fbf
---
M example/default-suites.conf
D example/scenarios/srsenb-rftype-uhd.conf
D example/scenarios/srsenb-rftype-zmq.conf
A example/scenarios/srsenb-rftype at .conf
D example/scenarios/srsue-rftype-uhd.conf
D example/scenarios/srsue-rftype-zmq.conf
A example/scenarios/srsue-rftype at .conf
7 files changed, 9 insertions(+), 17 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/41/17341/1

diff --git a/example/default-suites.conf b/example/default-suites.conf
index 4910dbc..5e46061 100644
--- a/example/default-suites.conf
+++ b/example/default-suites.conf
@@ -162,4 +162,4 @@
 - smpp
 - encryption
 
-- 4g:srsenb-rftype-zmq+srsue-rftype-zmq
+- 4g:srsenb-rftype at zmq+srsue-rftype@zmq
diff --git a/example/scenarios/srsenb-rftype-uhd.conf b/example/scenarios/srsenb-rftype-uhd.conf
deleted file mode 100644
index 293c109..0000000
--- a/example/scenarios/srsenb-rftype-uhd.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-resources:
-  enb:
-  - type: srsenb
-    rf_dev_type: UHD
diff --git a/example/scenarios/srsenb-rftype-zmq.conf b/example/scenarios/srsenb-rftype-zmq.conf
deleted file mode 100644
index e0f9c9d..0000000
--- a/example/scenarios/srsenb-rftype-zmq.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-resources:
-  enb:
-  - type: srsenb
-    rf_dev_type: zmq
diff --git a/example/scenarios/srsenb-rftype at .conf b/example/scenarios/srsenb-rftype at .conf
new file mode 100644
index 0000000..bf64b19
--- /dev/null
+++ b/example/scenarios/srsenb-rftype at .conf
@@ -0,0 +1,4 @@
+resources:
+  enb:
+  - type: srsenb
+    rf_dev_type: ${param1}
diff --git a/example/scenarios/srsue-rftype-uhd.conf b/example/scenarios/srsue-rftype-uhd.conf
deleted file mode 100644
index fef8696..0000000
--- a/example/scenarios/srsue-rftype-uhd.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-resources:
-  modem:
-  - type: srsue
-    rf_dev_type: UHD
diff --git a/example/scenarios/srsue-rftype-zmq.conf b/example/scenarios/srsue-rftype-zmq.conf
deleted file mode 100644
index d30a84b..0000000
--- a/example/scenarios/srsue-rftype-zmq.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-resources:
-  modem:
-  - type: srsue
-    rf_dev_type: zmq
diff --git a/example/scenarios/srsue-rftype at .conf b/example/scenarios/srsue-rftype at .conf
new file mode 100644
index 0000000..85a0609
--- /dev/null
+++ b/example/scenarios/srsue-rftype at .conf
@@ -0,0 +1,4 @@
+resources:
+  modem:
+  - type: srsue
+    rf_dev_type: ${param1}

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17341
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: Ib3d7db13d7de492eee5ad25cf5c88239be9e9fbf
Gerrit-Change-Number: 17341
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200304/14401eb2/attachment.htm>


More information about the gerrit-log mailing list