From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 2594FE00902; Thu, 6 Aug 2015 00:27:34 -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 04594E00349 for ; Thu, 6 Aug 2015 00:27:28 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 06 Aug 2015 00:27:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,622,1432623600"; d="scan'208";a="778880201" Received: from linux.intel.com ([10.23.219.25]) by orsmga002.jf.intel.com with ESMTP; 06 Aug 2015 00:27:28 -0700 Received: from vmed.fi.intel.com (vmed.fi.intel.com [10.237.72.65]) by linux.intel.com (Postfix) with ESMTP id A462F6A4083; Thu, 6 Aug 2015 00:26:41 -0700 (PDT) From: Ed Bartosh To: toaster@yoctoproject.org Date: Thu, 6 Aug 2015 10:27:11 +0300 Message-Id: X-Mailer: git-send-email 2.1.4 Subject: [review request] [PATCH 00/11] ed/toaster/fix-orm-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: Thu, 06 Aug 2015 07:27:34 -0000 Hi, This patchset contains fixes and code cleanups for Toaster ORM tests. Some tests were completely rewritten. Now all 7 test cases are passed and pylint score is 10. The following changes since commit a8b723498c9a7106210db140452886894494b4d6: bitbake: cooker: Resolve file monitoring race issues when using memres bitbake (2015-08-03 07:36:25 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ed/toaster/fix-orm-tests http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/fix-orm-tests Ed Bartosh (11): toaster: remove prints from the test code toaster: fix test_build_layerversion test case toaster: rewrite test for LayerSource model toaster: rewrite LILSUpdateTestCase toaster: reformat LayerVersionEquivalenceTestCase toaster: reuse common code toaster: remove duplicated code toaster: simplify testcase code toaster: add header to orm/test.py toaster: remove ProjectLVSelectionTestCase toaster: move code from setup_lv_tests to setUp bitbake/lib/toaster/orm/tests.py | 272 ++++++++++++++++++++------------------- 1 file changed, 143 insertions(+), 129 deletions(-) -- Regards, Ed