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

Fix 347: TC-CNET-4.13 Step2 provided command used a wrong parameter #35375

Merged
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
10 changes: 5 additions & 5 deletions src/app/tests/suites/certification/Test_TC_CNET_4_13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ tests:
entries as 'NumNetworks'"
PICS: CNET.S.A0001
verification: |
./chip-tool network-commissioning read networks 1 0
./chip-tool networkcommissioning read networks 1 0

The test case is not verifiable in RPI platform. As MaxNetworks value is 1 but expected is 4
( Pre-Condition)
Expand Down Expand Up @@ -128,7 +128,7 @@ tests:
NT_SSID 2. NetworkIn dex is 'MaxNetwo rksValue' 3. Breadcrum b is 2"
PICS: CNET.S.C08.Rsp && CNET.S.C05.Tx
verification: |
./chip-tool network-commissioning read networks 1 0
./chip-tool networkcommissioning read networks 1 0

The test case is not verifiable in RPI platform. As MaxNetworks value is 1 but expected is 4
( Pre-Condition)
Expand Down Expand Up @@ -189,7 +189,7 @@ tests:
- label: "Step 13: TH readsNetworksattribute list fromthe DUT"
PICS: CNET.S.A0001
verification: |
./chip-tool network-commissioning read networks 1 0
./chip-tool networkcommissioning read networks 1 0

The test case is not verifiable in RPI platform. As MaxNetworks value is 1 but expected is 4
( Pre-Condition)
Expand All @@ -208,7 +208,7 @@ tests:
- label: "Step 15: TH readsNetworksattribute list fromthe DUT"
PICS: CNET.S.A0001
verification: |
./chip-tool network-commissioning read networks 1 0
./chip-tool networkcommissioning read networks 1 0

The test case is not verifiable in RPI platform. As MaxNetworks value is 1 but expected is 4
( Pre-Condition)
Expand Down Expand Up @@ -268,7 +268,7 @@ tests:
- label: "Step 21: TH readsNetworksattribute list fromthe DUT"
PICS: CNET.S.A0001
verification: |
./chip-tool network-commissioning read networks 1 0
./chip-tool networkcommissioning read networks 1 0

The test case is not verifiable in RPI platform. As MaxNetworks value is 1 but expected is 4
( Pre-Condition)
Expand Down
Loading