Skip to content

Commit

Permalink
Modified BINFO-2.1 PICS
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunath-grl committed Dec 13, 2023
1 parent e67e7b3 commit 22f9a70
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/app/tests/suites/certification/Test_TC_BINFO_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -740,8 +740,8 @@ tests:
saveAs: IsExpectedValue

- label:
"Step 62: SpecificationVersion the value should in the inclusive range
of (0 to 4294967295) and the initial 7 bits are set to zero."
"Step 62: SpecificationVersion value should in the inclusive range of
(0 to 4294967295) and the initial 7 bits are set to zero."
runIf: "!IsExpectedValue"
PICS: BINFO.S.A0015
command: "readAttribute"
Expand Down Expand Up @@ -777,11 +777,14 @@ tests:
attribute: "MaxPathsPerInvoke"
response:
saveAs: MaxPathsPerInvokeValue
constraints:
minValue: 1
maxValue: 65535

- label:
"Step 66: TH sends Write request message to DUT to change
MaxPathsPerInvoke to a different value."
PICS: BINFO.S.A0015
PICS: BINFO.S.A0016
command: "writeAttribute"
attribute: "MaxPathsPerInvoke"
arguments:
Expand All @@ -790,7 +793,7 @@ tests:
error: UNSUPPORTED_WRITE

- label: "Step 67: TH reads MaxPathsPerInvoke attribute from DUT"
PICS: BINFO.S.A0015
PICS: BINFO.S.A0016
command: "readAttribute"
attribute: "MaxPathsPerInvoke"
response:
Expand Down

0 comments on commit 22f9a70

Please sign in to comment.