From dff272884dae3a59b0623afdc4f978ebdb7f4c9c Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 4 Mar 2020 13:32:45 +0100 Subject: scenarios: Use parametrized scenario for rftype Change-Id: Ib3d7db13d7de492eee5ad25cf5c88239be9e9fbf --- example/default-suites.conf | 2 +- example/scenarios/srsenb-rftype-uhd.conf | 4 ---- example/scenarios/srsenb-rftype-zmq.conf | 4 ---- example/scenarios/srsenb-rftype@.conf | 4 ++++ example/scenarios/srsue-rftype-uhd.conf | 4 ---- example/scenarios/srsue-rftype-zmq.conf | 4 ---- example/scenarios/srsue-rftype@.conf | 4 ++++ 7 files changed, 9 insertions(+), 17 deletions(-) delete mode 100644 example/scenarios/srsenb-rftype-uhd.conf delete mode 100644 example/scenarios/srsenb-rftype-zmq.conf create mode 100644 example/scenarios/srsenb-rftype@.conf delete mode 100644 example/scenarios/srsue-rftype-uhd.conf delete mode 100644 example/scenarios/srsue-rftype-zmq.conf create mode 100644 example/scenarios/srsue-rftype@.conf (limited to 'example') 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@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@.conf b/example/scenarios/srsenb-rftype@.conf new file mode 100644 index 0000000..bf64b19 --- /dev/null +++ b/example/scenarios/srsenb-rftype@.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@.conf b/example/scenarios/srsue-rftype@.conf new file mode 100644 index 0000000..85a0609 --- /dev/null +++ b/example/scenarios/srsue-rftype@.conf @@ -0,0 +1,4 @@ +resources: + modem: + - type: srsue + rf_dev_type: ${param1} -- cgit v1.2.3