@@ -86,19 +86,15 @@ tests:
86
86
value : " y"
87
87
88
88
- label : " Step 2: TH reads DataModelRevision from the DUT."
89
- PICS : BINFO.S.A0000
90
89
command : " readAttribute"
91
90
attribute : " DataModelRevision"
92
91
response :
93
- value : 17
92
+ value : 18
94
93
saveAs : DataModelRevisionValue
95
94
constraints :
96
95
type : int16u
97
- minValue : 0
98
- maxValue : 65534
99
96
100
97
- label : " Step 3: TH writes DataModelRevision as '0x1124' "
101
- PICS : BINFO.S.A0000
102
98
command : " writeAttribute"
103
99
attribute : " DataModelRevision"
104
100
arguments :
@@ -107,7 +103,6 @@ tests:
107
103
error : UNSUPPORTED_WRITE
108
104
109
105
- label : " Step 4: TH reads DataModelRevision from the DUT."
110
- PICS : BINFO.S.A0000
111
106
command : " readAttribute"
112
107
attribute : " DataModelRevision"
113
108
response :
@@ -720,48 +715,21 @@ tests:
720
715
response :
721
716
value : ProductAppearancevalue
722
717
723
- - label : " Step 62: TH reads SpecificationVersion from the DUT."
724
- PICS : BINFO.S.A0015
725
- command : " readAttribute"
726
- attribute : " SpecificationVersion"
727
- response :
728
- saveAs : SpecificationVersionValue
729
-
730
- - label :
731
- " Step 62: If the SpecificationVersion value is absent or zero this
732
- step cannot be verified, move on to the next step"
733
- PICS : BINFO.S.A0015
734
- cluster : " EqualityCommands"
735
- command : " UnsignedNumberEquals"
736
- arguments :
737
- values :
738
- - name : " Value1"
739
- value : SpecificationVersionValue
740
- - name : " Value2"
741
- value : null
742
- response :
743
- - values :
744
- - name : " Equals"
745
- saveAs : IsExpectedValue
746
-
747
718
- label :
748
719
" Step 62: SpecificationVersion value should in the inclusive range of
749
- (0 to 4294967295) and the initial 7 bits are set to zero."
750
- runIf : " !IsExpectedValue"
751
- PICS : BINFO.S.A0015
720
+ (0x01040000 to 0x0104FF00) and the lower 8 bits are set to zero."
752
721
command : " readAttribute"
753
722
attribute : " SpecificationVersion"
754
723
response :
755
- value : SpecificationVersionValue
724
+ saveAs : SpecificationVersionValue
756
725
constraints :
757
- minValue : 0
758
- maxValue : 4294967295
759
- hasMasksClear : [0x1, 0x2, 0x4, 0x8, 0x10, 0x20, 0x40]
726
+ minValue : 0x01040000
727
+ maxValue : 0x0104FF00
728
+ hasMasksClear : [0x1, 0x2, 0x4, 0x8, 0x10, 0x20, 0x40, 0x80 ]
760
729
761
730
- label :
762
731
" Step 63: TH sends Write request message to DUT to change the value of
763
732
SpecificationVersion to '0x0103AAF1'."
764
- PICS : BINFO.S.A0015
765
733
command : " writeAttribute"
766
734
attribute : " SpecificationVersion"
767
735
arguments :
@@ -770,7 +738,6 @@ tests:
770
738
error : UNSUPPORTED_WRITE
771
739
772
740
- label : " Step 64: TH reads SpecificationVersion attribute from DUT"
773
- PICS : BINFO.S.A0015
774
741
command : " readAttribute"
775
742
attribute : " SpecificationVersion"
776
743
response :
0 commit comments