You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test fails indicating 2 DUT are required even though these parameters are passed to the starting python script as shown in the log. Adding the two passphrases and discriminators (from the project config) does not work. However running the test directly from docker does.
INFO | 2024-12-04 13:46:46.666764 | Running Python Test: TC_DA_1_7
INFO | 2024-12-04 13:47:36.626356 | Sending command to SDK container: python3 /root/python_testing/scripts/sdk/test_harness_client.py sdk/TC_DA_1_7 TC_DA_1_7 --tests test_TC_DA_1_7 --trace-to json:log --discriminator 3947 3945 --passcode 20240118 20240116 --wifi-ssid CERT --wifi-passphrase 12345678 --paa-trust-store-path /paa-root-certs --PICS /var/tmp/pics
' File "/root/python_testing/scripts/sdk/TC_DA_1_7.py", line 119, in test_TC_DA_1_7
asserts.assert_equal(len(self.matter_test_config.discriminators), 2, "This test requires 2 DUTs")`
Steps to reproduce the behavior
Boot the TH GUI, select TC-DA-1.7 (this requires two DUT with differing passcode/discriminator/DACs) and a correct PAA to be installed on /paa-root-certs as per the test plan.
Correctly set the GUI project configurations, note the two discriminators : "3947 3945", and setup_codes "20240118 20240116", used in the configurations,
Describe the bug
The test fails indicating 2 DUT are required even though these parameters are passed to the starting python script as shown in the log. Adding the two passphrases and discriminators (from the project config) does not work. However running the test directly from docker does.
Steps to reproduce the behavior
Boot the TH GUI, select TC-DA-1.7 (this requires two DUT with differing passcode/discriminator/DACs) and a correct PAA to be installed on /paa-root-certs as per the test plan.
Correctly set the GUI project configurations, note the two discriminators : "3947 3945", and setup_codes "20240118 20240116", used in the configurations,
"dut_config": {
"discriminator": "3947 3945",
"setup_code": "20240118 20240116",
"pairing_mode": "ble-wifi",
"chip_timeout": null,
"chip_use_paa_certs": true,
"trace_log": true
},
"test_parameters": {
"wifi-ssid": "CERT",
"wifi-passphrase": "12345678",
"paa-trust-store-path": "/paa-root-certs"
}
Run the test.
Expected behavior
The test should run as expected.
If this test is run directly from the docker it passes
Log files
No response
PICS file
No response
Screenshots
No response
Environment
Version: 2.10.2+spring2024 Sha: 2a350c8
Additional Information
No response
The text was updated successfully, but these errors were encountered: