From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [LFS/MM TOPIC][LFS/MM ATTEND]: - Storage Stack and Driver Testing methodology. Date: Wed, 11 Jan 2017 01:24:47 -0800 Message-ID: <20170111092447.GA13600@infradead.org> References: <20170111091945.GD6286@linux-x5ow.site> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from bombadil.infradead.org ([198.137.202.9]:60602 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753031AbdAKJYt (ORCPT ); Wed, 11 Jan 2017 04:24:49 -0500 Content-Disposition: inline In-Reply-To: <20170111091945.GD6286@linux-x5ow.site> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Johannes Thumshirn Cc: Chaitanya Kulkarni , "linux-scsi@vger.kernel.org" , "linux-nvme@lists.infradead.org" , "linux-block@vger.kernel.org" , "linux-ide@vger.kernel.org" , "linux-fsdevel@vger.kernel.org" , "lsf-pc@lists.linux-foundation.org" On Wed, Jan 11, 2017 at 10:19:45AM +0100, Johannes Thumshirn wrote: > Well, something I was thinking about but didn't find enough time to actually > implement is making a xfstestes like test suite written using sg3_utils for > SCSI. Ronnie's libiscsi testsuite can use SG_IO for a new years now: https://github.com/sahlberg/libiscsi/tree/master/test-tool and has been very useful to find bus in various protocol implementations. > This idea could very well be extented to NVMe Chaitanya suite is doing something similar for NVMe, although the coverage is still much more limited so far.