We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Needs to be re-written to properly conform to the test plan. Step 7 is entirely incorrect. Suggest using python to check through the list.
remove PICS (all attributes used in this test are mandatory) remove factory reset - not necessary checks that the cluster and feature are present can be rolled into the test decorator (has_feature, has_cluster) current test: https://github.com/project-chip/connectedhomeip/blob/master/src/app/tests/suites/certification/Test_TC_CNET_4_1.yaml
test plan: https://github.com/CHIP-Specifications/chip-test-plans/blob/master/src/cluster/network_commissioning.adoc
The text was updated successfully, but these errors were encountered:
khodya
Successfully merging a pull request may close this issue.
Needs to be re-written to properly conform to the test plan. Step 7 is entirely incorrect. Suggest using python to check through the list.
remove PICS (all attributes used in this test are mandatory)
remove factory reset - not necessary
checks that the cluster and feature are present can be rolled into the test decorator (has_feature, has_cluster)
current test: https://github.com/project-chip/connectedhomeip/blob/master/src/app/tests/suites/certification/Test_TC_CNET_4_1.yaml
test plan: https://github.com/CHIP-Specifications/chip-test-plans/blob/master/src/cluster/network_commissioning.adoc
The text was updated successfully, but these errors were encountered: