All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Aníbal Limón" <anibal.limon@linux.intel.com>
To: "Burton, Ross" <ross.burton@intel.com>
Cc: OE-core <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCHv2 16/32] oeqa/core: Change name of d to td
Date: Thu, 8 Dec 2016 10:06:52 -0600	[thread overview]
Message-ID: <5849851C.80102@linux.intel.com> (raw)
In-Reply-To: <CAJTo0LYP1kqqLOy6w_L_bh1uAF8pta8d7mZQyJgF2r=zaiLUhg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 422 bytes --]

Sure, sending v3.

	alimon

On 12/08/2016 08:41 AM, Burton, Ross wrote:
> On 7 December 2016 at 20:32, Aníbal Limón <anibal.limon@linux.intel.com>
> wrote:
> 
>> The d variable references the test data into a test context, so
>> makes a more sense to call it: td (test data).
>>
> 
> Can you squash this into the commits where they are introduced (don't need
> to see your working, etc).
> 
> Ross
> 


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  reply	other threads:[~2016-12-08 16:05 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-07 20:32 [PATCHv2 00/32] OEQA Framework Refactor & Improvements Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 01/32] oeqa/core: Add base OEQA framework Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 02/32] oeqa/core: Add utils module for " Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 03/32] oeqa/core: Add loader, context and decorator modules Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 04/32] oeqa/core/decorator: Add support for OETestDepends Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 05/32] oeqa/core/decorator: Add support for OETestID and OETestTag Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 06/32] oeqa/core/decorator: Add support for OETimeout decorator Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 07/32] oeqa/core/decorator: Add support for OETestDataDepends and skipIfDataVar Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 08/32] oeqa/core: Add tests for the OEQA framework Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 09/32] scripts/oe-test: Add new oe-test script Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 10/32] oeqa/core/context: Add support of OETestContextExecutor Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 11/32] oeqa/core/cases: Add example test cases Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 12/32] oeqa/core: Add README Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 13/32] oe/data: Add export2json function Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 14/32] classes/rootfs-postcommands: Add write_image_test_data Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 15/32] classes/populate_sdk_base: Add write_sdk_test_data to postprocess Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 16/32] oeqa/core: Change name of d to td Aníbal Limón
2016-12-08 14:41   ` Burton, Ross
2016-12-08 16:06     ` Aníbal Limón [this message]
2016-12-07 20:32 ` [PATCHv2 17/32] oeqa/utils/path: Add remove_safe function Aníbal Limón
2016-12-08 14:41   ` Burton, Ross
2016-12-07 20:32 ` [PATCHv2 18/32] oeqa: Move common files to oeqa/files instead of runtime only Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 19/32] oeqa/sdk: Move test cases inside cases directory Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 20/32] oeqa/{runtime, sdk}/files: Move testsdkmakefile from runtime to sdk module Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 21/32] oeqa/sdk: Add case and context modules for the SDK component Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 22/32] classes/testsdk: Migrates testsdk.bbclass to use new OESDKTestContext Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 23/32] oeqa/utils: Move targetbuild to buildproject module Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 24/32] oeqa/utils: {Target, SDK, }BuildProject remove dependency of bb Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 25/32] oeqa/sdk/cases: Migrate tests to the new OEQA framework Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 26/32] classes/testsdk: Remove the need of TEST_LOG_DIR variable Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 27/32] oeqa/sdkext: Move test cases inside cases directory Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 28/32] oeqa/sdkext: Adds case and context modules Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 29/32] classes/testsdk: Migrate to use the new OESDKExtTestContext Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 30/32] oeqa/sdkext/cases: Migrate test case to new OEQA framework Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 31/32] oeqa/runtime: Fix TargetBuildProject instances Aníbal Limón
2016-12-07 20:32 ` [PATCHv2 32/32] oeqa: Fix files handling on runtime tests Aníbal Limón

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5849851C.80102@linux.intel.com \
    --to=anibal.limon@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=ross.burton@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.