From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 958AF73BBE for ; Fri, 5 Jun 2015 15:29:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t55FT2a8030645; Fri, 5 Jun 2015 16:29:02 +0100 Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6MlcJtcX5fal; Fri, 5 Jun 2015 16:29:02 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t55FSnhB030629 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Fri, 5 Jun 2015 16:29:00 +0100 Message-ID: <1433518128.19831.19.camel@linuxfoundation.org> From: Richard Purdie To: Costin Constantin Date: Fri, 05 Jun 2015 16:28:48 +0100 In-Reply-To: <1433511227-4899-1-git-send-email-costin.c.constantin@intel.com> References: <1433511227-4899-1-git-send-email-costin.c.constantin@intel.com> X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH] oeqa/selftest: added auto-test for directfb image on arm architecture X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2015 15:29:07 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2015-06-05 at 16:33 +0300, Costin Constantin wrote: > Signed-off-by: Costin Constantin > --- > meta/lib/oeqa/selftest/buildoptions.py | 29 +++++++++-------------------- > 1 file changed, 9 insertions(+), 20 deletions(-) > > diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py > index e48bd04..620fd77 100644 > --- a/meta/lib/oeqa/selftest/buildoptions.py > +++ b/meta/lib/oeqa/selftest/buildoptions.py > @@ -124,26 +124,15 @@ class BuildhistoryTests(BuildhistoryBase): > self.run_buildhistory_operation(target, target_config="PR = \"r0\"", change_bh_location=False, expect_error=True, error_regex=error) > > class BuildImagesTest(oeSelfTest): > - @testcase(283) > - def test_btrfs(self): > + @testcase(563) > + def test_directfb(self): These patches seem a little confused, doesn't this remove the btrfs test you just added? Cheers, Richard