Skip to content

Commit

Permalink
Removed 100ms delays where not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
lpbeliveau-silabs committed Jul 24, 2024
1 parent fb3018c commit 68702b1
Showing 1 changed file with 2 additions and 68 deletions.
70 changes: 2 additions & 68 deletions src/app/tests/suites/certification/Test_TC_CC_10_1.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Project CHIP Authors
# Copyright (c) 2021 Project CHIP Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -165,15 +165,6 @@ tests:
- name: "OptionsOverride"
value: 1

- label: "Wait 100ms"
PICS: CC.S.F01
cluster: "DelayCommands"
command: "WaitForMs"
arguments:
values:
- name: "ms"
value: 100

- label: "Step 2b: TH reads CurrentHue attribute from DUT"
PICS: CC.S.A0000
cluster: "Color Control"
Expand Down Expand Up @@ -213,15 +204,6 @@ tests:
- name: "OptionsOverride"
value: 1

- label: "Wait 100ms"
PICS: CC.S.F01
cluster: "DelayCommands"
command: "WaitForMs"
arguments:
values:
- name: "ms"
value: 100

- label: "Step 2d: TH reads CurrentX attribute from DUT"
PICS: CC.S.A0003
cluster: "Color Control"
Expand Down Expand Up @@ -333,15 +315,6 @@ tests:
- name: "OptionsOverride"
value: 1

- label: "Wait 100ms"
PICS: CC.S.F01
cluster: "DelayCommands"
command: "WaitForMs"
arguments:
values:
- name: "ms"
value: 100

- label: "Step 2b: TH reads EnhancedCurrentHue attribute from DUT"
PICS: CC.S.F01 && CC.S.A4000
cluster: "Color Control"
Expand Down Expand Up @@ -440,10 +413,7 @@ tests:
AttributeID: 0x4004,
ValueUnsigned16: 25,
},
{
AttributeID: 0x0007,
ValueUnsigned16: 48633,
},
{ AttributeID: 0x0007 },
{
AttributeID: 0x4001,
ValueUnsigned8: 0x03,
Expand Down Expand Up @@ -681,15 +651,6 @@ tests:
- name: "SceneID"
value: 0x03

- label: "Wait 100ms"
PICS: CC.S.F01
cluster: "DelayCommands"
command: "WaitForMs"
arguments:
values:
- name: "ms"
value: 100

- label: "Step 6c: TH reads CurrentX attribute from DUT"
PICS: CC.S.A0003 && CC.S.C07.Rsp
cluster: "Color Control"
Expand Down Expand Up @@ -797,15 +758,6 @@ tests:
- name: "SceneID"
value: 0x04

- label: "Wait 100ms"
PICS: CC.S.F01
cluster: "DelayCommands"
command: "WaitForMs"
arguments:
values:
- name: "ms"
value: 100

- label: "Step 7c: TH reads ColorTemperatureMireds attribute from DUT."
PICS: CC.S.F04 && CC.S.A0007 && CC.S.C4b.Rsp
cluster: "Color Control"
Expand Down Expand Up @@ -900,15 +852,6 @@ tests:
- name: "SceneID"
value: 0x05

- label: "Wait 100ms"
PICS: CC.S.F01
cluster: "DelayCommands"
command: "WaitForMs"
arguments:
values:
- name: "ms"
value: 100

- label: "Step 8c: TH reads EnhancedCurrentHue attribute from DUT"
PICS: CC.S.F01 && CC.S.A4000
cluster: "Color Control"
Expand Down Expand Up @@ -1007,15 +950,6 @@ tests:
- name: "SceneID"
value: 0x06

- label: "Wait 100ms"
PICS: CC.S.F01
cluster: "DelayCommands"
command: "WaitForMs"
arguments:
values:
- name: "ms"
value: 100

- label: "Step 9c: Read ColorLoopActive attribute from DUT"
command: "readAttribute"
cluster: "Color Control"
Expand Down

0 comments on commit 68702b1

Please sign in to comment.