Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TC-CC-5.4: Remove read steps #29897

Merged
merged 4 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 0 additions & 82 deletions src/app/tests/suites/certification/Test_TC_CC_5_4_Simulated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@ tests:
PICS: CC.C.C07.Tx && CC.C.F03
wait: "MoveToColor"

- label: "DUT reads CurrentX attribute from TH(potentially multiple times)"
PICS: CC.C.C07.Tx && CC.C.A0003 && CC.C.F03
wait: "readAttribute"
attribute: "CurrentX"

- label: "DUT reads CurrentY attribute from TH(potentially multiple times)"
PICS: CC.C.C07.Tx && CC.C.A0004 && CC.C.F03
wait: "readAttribute"
attribute: "CurrentY"

- label: "Wait for ConfigTransitionTime"
cluster: "DelayCommands"
command: "WaitForMs"
Expand All @@ -57,30 +47,10 @@ tests:
- name: "ms"
value: ConfigTransitionTime

- label: "DUT reads CurrentX attribute from TH(potentially multiple times)"
PICS: CC.C.C07.Tx && CC.C.A0003 && CC.C.F03
wait: "readAttribute"
attribute: "CurrentX"

- label: "DUT reads CurrentY attribute from TH(potentially multiple times)"
PICS: CC.C.C07.Tx && CC.C.A0004 && CC.C.F03
wait: "readAttribute"
attribute: "CurrentY"

- label: "DUT sends MoveColor command to TH"
PICS: CC.C.C08.Tx && CC.C.F03
wait: "MoveColor"

- label: "DUT reads CurrentX attribute from TH(potentially multiple times)"
PICS: CC.C.C08.Tx && CC.C.A0003 && CC.C.F03
wait: "readAttribute"
attribute: "CurrentX"

- label: "DUT reads CurrentY attribute from TH(potentially multiple times)"
PICS: CC.C.C08.Tx && CC.C.A0004 && CC.C.F03
wait: "readAttribute"
attribute: "CurrentY"

- label: "Wait for ConfigTransitionTime"
cluster: "DelayCommands"
command: "WaitForMs"
Expand All @@ -89,30 +59,10 @@ tests:
- name: "ms"
value: ConfigTransitionTime

- label: "DUT reads CurrentX attribute from TH(potentially multiple times)"
PICS: CC.C.C08.Tx && CC.C.A0003 && CC.C.F03
wait: "readAttribute"
attribute: "CurrentX"

- label: "DUT reads CurrentY attribute from TH(potentially multiple times)"
PICS: CC.C.C08.Tx && CC.C.A0004 && CC.C.F03
wait: "readAttribute"
attribute: "CurrentY"

- label: "DUT sends StepColor command to TH"
PICS: CC.C.C09.Tx
wait: "StepColor"

- label: "DUT reads CurrentX attribute from TH(potentially multiple times)"
PICS: CC.C.C09.Tx && CC.C.A0003 && CC.C.F03
wait: "readAttribute"
attribute: "CurrentX"

- label: "DUT reads CurrentY attribute from TH(potentially multiple times)"
PICS: CC.C.C09.Tx && CC.C.A0004 && CC.C.F03
wait: "readAttribute"
attribute: "CurrentY"

- label: "Wait for ConfigTransitionTime"
cluster: "DelayCommands"
command: "WaitForMs"
Expand All @@ -121,46 +71,14 @@ tests:
- name: "ms"
value: ConfigTransitionTime

- label: "DUT reads CurrentX attribute from TH(potentially multiple times)"
PICS: CC.C.C09.Tx && CC.C.A0003 && CC.C.F03
wait: "readAttribute"
attribute: "CurrentX"

- label: "DUT reads CurrentY attribute from TH(potentially multiple times)"
PICS: CC.C.C09.Tx && CC.C.A0004 && CC.C.F03
wait: "readAttribute"
attribute: "CurrentY"

- label: "DUT sends StopMoveStep command to TH"
PICS: CC.C.C47.Tx
wait: "StopMoveStep"

- label: "DUT reads CurrentX attribute from TH(potentially multiple times)"
PICS: CC.C.C47.Tx && CC.C.A0003 && CC.C.F03
wait: "readAttribute"
attribute: "CurrentX"

- label: "DUT reads CurrentY attribute from TH(potentially multiple times)"
PICS: CC.C.C47.Tx && CC.C.A0004 && CC.C.F03
wait: "readAttribute"
attribute: "CurrentY"

- label: "Wait for ConfigTransitionTime"
cluster: "DelayCommands"
command: "WaitForMs"
arguments:
values:
- name: "ms"
value: ConfigTransitionTime

- label: "DUT reads CurrentX attribute from TH(potentially multiple times)"
PICS: CC.C.C47.Tx && CC.C.A0003 && CC.C.F03
wait: "readAttribute"
attribute: "CurrentX"

- label:
"DUT reads CurrentY attribute from ConfiguredTime: type: int16u
defaultValue: 30000TH(potentially multiple times)"
PICS: CC.C.C47.Tx && CC.C.A0004 && CC.C.F03
wait: "readAttribute"
attribute: "CurrentY"
118 changes: 18 additions & 100 deletions zzz_generated/placeholder/app1/zap-generated/test/Commands.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading