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
Command used to run the python script :python3 TC_SEAR_1_3.py --commissioning-method on-network --discriminator 3840 --passcode 20202021 --PICS ServiceArea.txt --app-pid 30984 --storage-path admin_storage.json --endpoint 1 --paa-trust-store-path ../../credentials/development/paa-root-certs/
While executing the TC-SEAR-1.3 Python script, the test is failing at Test Step 2 : Read SupportedAreas attribute with below error.
[MatterTest] 08-08 10:49:48.921 ERROR Exception occurred in test_TC_SEAR_1_3.
Traceback (most recent call last):
File "/home/ubuntu/cntr/connectedhomeip/no/lib/python3.10/site-packages/mobly/base_test.py", line 783, in exec_one_test
test_method()
File "/home/ubuntu/cntr/connectedhomeip/src/python_testing/matter_testing_support.py", line 1744, in async_runner
return _async_runner(body, self, *args, **kwargs)
File "/home/ubuntu/cntr/connectedhomeip/src/python_testing/matter_testing_support.py", line 1732, in _async_runner
return asyncio.run(runner_with_timeout)
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
return future.result()
File "/usr/lib/python3.10/asyncio/tasks.py", line 445, in wait_for
return fut.result()
File "/home/ubuntu/cntr/connectedhomeip/src/python_testing/TC_SEAR_1_3.py", line 104, in test_TC_SEAR_1_3
asserts.assert_true(len(self.supported_areas) > 0, "SupportedAreas is empty")
AttributeError: 'TC_SEAR_1_3' object has no attribute 'supported_areas'
[MatterTest] 08-08 10:49:48.928 INFO ***** Test Failure :
Feature Area
Other
Test Case
TC-SEAR-1.3
Reproduction steps
./chip-rvc-app
python3 TC_SEAR_1_3.py --commissioning-method on-network --discriminator 3840 --passcode 20202021 --PICS ServiceArea.txt --app-pid 30984 --storage-path admin_storage.json --endpoint 1 --paa-trust-store-path ../../credentials/development/paa-root-certs/
While executing the TC-SEAR-1.3 Python script, the test is failing at
Test Step 2 : Read SupportedAreas attribute
with below error.Bug prevalence
Whenever I do
GitHub hash of the SDK that was being used
ea01e21
Platform
raspi
Anything else?
Python Script References:
Reference Log:
TC-SEAR-1.3.txt
The text was updated successfully, but these errors were encountered: