From bf7511226b4da43bf484766e01547d7e6bde8368 Mon Sep 17 00:00:00 2001 From: Gilles Thouenon Date: Fri, 11 Feb 2022 12:38:12 +0100 Subject: [PATCH] Fix odu-switching-pool configuration for OTN mpdr Replace switching-pool-type "non-blocking" by "blocking" for otn-muxponder, in honeynode configuration files, to be compliant with OpenROADM device model white paper, section 3.2.5.2. JIRA: TRNSPRTPCE-459 Signed-off-by: Gilles Thouenon Change-Id: I6185fc8eb0807143e070333419db4bf56106fb71 --- tests/sample_configs/openroadm/2.2.1/oper-SPDRA.xml | 4 ++-- tests/sample_configs/openroadm/2.2.1/oper-SPDRB.xml | 4 ++-- tests/sample_configs/openroadm/2.2.1/oper-SPDRC.xml | 4 ++-- tests/sample_configs/openroadm/7.1/oper-SPDRA.xml | 2 +- tests/sample_configs/openroadm/7.1/oper-SPDRC.xml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/sample_configs/openroadm/2.2.1/oper-SPDRA.xml b/tests/sample_configs/openroadm/2.2.1/oper-SPDRA.xml index 0de25826a..a9b350c44 100644 --- a/tests/sample_configs/openroadm/2.2.1/oper-SPDRA.xml +++ b/tests/sample_configs/openroadm/2.2.1/oper-SPDRA.xml @@ -2571,7 +2571,7 @@ 1 - non-blocking + blocking 1 1000000000 @@ -2835,7 +2835,7 @@ 3 - non-blocking + blocking 1 1000000000 diff --git a/tests/sample_configs/openroadm/2.2.1/oper-SPDRB.xml b/tests/sample_configs/openroadm/2.2.1/oper-SPDRB.xml index 411a020d0..8b8f0127a 100644 --- a/tests/sample_configs/openroadm/2.2.1/oper-SPDRB.xml +++ b/tests/sample_configs/openroadm/2.2.1/oper-SPDRB.xml @@ -2571,7 +2571,7 @@ 1 - non-blocking + blocking 1 1000000000 @@ -2835,7 +2835,7 @@ 3 - non-blocking + blocking 1 1000000000 diff --git a/tests/sample_configs/openroadm/2.2.1/oper-SPDRC.xml b/tests/sample_configs/openroadm/2.2.1/oper-SPDRC.xml index 97925bc61..9efe009af 100644 --- a/tests/sample_configs/openroadm/2.2.1/oper-SPDRC.xml +++ b/tests/sample_configs/openroadm/2.2.1/oper-SPDRC.xml @@ -2571,7 +2571,7 @@ 1 - non-blocking + blocking 1 1000000000 @@ -2835,7 +2835,7 @@ 3 - non-blocking + blocking 1 1000000000 diff --git a/tests/sample_configs/openroadm/7.1/oper-SPDRA.xml b/tests/sample_configs/openroadm/7.1/oper-SPDRA.xml index 871c8af93..e04b40808 100644 --- a/tests/sample_configs/openroadm/7.1/oper-SPDRA.xml +++ b/tests/sample_configs/openroadm/7.1/oper-SPDRA.xml @@ -1061,7 +1061,7 @@ 1 - non-blocking + blocking 1 1000000000 diff --git a/tests/sample_configs/openroadm/7.1/oper-SPDRC.xml b/tests/sample_configs/openroadm/7.1/oper-SPDRC.xml index 028b85cc7..1db922053 100644 --- a/tests/sample_configs/openroadm/7.1/oper-SPDRC.xml +++ b/tests/sample_configs/openroadm/7.1/oper-SPDRC.xml @@ -1061,7 +1061,7 @@ 1 - non-blocking + blocking 1 1000000000 -- 2.36.6