-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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-DA-1.2] - python script is failing at Test Step 2 #27287
Comments
The relevant line is:
and presumably the problem is that |
This was always working before. There must be something new that got broken from someone else's PR |
The many print errors are coming from a bad merge or something on the update to the matter testing support - print step can now take either a string or an int, but it got changed back by accident. That all is a red herring though - I believe the real error is here: File "/home/grl/May30/connectedhomeip/src/python_testing/TC_DA_1_2.py", line 256, in test_TC_DA_1_2 |
AKA, I think you're using a test vendor ID. You can bypass that check for dev and in the CI by using the PICS_SDK_CI_ONLY PICS, but for real cert the vendor ID needs to be the manufacturer assigned vendor ID, which is not in that range |
- Silent stacktraces were red herrings because step printing got broken by a bad merge. Issue project-chip#27287
- Silent stacktraces were red herrings because step printing got broken by a bad merge. Issue #27287 Co-authored-by: [email protected] <[email protected]>
Above described issue resolved in latest Commit : f5c4621 |
Summary:
TC_DA_1.2 test case is failing while sending AttestationRequest at test step 2
Reproduction steps:
Setting up the environment :
Step 1 : cloned Connectedhomeip using mentioned command : git clone https://github.com/project-chip/connectedhomeip.git
step 2 : cd connectedhomeip
step 3 : pulled latest commit
step 4: source scripts/bootstrap.sh
step 5 : ./scripts/build_python.sh --install_wheel build-env
step 6 : source scripts/activate.sh
executed the below mentioned command to put DUT into a commissionable state,
./chip-all-clusters-app
Once DUT reach the commissionable state sent below mentioned command on TH.
rm -f admin_storage.json && python3 TC_DA_1_2.py --discriminator 3840 --passcode 20202021 --commissioning-method on-network --paa-trust-store-path /paa_roots --storage-path admin_storage.json
system configuration
Chip-tool - Linux
DUT - RPI
Commit-ID : 40fb7c2
Dut application: all-clusters-app
PFA logs below
TC_DA_1_2.txt
TC_DA_1.2_DUT.txt
The text was updated successfully, but these errors were encountered: