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-BR-4 - Test failed #29876

Closed
KishokG opened this issue Oct 20, 2023 · 2 comments
Closed

[CERT-TEST-FAILURE] - TC-BR-4 - Test failed #29876

KishokG opened this issue Oct 20, 2023 · 2 comments
Labels
bug Something isn't working cert blocker needs triage

Comments

@KishokG
Copy link

KishokG commented Oct 20, 2023

Feature Area

Other

Test Case

TC-BR-4

Reproduction steps

  1. Bring up the DUT with bridge-app.
  2. Pair the DUT using chip-tool through "onnetwork" transport.
  3. Run the command ./chip-tool powersource read bat-charge-level 1 6

Note: Tried with endpoint 0 to 20.

Expected Outcome:

[1663925822.845859][1588:1588] CHIP:DMG: Endpoint = 0x9,
[1663925822.845888][1588:1588] CHIP:DMG: Cluster = 0x2f,
[1663925822.845919][1588:1588] CHIP:DMG: Attribute = 0x0000_000E,
[1663925822.845946][1588:1588] CHIP:DMG: }
[1663925822.845978][1588:1588] CHIP:DMG:
[1663925822.846007][1588:1588] CHIP:DMG: Data = 58,
[1663925822.846035][1588:1588] CHIP:DMG: },

Actual Outcome:

[1697695642.407312][2131:2133] CHIP:DMG: Endpoint = 0x6,
[1697695642.407380][2131:2133] CHIP:DMG: Cluster = 0x2f,
[1697695642.407450][2131:2133] CHIP:DMG: Attribute = 0x0000_000E,
[1697695642.407514][2131:2133] CHIP:DMG: }
[1697695642.407588][2131:2133] CHIP:DMG:
[1697695642.407641][2131:2133] CHIP:DMG: StatusIB =
[1697695642.407677][2131:2133] CHIP:DMG: {
[1697695642.407712][2131:2133] CHIP:DMG: status = 0x7f (UNSUPPORTED_ENDPOINT),
[1697695642.407744][2131:2133] CHIP:DMG: },

Bug prevalence

Whenever I try to read BatteryChargeLevel attribute.

GitHub hash of the SDK that was being used

e6f0134

Platform

raspi

Anything else?

Seems it broke after the commit: 52225dd

@Emill
Copy link

Emill commented Feb 23, 2024

58 is not even a valid value of BatChargeLevelEnum. Available are 0=OK, 1=Warning, 2=Critical.

@KishokG
Copy link
Author

KishokG commented Jul 29, 2024

Issue fixed in #34499

@KishokG KishokG closed this as completed Jul 29, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in [Device Type] Bridge Jul 29, 2024
@github-project-automation github-project-automation bot moved this from Open Cert Blockers to Complete in [Certification] Blockers Jul 29, 2024
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
Archived in project
Development

No branches or pull requests

3 participants