project-chip / connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://buildwithmatter.com
Apache License 2.0
7.49k stars 2.01k forks source link

[Simulated] All media cluster Commands failure response. #27266

Open manjunath-grl opened 1 year ago

manjunath-grl commented 1 year ago

Reproduction steps

Summary: Media cluster simulated test commands steps response Failure: IM Error 0x00000501: General error: 0x01 (FAILURE). For eg: TC_ALOGIN_12_2_Simulated test has 3 steps to send the commands GetSetupPIN, Login, Logout but failure response for all the steps. Effected tests:

Test_TC_ALOGIN_12_2_Simulated,
Test_TC_APPLAUNCHER_3_7_1_Simulated,
Test_TC_APPLAUNCHER_3_8_1_Simulated,
Test_TC_APPLAUNCHER_3_9_1_Simulated,
Test_TC_AUDIOOUTPUT_7_3_Simulated,
Test_TC_AUDIOOUTPUT_7_4_Simulated,
Test_TC_CHANNEL_5_4_Simulated,
Test_TC_CHANNEL_5_5_Simulated,
Test_TC_CHANNEL_5_6_Simulated,
Test_TC_CONTENTLAUNCHER_10_4_Simulated,
Test_TC_CONTENTLAUNCHER_10_6_Simulated,
Test_TC_KEYPADINPUT_3_1_Simulated,
Test_TC_LOWPOWER_2_2_Simulated,
Test_TC_MEDIAINPUT_3_15_Simulated,
Test_TC_MEDIAINPUT_3_16_Simulated,
Test_TC_MEDIAINPUT_3_17_Simulated,
Test_TC_MEDIAPLAYBACK_6_5_Simulated,
Test_TC_MEDIAPLAYBACK_6_7_Simulated

Diff link: https://github.com/project-chip/connectedhomeip/compare/master...manjunath-grl:connectedhomeip:PS_TSTAT_Attribute_FailureResponse

Reproduction steps: Step 1: Add test TC_ALOGIN_12_2_Simulated and run below commands Step 2: ./scripts/tools/zap_regen_all.py Step 3: scripts/examples/gn_build_example.sh examples/chip-tool out/debug/standalone/ Step 4: ./scripts/examples/gn_build_example.sh examples/placeholder/linux out/debug/simulated/ chip_tests_zap_config=\"app1\" Step 5:source scripts/activate.sh gn gen --check --root=examples/placeholder/linux out/simulated --args="chip_tests_zap_config=\"app1\"" ninja -C out/simulated

Bug prevalence

Everytime

GitHub hash of the SDK that was being used

2926ff7c9275ed606681a9809e44c3efa241a2e1

Platform

other

Platform Version(s)

No response

Anything else?

image Execution logs: Failure_Logs.zip

bzbarsky-apple commented 1 year ago

@vivien-apple

andy31415 commented 1 year ago

@chrisdecenzo I am not familiar with what the simulated apps are testing, however tagged you since these is regarding media clusters. May need to be redirected to some additional owners depending on what is needed to fix.