From patchwork Tue Dec 5 00:55:57 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alassane Yattara X-Patchwork-Id: 35686 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D1CA2C46CA0 for ; Tue, 5 Dec 2023 08:13:18 +0000 (UTC) Received: from mail.savoirfairelinux.com (mail.savoirfairelinux.com [208.88.110.44]) by mx.groups.io with SMTP id smtpd.web10.88833.1701737763200152801 for ; Mon, 04 Dec 2023 16:56:03 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@savoirfairelinux.com header.s=DFC430D2-D198-11EC-948E-34200CB392D2 header.b=ozAK0Lyy; spf=pass (domain: savoirfairelinux.com, ip: 208.88.110.44, mailfrom: alassane.yattara@savoirfairelinux.com) Received: from localhost (localhost [127.0.0.1]) by mail.savoirfairelinux.com (Postfix) with ESMTP id 67E019C3298 for ; Mon, 4 Dec 2023 19:56:02 -0500 (EST) Received: from mail.savoirfairelinux.com ([127.0.0.1]) by localhost (mail.savoirfairelinux.com [127.0.0.1]) (amavis, port 10032) with ESMTP id yMuut7NOPQKx; Mon, 4 Dec 2023 19:56:02 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.savoirfairelinux.com (Postfix) with ESMTP id 0FDA59C4024; Mon, 4 Dec 2023 19:56:02 -0500 (EST) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.savoirfairelinux.com 0FDA59C4024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=savoirfairelinux.com; s=DFC430D2-D198-11EC-948E-34200CB392D2; t=1701737762; bh=Azbukc9g1ML3TgRVOe97D42a70pwKPh3h0oTO8GtMbQ=; h=From:To:Date:Message-Id:MIME-Version; b=ozAK0LyyIxdpxghNosNMsIUJgQSKvy91k8+RmVZ+1ffSEXnhF6pIvdVRrsKVVRhDC t+L70l+9tyq0v8xfLNM0hmcYY+xgtslInrZLptDxOGgO8SPdivjpjEcAq7lyRCrOHJ U8GhQuDkCYc4ZxlGUDI3RxKVZzBpVKcKAryDiARHFMAkDy44raGCw5RDCnkaj2ihkd IZm5X2btmfOkQ/PK1EupdeTrNbhlDrdNUrhX6oyh8VO9khZk9ePTqv2SG8lKgn6Obi m9ROoEiugVpZDk5eWXtHYnL+eFv0Fi3VtUyBgI7YwyCoOpgN9J7DMnHuRFrR5GTVOs DVvfGJwxVt3/w== X-Virus-Scanned: amavis at mail.savoirfairelinux.com Received: from mail.savoirfairelinux.com ([127.0.0.1]) by localhost (mail.savoirfairelinux.com [127.0.0.1]) (amavis, port 10026) with ESMTP id FO0W7sm-g02i; Mon, 4 Dec 2023 19:56:02 -0500 (EST) Received: from jedi.. (unknown [196.127.183.75]) by mail.savoirfairelinux.com (Postfix) with ESMTPSA id 7778D9C3298; Mon, 4 Dec 2023 19:56:01 -0500 (EST) From: "Alassane Yattara" To: yocto@lists.yoctoproject.org Cc: Alassane Yattara Subject: [yocto-autobuilder-helper v2] Avoid run builds and functional testcases Date: Tue, 5 Dec 2023 01:55:57 +0100 Message-Id: <20231205005557.480327-1-alassane.yattara@savoirfairelinux.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 05 Dec 2023 08:13:18 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/61799 Please note this patch is an extend of index 516965e..b694e37 100755 Signed by: Alexander Lussier-Cullen Above patch https://git.yoctoproject.org/yocto-autobuilder-helper/commit/?h=master-next&id=84e6c1579ef58dd476f7533e3255cb9048d1ffd6 should be merged before this one. Pushing a working tests suite. To note functional and builds tests are being refactored - Tests Passed: - Browser - Commands - db - views Signed-off-by: Alassane Yattara --- scripts/run-toaster-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-toaster-tests b/scripts/run-toaster-tests index b694e37..2f05a57 100755 --- a/scripts/run-toaster-tests +++ b/scripts/run-toaster-tests @@ -27,4 +27,4 @@ python3 -m venv venv --without-pip --system-site-packages source venv/bin/activate python3 -m pip install -r $pokydir/bitbake/toaster-requirements.txt -r $pokydir/bitbake/lib/toaster/tests/toaster-tests-requirements.txt -python3 -m pytest -c $pokydir/bitbake/lib/toaster/pytest.ini $pokydir/bitbake/lib/toaster/tests/ +python3 -m pytest -c $pokydir/bitbake/lib/toaster/pytest.ini $pokydir/bitbake/lib/toaster/tests/ --ignore=$pokydir/bitbake/lib/toaster/tests/builds/ --ignore=$pokydir/bitbake/lib/toaster/tests/functional/