-
Notifications
You must be signed in to change notification settings - Fork 4
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
[TC-CNET-4.4] UI manual prompt does not match chip-tool command format #46
Comments
@yinyihu-silabs Based on your information, it seems that this step is available in TC-CNET-4.5. It has been updated in VS doc. @manjunath-grl please update the script accordingly. |
the manual prompt from this step is confusing to user. |
I agree with you @yinyihu-silabs but we have provided the command as below in VS doc : ./chip-tool networkcommissioning add-or-update-wi-fi-network hex: We chose this HEX because, in the future, when all the CNET test cases are automated, and PIXIT.CNET.WIFI_1ST_ACCESSPOINT_SSID is defined without HEX, it may lead to failures in some CNET test cases for './chip-tool networkcommissioning read networks 1 0' step. Also, the reason we do not prefer to 'read network' before the add-or-update step to get HEX is that for the 1st network, we can obtain it through 'read network,' but when it comes to adding the 2nd network, we cannot retrieve the HEX using 'connect network. @cjandhyala Any comments for this ? |
@manjunath-grl Please update the script as per the issue #49 @yinyihu-silabs Could you please close this issue if you have no concerns about it? |
Summary Title:
[TC-CNET-4.4] UI manual prompt does not match chip-tool command format
Description:
UI Prompt for step 1 shows as
actual chip-tool usage:
Usage: ./chip-tool networkcommissioning add-or-update-wi-fi-network Ssid Credentials destination-id endpoint-id-ignored-for-group-commands [--paa-trust-store-path] [--cd-trust-store-path] [--commissioner-name] [--commissioner-nodeid] [--use-max-sized-certs] [--only-allow-trusted-cd-keys] [--trace_file] [--trace_log] [--trace_decode] [--trace-to] [--ble-adapter] [--storage-directory] [--commissioner-vendor-id] [--Breadcrumb] [--timedInteractionTimeoutMs] [--busyWaitForMs] [--suppressResponse] [--repeat-count] [--repeat-delay-ms] [--timeout]
The text was updated successfully, but these errors were encountered: