From cb31d3cf82422640bbe9e7ec6c507d5b5120f36b Mon Sep 17 00:00:00 2001 From: Hare Date: Wed, 11 Oct 2023 15:35:23 +0800 Subject: [PATCH 1/3] Add SMOKECO.M.ManuallyControlledTest PICS --- .../suites/certification/Test_TC_SMOKECO_2_2.yaml | 2 +- .../suites/certification/Test_TC_SMOKECO_2_3.yaml | 2 +- .../suites/certification/Test_TC_SMOKECO_2_4.yaml | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/tests/suites/certification/Test_TC_SMOKECO_2_2.yaml b/src/app/tests/suites/certification/Test_TC_SMOKECO_2_2.yaml index efe21c12ec5090..6aebc1523bddca 100644 --- a/src/app/tests/suites/certification/Test_TC_SMOKECO_2_2.yaml +++ b/src/app/tests/suites/certification/Test_TC_SMOKECO_2_2.yaml @@ -145,7 +145,7 @@ tests: value: "y" - label: "Step 10: TH reads TestInProgress attribute from DUT" - PICS: SMOKECO.S.A0005 + PICS: SMOKECO.S.A0005 && SMOKECO.M.ManuallyControlledTest command: "readAttribute" attribute: "TestInProgress" response: diff --git a/src/app/tests/suites/certification/Test_TC_SMOKECO_2_3.yaml b/src/app/tests/suites/certification/Test_TC_SMOKECO_2_3.yaml index eb98f64d53f4b0..cab536bd3dce6b 100644 --- a/src/app/tests/suites/certification/Test_TC_SMOKECO_2_3.yaml +++ b/src/app/tests/suites/certification/Test_TC_SMOKECO_2_3.yaml @@ -144,7 +144,7 @@ tests: value: "y" - label: "Step 10: TH reads TestInProgress attribute from DUT" - PICS: SMOKECO.S.A0005 + PICS: SMOKECO.S.A0005 && SMOKECO.M.ManuallyControlledTest command: "readAttribute" attribute: "TestInProgress" response: diff --git a/src/app/tests/suites/certification/Test_TC_SMOKECO_2_4.yaml b/src/app/tests/suites/certification/Test_TC_SMOKECO_2_4.yaml index d9374a8fa82a78..96002edde3cb38 100644 --- a/src/app/tests/suites/certification/Test_TC_SMOKECO_2_4.yaml +++ b/src/app/tests/suites/certification/Test_TC_SMOKECO_2_4.yaml @@ -511,7 +511,7 @@ tests: - label: "Step 38: TH waits for a report of TestInProgress attribute from DUT with a timeout of 180 seconds" - PICS: SMOKECO.S.A0005 + PICS: SMOKECO.S.A0005 && SMOKECO.M.ManuallyControlledTest command: "waitForReport" attribute: "TestInProgress" timeout: 180 @@ -521,7 +521,7 @@ tests: type: boolean - label: "Step 39: TH reads ExpressedState attribute from DUT" - PICS: SMOKECO.S.A0000 + PICS: SMOKECO.S.A0000 && SMOKECO.M.ManuallyControlledTest command: "readAttribute" attribute: "ExpressedState" response: @@ -532,7 +532,7 @@ tests: - label: "Step 40: TH waits for a report of TestInProgress attribute from DUT with a timeout of 180 seconds" - PICS: SMOKECO.S.A0005 + PICS: SMOKECO.S.A0005 && SMOKECO.M.ManuallyControlledTest command: "waitForReport" attribute: "TestInProgress" timeout: 180 @@ -542,7 +542,7 @@ tests: type: boolean - label: "Step 41: TH reads SelfTestComplete event from DUT" - PICS: SMOKECO.S.E05 + PICS: SMOKECO.S.E05 && SMOKECO.M.ManuallyControlledTest command: "readEvent" event: "SelfTestComplete" eventNumber: "LastReceivedEventNumber + 1" @@ -550,7 +550,7 @@ tests: value: {} - label: "Step 42: TH reads ExpressedState attribute from DUT" - PICS: SMOKECO.S.A0000 + PICS: SMOKECO.S.A0000 && SMOKECO.M.ManuallyControlledTest command: "readAttribute" attribute: "ExpressedState" response: @@ -559,7 +559,7 @@ tests: type: enum8 - label: "Step 43: TH reads AllClear event from DUT" - PICS: SMOKECO.S.E0a + PICS: SMOKECO.S.E0a && SMOKECO.M.ManuallyControlledTest command: "readEvent" event: "AllClear" eventNumber: "LastReceivedEventNumber + 1" From 0fbcd42a4cd1ec87804e3f70f0c26b9b3cd564cd Mon Sep 17 00:00:00 2001 From: Hare Date: Wed, 11 Oct 2023 15:40:24 +0800 Subject: [PATCH 2/3] Add top-level PICS --- src/app/tests/suites/certification/Test_TC_SMOKECO_2_2.yaml | 1 + src/app/tests/suites/certification/Test_TC_SMOKECO_2_3.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/src/app/tests/suites/certification/Test_TC_SMOKECO_2_2.yaml b/src/app/tests/suites/certification/Test_TC_SMOKECO_2_2.yaml index 6aebc1523bddca..204a64bfcb5c9c 100644 --- a/src/app/tests/suites/certification/Test_TC_SMOKECO_2_2.yaml +++ b/src/app/tests/suites/certification/Test_TC_SMOKECO_2_2.yaml @@ -18,6 +18,7 @@ name: PICS: - SMOKECO.S + - SMOKECO.S.F00 config: nodeId: 0x12344321 diff --git a/src/app/tests/suites/certification/Test_TC_SMOKECO_2_3.yaml b/src/app/tests/suites/certification/Test_TC_SMOKECO_2_3.yaml index cab536bd3dce6b..3dfbe305f18f5d 100644 --- a/src/app/tests/suites/certification/Test_TC_SMOKECO_2_3.yaml +++ b/src/app/tests/suites/certification/Test_TC_SMOKECO_2_3.yaml @@ -17,6 +17,7 @@ name: PICS: - SMOKECO.S + - SMOKECO.S.F01 config: nodeId: 0x12344321 From e7cc26b3db2dcb33126738ef016f9b26f718ca85 Mon Sep 17 00:00:00 2001 From: Hare Date: Wed, 11 Oct 2023 16:52:47 +0800 Subject: [PATCH 3/3] Change top-level PICS --- src/app/tests/suites/certification/Test_TC_SMOKECO_2_2.yaml | 1 - src/app/tests/suites/certification/Test_TC_SMOKECO_2_3.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/src/app/tests/suites/certification/Test_TC_SMOKECO_2_2.yaml b/src/app/tests/suites/certification/Test_TC_SMOKECO_2_2.yaml index 204a64bfcb5c9c..8a38c7cd50a750 100644 --- a/src/app/tests/suites/certification/Test_TC_SMOKECO_2_2.yaml +++ b/src/app/tests/suites/certification/Test_TC_SMOKECO_2_2.yaml @@ -17,7 +17,6 @@ name: Server PICS: - - SMOKECO.S - SMOKECO.S.F00 config: diff --git a/src/app/tests/suites/certification/Test_TC_SMOKECO_2_3.yaml b/src/app/tests/suites/certification/Test_TC_SMOKECO_2_3.yaml index 3dfbe305f18f5d..fe0dcfb4f70b9a 100644 --- a/src/app/tests/suites/certification/Test_TC_SMOKECO_2_3.yaml +++ b/src/app/tests/suites/certification/Test_TC_SMOKECO_2_3.yaml @@ -16,7 +16,6 @@ name: 4.2.3. [TC-SMOKECO-2.3] Primary Functionality - CO Alarm with DUT as Server PICS: - - SMOKECO.S - SMOKECO.S.F01 config: