From mboxrd@z Thu Jan 1 00:00:00 1970 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 4F39EC4167B for ; Thu, 30 Nov 2023 22:24:32 +0000 (UTC) Received: from mail-wm1-f53.google.com (mail-wm1-f53.google.com [209.85.128.53]) by mx.groups.io with SMTP id smtpd.web10.8911.1701383062953818607 for ; Thu, 30 Nov 2023 14:24:23 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linuxfoundation.org header.s=google header.b=ZdjDxcmE; spf=pass (domain: linuxfoundation.org, ip: 209.85.128.53, mailfrom: richard.purdie@linuxfoundation.org) Received: by mail-wm1-f53.google.com with SMTP id 5b1f17b1804b1-40b4734b975so15056995e9.2 for ; Thu, 30 Nov 2023 14:24:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; t=1701383061; x=1701987861; darn=lists.yoctoproject.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=B0rVMbV1QPq7yF4V77AofniLVMuDefcpitZzf0gkegg=; b=ZdjDxcmEc2/EhIHQO041I9XsuLaF7P4TCjUWae01qsOvS5btnjK9lEiHabx2sFOsTw DqON5zpSW43bTtK/1jIU445LR4YQ+hDV4rrLObAwneDdP5bDkyhBmTpidc7v4V7LMvqC 3TdcRY+zGYDcBihF5fEGBwetP9ZsMVfM1KRi0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701383061; x=1701987861; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=B0rVMbV1QPq7yF4V77AofniLVMuDefcpitZzf0gkegg=; b=XIgSu4/GhcQHrqWnnRA4OXG1FEmsKMe9quX4z3R5UL5qGWEF/WakXdQaDN7cKwUVsw 8/mPLuGMH0VMcH4JVzJ6WJt/QZN/DDh5FGtdMqoSSHrgegnsEEqMavuoZiEuGgb1poY8 qGvSjQGLKAca4R8NpBAFRmbUbkqrLHjoax8SwXFAW7bSGXxFZddlh75iEWB2wiR5+l3r toBjnNDwTHp+0M5LGGVfp5UiEbYAjtsgfW5ZQQo3bzx4j2MyX5eEGr/iLgzL2/EYLDVM dj07hfKSpxNuzIFxs5pbKQI5RHF6jsc+OcVTMgwyJltDRCLYplBil8c6TS39OkY4lvdj I+4Q== X-Gm-Message-State: AOJu0YwQdTOS3C7/iJ/w6LZy3wSumYs+KdwfxOlFwhbMfL4WfVNALyKf TFfwuX5ZM7amp7Wu/0n0dCOTKQ== X-Google-Smtp-Source: AGHT+IFSUoPOhrWb4NLkS/mWaT4qaKrPSusuUVmRVNPwQsU9aOnAOBcptMYrpgcRl6E7z9RCnmT+7Q== X-Received: by 2002:adf:ed0f:0:b0:333:a26:f8ee with SMTP id a15-20020adfed0f000000b003330a26f8eemr152586wro.3.1701383061035; Thu, 30 Nov 2023 14:24:21 -0800 (PST) Received: from ?IPv6:2001:8b0:aba:5f3c:201d:dd04:f9b4:3c83? ([2001:8b0:aba:5f3c:201d:dd04:f9b4:3c83]) by smtp.gmail.com with ESMTPSA id x7-20020a5d6507000000b003296b488961sm2550823wru.31.2023.11.30.14.24.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Nov 2023 14:24:20 -0800 (PST) Message-ID: Subject: Re: [Toaster] [PATCH 6/9] toaster/test: Added distro page TestCase From: Richard Purdie To: Alassane Yattara Cc: toaster Date: Thu, 30 Nov 2023 22:24:19 +0000 In-Reply-To: <1799912418.1133362.1701368980024.JavaMail.zimbra@savoirfairelinux.com> References: <20231129225340.477401-1-alassane.yattara@savoirfairelinux.com> <20231129225340.477401-6-alassane.yattara@savoirfairelinux.com> <1799912418.1133362.1701368980024.JavaMail.zimbra@savoirfairelinux.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.1-0ubuntu1 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 ; Thu, 30 Nov 2023 22:24:32 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/toaster/message/6040 Hi Alassane, On Thu, 2023-11-30 at 13:29 -0500, Alassane Yattara wrote: > Yes, some tests do fail when we run all the test suites together, we are = working to resolve this issue: > Here are some bugs that we know cause errors/failures: >=20 > - Testcases fails when they are run out sequence, mainly testcases from t= ests/functional/=20 > - Build need some fix to work with pytest > - Better handle delay between driver actions instead of using time.sleep. >=20 > All test suites should pass once the above bugs have been fixed.=20 >=20 > Next actions: > 1 - Can you merge these patches, w'll send new patches that fix the above= mentioned issues ? Or, > 2 - Update current patches to fix above mentioned bugs and re-send patche= s. I think I will merge them and we can continue to work on things. With the fix from Alexander it does look like we've improved on some of the errors. Cheers, Richard