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.2 Python script, the test is failing at Test Step 3 : Read SupportedAreas attribute with error 'SupportedAreas entry with AreaID(7) has unknown MapID(3)'.
[MatterTest] 08-08 10:48:08.232 ERROR Exception occurred in test_TC_SEAR_1_2.
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_2.py", line 223, in test_TC_SEAR_1_2
await self.read_and_validate_supported_areas(step=3)
File "/home/ubuntu/cntr/connectedhomeip/src/python_testing/TC_SEAR_1_2.py", line 92, in read_and_validate_supported_areas
asserts.assert_is(a.mapID in self.mapid_list,
File "/home/ubuntu/cntr/connectedhomeip/no/lib/python3.10/site-packages/mobly/asserts.py", line 167, in assert_is
_call_unittest_assertion(_pyunit_proxy.assertIs,
File "/home/ubuntu/cntr/connectedhomeip/no/lib/python3.10/site-packages/mobly/asserts.py", line 52, in _call_unittest_assertion
raise signals.TestFailure(my_msg, extras=extras)
mobly.signals.TestFailure: Details=True is not 'SupportedAreas entry with AreaID(7) has unknown MapID(3)', Extras=None
[MatterTest] 08-08 10:48:08.239 INFO ***** Test Failure :
Feature Area
Other
Test Case
TC-SEAR-1.2
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.2 Python script, the test is failing at
Test Step 3 : Read SupportedAreas attribute
with error 'SupportedAreas entry with AreaID(7) has unknown MapID(3)'.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.2.txt
The text was updated successfully, but these errors were encountered: