From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Bligh Subject: Re: [Autotest] [AUTOTEST] [PATCH 1/2] Add latest LTP test in autotest Date: Mon, 6 Jul 2009 11:37:13 -0700 Message-ID: <33307c790907061137h3da12536q47517b1662498793@mail.gmail.com> References: <1246863519.2865.18.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: sudhir kumar , Autotest mailing list , Lucas Meneghel Rodrigues , Uri Lublin , kvm-devel To: Lucas Meneghel Rodrigues Return-path: Received: from smtp-out.google.com ([216.239.45.13]:9811 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750897AbZGFShN (ORCPT ); Mon, 6 Jul 2009 14:37:13 -0400 Received: from zps75.corp.google.com (zps75.corp.google.com [172.25.146.75]) by smtp-out.google.com with ESMTP id n66IbGg5024146 for ; Mon, 6 Jul 2009 11:37:16 -0700 Received: from wf-out-1314.google.com (wff28.prod.google.com [10.142.6.28]) by zps75.corp.google.com with ESMTP id n66Ib5rA014649 for ; Mon, 6 Jul 2009 11:37:14 -0700 Received: by wf-out-1314.google.com with SMTP id 28so1488710wff.17 for ; Mon, 06 Jul 2009 11:37:13 -0700 (PDT) In-Reply-To: <1246863519.2865.18.camel@localhost.localdomain> Sender: kvm-owner@vger.kernel.org List-ID: >> Issues: LTP has a history of some of the testcases getting broken. Right, that's always the concern with doing this. >> Anyways >> that has nothing to worry about with respect to autotest. One of the known issue >> is broken memory controller issue with latest kernels(cgroups and memory >> resource controller enabled kernels). The workaround for them I use is to >> disable or delete those tests from ltp source and tar it again with the same >> name. Though people might use different workarounds for it. OK, Can we encapsulate this into the wrapper though, rather than making people do it manually? in the existing ltp.patch or something?