Skip to content
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

[CERT-TEST-FAILURE] [TC-SEAR-1.2] -Python Failure #34881

Closed
Ashwinigrl opened this issue Aug 8, 2024 · 0 comments · Fixed by #34891
Closed

[CERT-TEST-FAILURE] [TC-SEAR-1.2] -Python Failure #34881

Ashwinigrl opened this issue Aug 8, 2024 · 0 comments · Fixed by #34891
Assignees
Labels
bug Something isn't working cert blocker needs triage

Comments

@Ashwinigrl
Copy link

Feature Area

Other

Test Case

TC-SEAR-1.2

Reproduction steps

  1. Command used to launch the DUT : ./chip-rvc-app
  2. 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 :

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cert blocker needs triage
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants