Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunath-grl committed Sep 9, 2022
1 parent 4e3c24f commit be971dd
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 14 deletions.
5 changes: 1 addition & 4 deletions src/app/tests/suites/certification/PICS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3077,9 +3077,6 @@ PICS:
- label: "Is the device a barrier access device?"
id: MCORE.DD.DEV_BARRIER

- label: "Does the device have a vendor specific information element (IE)?"
id: MCORE.DD.IE

- label:
"Does the device or device packaging have a QR code based onboarding
payload?"
Expand Down Expand Up @@ -3521,7 +3518,7 @@ PICS:
- label:
"Does the DUT(server) support the Server supports the counts for the
number of received and transmitted packets feature?"
id: DGTHREAD.S.F.00
id: DGTHREAD.S.F00

- label:
"Does the DUT(server) support the Server supports the counts for the
Expand Down
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_CNET_4_11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name:
[DUT-Server]

PICS:
- CNET.S.S.F00
- CNET.S.F00

config:
nodeId: 0x12344321
Expand Down
6 changes: 3 additions & 3 deletions src/app/tests/suites/certification/Test_TC_DGTHREAD_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tests:

- label: "TH reads the FeatureMap from DUT"
PICS:
" !DGTHREAD.S.F.00 && !DGTHREAD.S.F01 && !DGTHREAD.S.F02 &&
" !DGTHREAD.S.F00 && !DGTHREAD.S.F01 && !DGTHREAD.S.F02 &&
!DGTHREAD.S.F03 "
command: "readAttribute"
attribute: "FeatureMap"
Expand All @@ -52,9 +52,9 @@ tests:
type: bitmap32

- label:
"Given DGTHREAD.S.F.00(PKTCNT) ensure featuremap has the correct bit
"Given DGTHREAD.S.F00(PKTCNT) ensure featuremap has the correct bit
set"
PICS: DGTHREAD.S.F.00
PICS: DGTHREAD.S.F00
command: "readAttribute"
attribute: "FeatureMap"
response:
Expand Down
20 changes: 16 additions & 4 deletions src/app/tests/suites/certification/Test_TC_DGWIFI_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,27 @@ tests:
constraints:
type: bitmap32

- label: "TH reads the FeatureMap from DUT"
PICS: DGWIFI.S.F00 || DGWIFI.S.F01
- label:
"Given DGWIFI.S.F00(PacketCounts) ensure featuremap has the correct
bit set"
PICS: DGWIFI.S.F00
command: "readAttribute"
attribute: "FeatureMap"
response:
constraints:
type: bitmap32
hasMasksSet: [0x1]

- label:
"Given DGWIFI.S.F01(ErrorCounts) ensure featuremap has the correct bit
set"
PICS: DGWIFI.S.F01
command: "readAttribute"
attribute: "FeatureMap"
response:
constraints:
type: bitmap32
minValue: 1
maxValue: 3
hasMasksSet: [0x2]

- label: "TH reads AttributeList from DUT"
command: "readAttribute"
Expand Down
3 changes: 1 addition & 2 deletions src/app/tests/suites/certification/ci-pics-values
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,6 @@ MCORE.DD.TXT_KEY_VP=1
MCORE.DD.TXT_KEY_DT=1
MCORE.DD.DISCOVERY_BLE=1
MCORE.DD.WIFI=1
MCORE.DD.IE=1
MCORE.DD.TXT_KEY_DN=1
MCORE.DD.TXT_KEY_RI=1
MCORE.DD.TXT_KEY_PH=1
Expand Down Expand Up @@ -971,7 +970,7 @@ PSCFG.S.A0000=1

#Thread Network Diagnostics Cluster
#Features
DGTHREAD.S.F.00=1
DGTHREAD.S.F00=1
DGTHREAD.S.F01=1
DGTHREAD.S.F02=1
DGTHREAD.S.F03=1
Expand Down

0 comments on commit be971dd

Please sign in to comment.