From ecba41d5fd1f7c3d7476693e54b8f64140731425 Mon Sep 17 00:00:00 2001 From: jrhees-cae <61466710+jrhees-cae@users.noreply.github.com> Date: Fri, 8 Sep 2023 21:41:04 -0400 Subject: [PATCH] Fix partial revert of https://github.com/project-chip/connectedhomeip/commit/94c3882388c77e214f502aad94a518a340bb7f24 (#29144) caused by subsequent PR https://github.com/project-chip/connectedhomeip/commit/76848fe25811fbf55a9c6b92da5d0b77a46221b4 : - Allow SupportedOperatingModes attribute to be any of the valid combinations --- .../tests/suites/certification/Test_TC_DRLK_2_1.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/app/tests/suites/certification/Test_TC_DRLK_2_1.yaml b/src/app/tests/suites/certification/Test_TC_DRLK_2_1.yaml index cc67a0908626ac..e54dbd3b2af7f0 100755 --- a/src/app/tests/suites/certification/Test_TC_DRLK_2_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_DRLK_2_1.yaml @@ -945,10 +945,20 @@ tests: command: "readAttribute" attribute: "SupportedOperatingModes" response: - value: 0xFFF6 saveAs: Current_Supported constraints: type: enum16 + anyOf: + [ + 0xFFF6, + 0xFFF4, + 0xFFF2, + 0xFFF0, + 0xFFE6, + 0xFFE4, + 0xFFE2, + 0xFFE0, + ] - label: "Step 23b: TH writes Supported OperatingModes attribute as bit 0 is