From patchwork Wed Aug 15 20:37:25 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bart Van Assche X-Patchwork-Id: 10566831 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 48160921 for ; Wed, 15 Aug 2018 20:37:43 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 096432B011 for ; Wed, 15 Aug 2018 20:37:43 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id F1F212B012; Wed, 15 Aug 2018 20:37:42 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7AA352AFBA for ; Wed, 15 Aug 2018 20:37:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727702AbeHOXbY (ORCPT ); Wed, 15 Aug 2018 19:31:24 -0400 Received: from esa1.hgst.iphmx.com ([68.232.141.245]:23654 "EHLO esa1.hgst.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726763AbeHOXbY (ORCPT ); Wed, 15 Aug 2018 19:31:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=wdc.com; i=@wdc.com; q=dns/txt; s=dkim.wdc.com; t=1534365460; x=1565901460; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=OzEwV/4BjftfUo5e7JFPGUelJjs4/Z/bp/an67YTzRs=; b=ZWWiBYWKe4sD+scIvVgxjQtvBelsellTuCDyTPbZ200FGF9H4S5rmQUu A574hT2QHg6WLCcLfVFx/LJGi5BYMAX0Q3d8zVpEf403NRGU6aifaWK5r jdxh/xWDmji3B/jbn0JD/MZEgQzkW+0jSiBZI1mHeIbhI6+5DswLMqB86 KG8bxejROzgx4ertkqEWEaq0kTBHO+d5UbsUPU6E7v7XCdHiSnou8ijHJ Po5KKD7ypB2LRJs6vneoeAbMF00UEUUzG+TJ5Oc1nlB5+O/BhfQjaY8mK YpbEAWWMWwXJRtMW7Bt6UfjkyZ8wn4FK6jSWZH/EjFzE82NIpIqZN5TgW g==; X-IronPort-AV: E=Sophos;i="5.53,244,1531756800"; d="scan'208";a="191631622" Received: from h199-255-45-15.hgst.com (HELO uls-op-cesaep02.wdc.com) ([199.255.45.15]) by ob1.hgst.iphmx.com with ESMTP; 16 Aug 2018 04:37:28 +0800 Received: from uls-op-cesaip02.wdc.com ([10.248.3.37]) by uls-op-cesaep02.wdc.com with ESMTP; 15 Aug 2018 13:24:52 -0700 Received: from thinkpad-bart.sdcorp.global.sandisk.com ([10.111.67.248]) by uls-op-cesaip02.wdc.com with ESMTP; 15 Aug 2018 13:37:29 -0700 From: Bart Van Assche To: Omar Sandoval Cc: Mike Snitzer , Johannes Thumshirn , linux-block@vger.kernel.org, Bart Van Assche Subject: [PATCH blktests 0/3] Add NVMeOF multipath tests Date: Wed, 15 Aug 2018 13:37:25 -0700 Message-Id: <20180815203728.19521-1-bart.vanassche@wdc.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hello Omar, The three patches in this series add several NVMeOF multipath tests. These tests are similar in nature to the SRP tests. Please consider these patches for the upstream blktests repository. Thanks, Bart. Bart Van Assche (3): tests/srp: Remove unused code tests/srp: Remove /etc/multipath.conf after a test has finished Add NVMeOF dm-mpath tests tests/nvmeof-mp/.gitignore | 1 + tests/nvmeof-mp/001 | 50 ++ tests/nvmeof-mp/001.out | 3 + tests/nvmeof-mp/002 | 50 ++ tests/nvmeof-mp/002.out | 2 + tests/nvmeof-mp/004 | 50 ++ tests/nvmeof-mp/004.out | 2 + tests/nvmeof-mp/005 | 40 ++ tests/nvmeof-mp/005.out | 2 + tests/nvmeof-mp/006 | 40 ++ tests/nvmeof-mp/006.out | 2 + tests/nvmeof-mp/009 | 40 ++ tests/nvmeof-mp/009.out | 2 + tests/nvmeof-mp/010 | 40 ++ tests/nvmeof-mp/010.out | 2 + tests/nvmeof-mp/011 | 46 ++ tests/nvmeof-mp/011.out | 2 + tests/nvmeof-mp/012 | 53 ++ tests/nvmeof-mp/012.out | 2 + tests/nvmeof-mp/getuid_callout | 11 + tests/nvmeof-mp/multipath.conf.in | 28 + tests/nvmeof-mp/rc | 936 ++++++++++++++++++++++++++++++ tests/srp/001 | 19 +- tests/srp/002 | 2 +- tests/srp/003 | 2 +- tests/srp/004 | 2 +- tests/srp/011 | 2 +- tests/srp/rc | 236 +------- 28 files changed, 1435 insertions(+), 232 deletions(-) create mode 100644 tests/nvmeof-mp/.gitignore create mode 100755 tests/nvmeof-mp/001 create mode 100644 tests/nvmeof-mp/001.out create mode 100755 tests/nvmeof-mp/002 create mode 100644 tests/nvmeof-mp/002.out create mode 100755 tests/nvmeof-mp/004 create mode 100644 tests/nvmeof-mp/004.out create mode 100755 tests/nvmeof-mp/005 create mode 100644 tests/nvmeof-mp/005.out create mode 100755 tests/nvmeof-mp/006 create mode 100644 tests/nvmeof-mp/006.out create mode 100755 tests/nvmeof-mp/009 create mode 100644 tests/nvmeof-mp/009.out create mode 100755 tests/nvmeof-mp/010 create mode 100644 tests/nvmeof-mp/010.out create mode 100755 tests/nvmeof-mp/011 create mode 100644 tests/nvmeof-mp/011.out create mode 100755 tests/nvmeof-mp/012 create mode 100644 tests/nvmeof-mp/012.out create mode 100755 tests/nvmeof-mp/getuid_callout create mode 100644 tests/nvmeof-mp/multipath.conf.in create mode 100755 tests/nvmeof-mp/rc