From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mail.openembedded.org (Postfix) with ESMTP id 8894F7016E for ; Mon, 2 May 2016 21:23:14 +0000 (UTC) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 02 May 2016 14:23:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,569,1455004800"; d="scan'208";a="944713022" Received: from yctb01.ostc.intel.com (HELO yctb01.otcr.intel.com) ([10.54.69.55]) by orsmga001.jf.intel.com with ESMTP; 02 May 2016 14:23:14 -0700 From: mariano.lopez@linux.intel.com To: openembedded-core@lists.openembedded.org Date: Mon, 2 May 2016 13:19:13 +0000 Message-Id: X-Mailer: git-send-email 2.6.6 Subject: [PATCH 0/6] Decouple testexport from testimage 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: Mon, 02 May 2016 21:23:15 -0000 From: Mariano Lopez Testexport is a feature that gets broken quite often, this series of patches will decouple testexport from testimage class in order to make it easier to spot errors, easier to maintain, and easier to extend. The following changes since commit f7b520878babbaa7527151f22c031ae160512753: poky: Switch to post release name/version (2016-04-29 07:58:46 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib mariano/export http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mariano/export Mariano Lopez (6): oeqa/oetest.py: Add class ExportTestContext testexport.bbclass: Split testimage class oeqa/runexported.py: Remove host dumper testimage.bbclass: Remove exported test oetest.py: Add default pscmd to oeTest oetest.py: Use the real ExportTestContext in exported tests meta/classes/testexport.bbclass | 150 ++++++++++++++++++++++++++++++++++++++++ meta/classes/testimage.bbclass | 137 +++++------------------------------- meta/lib/oeqa/oetest.py | 60 ++++++++++------ meta/lib/oeqa/runexported.py | 21 +----- 4 files changed, 209 insertions(+), 159 deletions(-) create mode 100644 meta/classes/testexport.bbclass -- 2.6.6