project-chip / project-chip/matter-test-scripts
Test scripts use different ways to define the default Test Event Trigger Key
@akrithika27 is already working on this.
Since Mar 8, 2024.
- Dominant language
- Python
- Stars
- 19
- Forks
- 7
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 3
Description
In the current version of the Test Scripts there are two different ways to define the default Test Event Trigger Key:
-
0x000102030405060708090a0b0c0d0e0f
This is used by the functionsend_test_event_triggers()insrc/python_testing/matter_testing_support.pywhich is always called without the key parameter. Thus the default key0x000102030405060708090a0b0c0d0e0fgets used or the value of the global parameterenableKeyif it exists -
0x00112233445566778899aabbccddeeff
This is hard-coded as a default in various YAML scripts like for DGGEN-2.1, DD-3.2, DD-3.6, DD-3.8, etc.
IMHO we should at least unify the hard-coded default keys to one value for all scripts to avoid confusion on the tester side.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.