This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:
Subject: contrib/test/test-media: re-add cec-compliance -A tests Author: Hans Verkuil <hverkuil-ci...@xs4all.nl> Date: Mon Aug 5 11:31:21 2024 +0200 In the past the cec-compliance -A tests (i.e. testing the adapter itself) was disabled since vivid did not handle the Lost Arbitration situation correctly, so it would always fail. However, vivid has been fixed quite a long time ago back in September 2021, but the test-media script was never updated to re-enable this adapter compliance test. So add it back as it is safe to do so now. Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl> contrib/test/test-media | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=3c67877395e5d3fa23cec74ca99eb49dfaf2ac0a diff --git a/contrib/test/test-media b/contrib/test/test-media index 156503a0d1c9..1422778a9da1 100755 --- a/contrib/test/test-media +++ b/contrib/test/test-media @@ -354,12 +354,18 @@ if [ $cec -eq 1 -a $setup -eq 0 ]; then cec-follower -s -D vivid -a vivid-000-vid-out0 2>&1 >/dev/null & f1=$! date - # Once vivid is properly handling Arbitration Lost situation, then - # we can add back the -A option for the cec-compliance commands. stdbuf -oL cec-compliance $compliance_args -D vivid -a vivid-000-vid-cap0 -r4 -t10 $cecpwr 2>&1 | tee -a $tmp sleep 5 date stdbuf -oL cec-compliance $compliance_args -D vivid -a vivid-000-vid-out0 -r0 -t10 $cecpwr 2>&1 | tee -a $tmp + sleep 5 + date + stdbuf -oL cec-compliance $compliance_args -D vivid -a vivid-000-vid-cap0 -A 2>&1 | tee -a $tmp + sleep 5 + date + cec-ctl -D vivid -a vivid-000-vid-cap0 --tv + stdbuf -oL cec-compliance $compliance_args -D vivid -a vivid-000-vid-out0 -A 2>&1 | tee -a $tmp + cec-ctl -D vivid -a vivid-000-vid-out0 --playback kill $f0 kill $f1 echo