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 a28cebd
Showing 1 changed file with 1 addition and 64 deletions.
65 changes: 1 addition & 64 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 @@ -681,15 +654,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 +761,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 +855,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 +953,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 a28cebd

Please sign in to comment.