From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mail.openembedded.org (Postfix) with ESMTP id CF611607A3 for ; Tue, 15 Nov 2016 19:10:10 +0000 (UTC) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP; 15 Nov 2016 11:10:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,495,1473145200"; d="scan'208,217";a="191764877" Received: from besquive-mobl.amr.corp.intel.com (HELO besquiveMOBL) ([10.255.94.81]) by fmsmga004.fm.intel.com with ESMTP; 15 Nov 2016 11:10:07 -0800 Reply-To: From: "Benjamin Esquivel" To: "'Jose Perez Carranza'" , "Burton, Ross" References: <1479227073-13133-1-git-send-email-jose.perez.carranza@linux.intel.com> <1369e521-e304-1b80-4229-2449718736a0@linux.intel.com> In-Reply-To: Date: Tue, 15 Nov 2016 13:10:06 -0600 Organization: Intel Corporation Message-ID: <005d01d23f73$e17e85c0$a47b9140$@linux.intel.com> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQIPv9fy7bCxnpVrcLxrKbmtfmeZAwIhyWvLAU2H0TqgQ+QEYIAACSpw Cc: 'OE-core' Subject: FW: [PATCH v2] oe-tests: Migrate tests from /oe/test to /oeqa/selftest/oe-tests 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: Tue, 15 Nov 2016 19:10:12 -0000 Content-Type: multipart/alternative; boundary="----=_NextPart_000_005E_01D23F41.97116750" Content-Language: en-us ------=_NextPart_000_005E_01D23F41.97116750 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Re-sending from the correct account (of mine). =20 From: Esquivel, Benjamin=20 Sent: Tuesday, November 15, 2016 12:38 PM To: 'Jose Perez Carranza' ; = 'Burton, Ross' Cc: 'OE-core' Subject: RE: [OE-core] [PATCH v2] oe-tests: Migrate tests from /oe/test = to /oeqa/selftest/oe-tests =20 Apologies for the top posting. =20 The reason for the migration of the tests is for them to be included in = the selftest execution. And for that execution, it needs to base off of = the oeSelfTest class. =20 Benjamin =20 From: openembedded-core-bounces@lists.openembedded.org = = [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of = Jose Perez Carranza Sent: Tuesday, November 15, 2016 12:09 PM To: Burton, Ross > Cc: OE-core > Subject: Re: [OE-core] [PATCH v2] oe-tests: Migrate tests from /oe/test = to /oeqa/selftest/oe-tests =20 =20 =20 On 11/15/2016 11:16 AM, Burton, Ross wrote: =20 On 15 November 2016 at 16:24, > wrote: +class TestPackagesFilterOutSystem(oeSelfTest): As the tests don't need anything special that oeSelfTest provides, can = they remain as testcase.TestCase instances? There's a lot of = complication from oeSelfTest that isn't required. =20 In order to the test cases be recognized and executed as part of the = suite they need to be in the same context of selftest hence be an = instance of oeSelftest. =20 Ross =20 ------=_NextPart_000_005E_01D23F41.97116750 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

Re-sending from the correct account (of mine).

 

From: Esquivel, Benjamin
Sent: Tuesday, November 15, 2016 = 12:38 PM
To: 'Jose Perez Carranza' = <jose.perez.carranza@linux.intel.com>; 'Burton, Ross' = <ross.burton@intel.com>
Cc: 'OE-core' = <openembedded-core@lists.openembedded.org>
Subject: RE: = [OE-core] [PATCH v2] oe-tests: Migrate tests from /oe/test to = /oeqa/selftest/oe-tests

 

Apologies for the top posting.

 

The reason for the migration of the tests is for them to be included in = the selftest execution. And for that execution, it needs to base off of = the oeSelfTest class.

 

Benjamin

 

From: openembe= dded-core-bounces@lists.openembedded.org [mailto:o= penembedded-core-bounces@lists.openembedded.org] On Behalf Of = Jose Perez Carranza
Sent: Tuesday, November 15, 2016 12:09 = PM
To: Burton, Ross <ross.burton@intel.com>
Cc: OE-core <openembedded-cor= e@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH = v2] oe-tests: Migrate tests from /oe/test to = /oeqa/selftest/oe-tests

 

 

 

On = 11/15/2016 11:16 AM, Burton, Ross wrote:

 

On 15 = November 2016 at 16:24, <jose.perez.carranza@linux.intel.com> = wrote:

+class = TestPackagesFilterOutSystem(oeSelfTest):


As the tests don't need anything special = that oeSelfTest provides, can they remain as testcase.TestCase = instances?  There's a lot of complication from oeSelfTest that = isn't required.

 

In order to the test = cases be recognized and executed as part of the suite they need to be in = the same context of selftest hence be an instance of oeSelftest.  =

Ross

 

------=_NextPart_000_005E_01D23F41.97116750--