From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 11 Jan 2017 01:24:47 -0800 From: Christoph Hellwig 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" Subject: Re: [LFS/MM TOPIC][LFS/MM ATTEND]: - Storage Stack and Driver Testing methodology. Message-ID: <20170111092447.GA13600@infradead.org> References: <20170111091945.GD6286@linux-x5ow.site> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20170111091945.GD6286@linux-x5ow.site> Sender: linux-ide-owner@vger.kernel.org List-ID: 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. From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@infradead.org (Christoph Hellwig) Date: Wed, 11 Jan 2017 01:24:47 -0800 Subject: [LFS/MM TOPIC][LFS/MM ATTEND]: - Storage Stack and Driver Testing methodology. In-Reply-To: <20170111091945.GD6286@linux-x5ow.site> References: <20170111091945.GD6286@linux-x5ow.site> Message-ID: <20170111092447.GA13600@infradead.org> On Wed, Jan 11, 2017@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.