Skip to content

Commit 8371dc9

Browse files
Updated yaml tests
1 parent 1f2f6f4 commit 8371dc9

File tree

7 files changed

+29
-30
lines changed

7 files changed

+29
-30
lines changed

examples/thermostat/nxp/zap/thermostat_matter_thread.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -2611,7 +2611,7 @@ endpoint 1 {
26112611
ram attribute sceneTableSize;
26122612
callback attribute fabricSceneInfo;
26132613
ram attribute featureMap default = 1;
2614-
ram attribute clusterRevision default = 4;
2614+
ram attribute clusterRevision default = 5;
26152615

26162616
handle command AddScene;
26172617
handle command AddSceneResponse;

examples/thermostat/nxp/zap/thermostat_matter_thread.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -3942,7 +3942,7 @@
39423942
"storageOption": "RAM",
39433943
"singleton": 0,
39443944
"bounded": 0,
3945-
"defaultValue": "4",
3945+
"defaultValue": "5",
39463946
"reportable": 1,
39473947
"minInterval": 0,
39483948
"maxInterval": 65344,

examples/thermostat/nxp/zap/thermostat_matter_wifi.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -2467,7 +2467,7 @@ endpoint 1 {
24672467
ram attribute sceneTableSize;
24682468
callback attribute fabricSceneInfo;
24692469
ram attribute featureMap default = 1;
2470-
ram attribute clusterRevision default = 4;
2470+
ram attribute clusterRevision default = 5;
24712471

24722472
handle command AddScene;
24732473
handle command AddSceneResponse;

examples/thermostat/nxp/zap/thermostat_matter_wifi.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -3084,7 +3084,7 @@
30843084
"storageOption": "RAM",
30853085
"singleton": 0,
30863086
"bounded": 0,
3087-
"defaultValue": "4",
3087+
"defaultValue": "5",
30883088
"reportable": 1,
30893089
"minInterval": 0,
30903090
"maxInterval": 65344,

src/app/tests/suites/certification/Test_TC_S_1_1.yaml

+7-5
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ tests:
4141
constraints:
4242
type: int16u
4343

44-
- label: "Step 3: TH reads FeatureMap NameSupport bit (global attribute 65532)"
44+
- label:
45+
"Step 3: TH reads FeatureMap NameSupport bit (global attribute 65532)"
4546
PICS: (!S.S.F00)
4647
command: "readAttribute"
4748
attribute: "FeatureMap"
@@ -50,7 +51,8 @@ tests:
5051
type: bitmap32
5152
hasMasksClear: [0x1]
5253

53-
- label: "Step 3: TH reads FeatureMap NameSupport bit (global attribute 65532)"
54+
- label:
55+
"Step 3: TH reads FeatureMap NameSupport bit (global attribute 65532)"
5456
PICS: (S.S.F00)
5557
command: "readAttribute"
5658
attribute: "FeatureMap"
@@ -79,7 +81,7 @@ tests:
7981
type: list
8082
contains: []
8183

82-
- label: "Step 6a:TH reads from the DUT the AcceptedCommandList attribute"
84+
- label: "Step 6a: TH reads from the DUT the AcceptedCommandList attribute"
8385
PICS: S.S
8486
command: "readAttribute"
8587
attribute: "AcceptedCommandList"
@@ -89,8 +91,8 @@ tests:
8991
contains: [0, 1, 2, 3, 4, 5, 6]
9092

9193
- label:
92-
"Step 6b: Read optional command(CopySceneResponse) AcceptedCommandList
93-
(global attribute 65529)"
94+
"Step 6b: TH reads optional command(CopySceneResponse)
95+
AcceptedCommandList (global attribute 65529)"
9496
PICS: S.S.C40.Rsp
9597
command: "readAttribute"
9698
attribute: "AcceptedCommandList"

src/app/tests/suites/certification/Test_TC_S_2_1.yaml

+3-6
Original file line numberDiff line numberDiff line change
@@ -34,26 +34,23 @@ tests:
3434
- name: "nodeId"
3535
value: nodeId
3636

37-
- label:
38-
"Step 2: TH reads from the DUT the LastConfiguredBy attribute"
37+
- label: "Step 2: TH reads from the DUT the LastConfiguredBy attribute"
3938
PICS: S.S.A0000
4039
command: "readAttribute"
4140
attribute: "LastConfiguredBy"
4241
response:
4342
constraints:
4443
type: node_id
4544

46-
- label:
47-
"Step 3: TH reads from the DUT the SceneTableSize attribute"
45+
- label: "Step 3: TH reads from the DUT the SceneTableSize attribute"
4846
PICS: S.S.A0001
4947
command: "readAttribute"
5048
attribute: "SceneTableSize"
5149
response:
5250
constraints:
5351
type: int16u
5452

55-
- label:
56-
"Step 4: TH reads from the DUT the FabricSceneInfo attribute"
53+
- label: "Step 4: TH reads from the DUT the FabricSceneInfo attribute"
5754
PICS: S.S.A0002
5855
command: "readAttribute"
5956
attribute: "FabricSceneInfo"

zzz_generated/darwin-framework-tool/zap-generated/test/Commands.h

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)