From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 181B9E00CE1; Mon, 31 Oct 2016 03:16:49 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [134.134.136.24 listed in list.dnswl.org] Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 844ACE00C86 for ; Mon, 31 Oct 2016 03:16:44 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 31 Oct 2016 03:16:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,426,1473145200"; d="scan'208";a="1061744733" Received: from linux.intel.com ([10.54.29.200]) by fmsmga001.fm.intel.com with ESMTP; 31 Oct 2016 03:16:43 -0700 Received: from vmed.fi.intel.com (vmed.fi.intel.com [10.237.72.68]) by linux.intel.com (Postfix) with ESMTP id C3F386A4080; Mon, 31 Oct 2016 03:16:07 -0700 (PDT) From: Ed Bartosh To: toaster@yoctoproject.org Date: Mon, 31 Oct 2016 12:16:35 +0200 Message-Id: X-Mailer: git-send-email 2.1.4 Subject: [PATCH 0/4] toaster: eventreplay tests X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2016 10:16:49 -0000 Hi, This patchset adds 2 tests that use eventreplay script to "replay" core-image-minimal and zlib build events. Note that tests require event files that are not included into the patchset due to their big size. Please, have a look at README file for the instructions how to produce event files. The following changes since commit 7c3a5891cb4f8c07bb3092dd6270459816ee9a14: toaster: tests builds test_core_image_min Clean ups (2016-10-31 11:29:15 +0200) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ed/toaster/tests/eventreplay http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/tests/eventreplay Ed Bartosh (4): toaster: use current directory if BUILDDIR is not set toaster: add eventreplay test case for core-image-minimal toaster: add eventreplay test case for zlib toaster: add tests/eventreplay/README bitbake/lib/toaster/orm/models.py | 2 +- bitbake/lib/toaster/tests/eventreplay/README | 22 +++++ bitbake/lib/toaster/tests/eventreplay/__init__.py | 97 +++++++++++++++++++++++ 3 files changed, 120 insertions(+), 1 deletion(-) create mode 100644 bitbake/lib/toaster/tests/eventreplay/README create mode 100644 bitbake/lib/toaster/tests/eventreplay/__init__.py -- Regards, Ed