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

[BUG] chip-bridge-app does not implement an action with id 0xA001, as required by TC-ACT-3.2 #32340

Open
Emill opened this issue Feb 27, 2024 · 3 comments
Labels
bug Something isn't working needs triage

Comments

@Emill
Copy link

Emill commented Feb 27, 2024

Reproduction steps

TC-ACT-3.2 specifies in the test plan pdf file that the TH has an action with id 0xA001. As "expected outcome", verify that the received ActionID containts 0xA001.

But the bridge app does not have an action with this id. Instead it has 0x1001 (4097). The Test_TC_ACT_3_2.yaml file instructs the tester to use 4097 rather than 0xA001.

This was tested on RPi Matter 1.2 Test Harness.

Bug prevalence

N/A

GitHub hash of the SDK that was being used

Whatever the Matter 1.2 TH uses

Platform

core

Platform Version(s)

No response

Anything else?

Please fix so we have consistency about the action id to use for the test. Either change the id in the pdf spec to 4097 or modify the bridge app software, yaml file and the excel test plan verification file to use 0xA001 instead.

@Emill Emill added bug Something isn't working needs triage labels Feb 27, 2024
@bzbarsky-apple
Copy link
Contributor

This sounds like an issue for https://github.com/project-chip/matter-test-scripts ...

@Emill
Copy link
Author

Emill commented Feb 28, 2024

@bzbarsky-apple should I repost there issue there instead?

@bzbarsky-apple
Copy link
Contributor

@Emill I think that would be a good idea, yes.

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

No branches or pull requests

2 participants