{"id":13840,"url":"https://patchwork.libcamera.org/api/patches/13840/?format=json","web_url":"https://patchwork.libcamera.org/patch/13840/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20210914010413.925842-1-paul.elder@ideasonboard.com>","date":"2021-09-14T01:04:13","name":"[libcamera-devel] test: v4l2_compat: Skip vimc as a test candidate","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"fbfeaaa1a4132c742bbb2f417aaddfdd75cf0a97","submitter":{"id":17,"url":"https://patchwork.libcamera.org/api/people/17/?format=json","name":"Paul Elder","email":"paul.elder@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/13840/mbox/","series":[{"id":2524,"url":"https://patchwork.libcamera.org/api/series/2524/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=2524","date":"2021-09-14T01:04:13","name":"[libcamera-devel] test: v4l2_compat: Skip vimc as a test candidate","version":1,"mbox":"https://patchwork.libcamera.org/series/2524/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/13840/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/13840/checks/","tags":{},"headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 6695ABDC71\n\tfor <parsemail@patchwork.libcamera.org>;\n\tTue, 14 Sep 2021 01:04:28 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id E1E9E69181;\n\tTue, 14 Sep 2021 03:04:27 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 3EA3F6917A\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 14 Sep 2021 03:04:26 +0200 (CEST)","from pyrite.rasen.tech (unknown\n\t[IPv6:2400:4051:61:600:2c71:1b79:d06d:5032])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id C0B8E499;\n\tTue, 14 Sep 2021 03:04:24 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"n23Bok42\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1631581465;\n\tbh=J3gtTBGdK6MRrOUlGhN4lOrA5ZjApAlj9CJJcSaibOU=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=n23Bok42vll0ajDKt3y44tWFph68A8K9HTBj0ilrydRjjdCNE5TkH7ArXYg4awztw\n\t9Mii7/P9AxeGjnhYa2kuBdYrSc1uBTi27iqlMHsZ2wEaQc5cbMCeuLMUm0emiptB1y\n\tRCR1hYyuoKBMbeHI03N1BRyRpITkeLpppLmMVVuI=","From":"Paul Elder <paul.elder@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Date":"Tue, 14 Sep 2021 10:04:13 +0900","Message-Id":"<20210914010413.925842-1-paul.elder@ideasonboard.com>","X-Mailer":"git-send-email 2.27.0","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","Subject":"[libcamera-devel] [PATCH] test: v4l2_compat: Skip vimc as a test\n\tcandidate","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"As the vimc scaler prevents us from passing v4l2-compliance, skip it\nuntil the fix has been merged. Instead of removing it from the\nsupported_pipelines list, add an extra check, since we will have the\nsame construct later when we check for the kernel version.\n\nSigned-off-by: Paul Elder <paul.elder@ideasonboard.com>\n---\n test/v4l2_compat/v4l2_compat_test.py | 4 ++++\n 1 file changed, 4 insertions(+)","diff":"diff --git a/test/v4l2_compat/v4l2_compat_test.py b/test/v4l2_compat/v4l2_compat_test.py\nindex ae892ced..6d304b6c 100755\n--- a/test/v4l2_compat/v4l2_compat_test.py\n+++ b/test/v4l2_compat/v4l2_compat_test.py\n@@ -134,6 +134,10 @@ def main(argv):\n         if driver not in supported_pipelines:\n             continue\n \n+        # TODO: Add kernel version check\n+        if driver == \"vimc\":\n+            continue\n+\n         if not args.all and driver in drivers_tested:\n             continue\n \n","prefixes":["libcamera-devel"]}