From patchwork Thu Aug 8 20:05:02 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bart Van Assche X-Patchwork-Id: 11084679 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 1D9661399 for ; Thu, 8 Aug 2019 20:05:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 10F1328B0A for ; Thu, 8 Aug 2019 20:05:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 04C0928B85; Thu, 8 Aug 2019 20:05:17 +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.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI 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 9AFA528B0A for ; Thu, 8 Aug 2019 20:05:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389974AbfHHUFQ (ORCPT ); Thu, 8 Aug 2019 16:05:16 -0400 Received: from mail-pg1-f196.google.com ([209.85.215.196]:42135 "EHLO mail-pg1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732704AbfHHUFP (ORCPT ); Thu, 8 Aug 2019 16:05:15 -0400 Received: by mail-pg1-f196.google.com with SMTP id t132so44606390pgb.9 for ; Thu, 08 Aug 2019 13:05:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=Q33UV+kyAkfwjtWCI6GSA1j4rOL/y9CvPBxJLJxZjEs=; b=NiXHYWAduV5zrcHKenEwVQFYRs83SNEsliPY6PO6+83xdLl+6DMxtLbJ7tqCZJ5Yli tMG1gtqoQSvKjiQfYXScoIwg4ujJTey2hc/Ly+7AaYvgIplwkaLkNCf5DtBkTrgchMiE rPYgykiKcQcYd61WvDPThg6SaX0P4gOTwdn87HSll3GdY25Jjxw+M8FtSkR8DvZ4E/uv 826KSBvsAfeYaX794fgztGLViLgfuTt9sLeTscILWaWa26XhJmfGt0X09Gg3YqTqjdoV z4BsB/wxzkrbfqWpcJSeo1Mb8hd9qwymlVWMw/BlCdFWP65bAkFJPJEUWrZK0o5YWw9n IKTA== X-Gm-Message-State: APjAAAX+cw5rz2GUO/cQ0a66JtmQuG9v8Bzv1+0RdBd44hcFLQRAxL1t Z/O9R8aR21kDR2Ck8rwZk2wIkO5u X-Google-Smtp-Source: APXvYqzUBIQaEUnUQMH6YbZOrPo8TfNC4qh4S2xVnEYxUby8QJNRAAhnK1xelVPq/Fh327yzXAzaMg== X-Received: by 2002:a17:90a:d983:: with SMTP id d3mr5724376pjv.88.1565294714757; Thu, 08 Aug 2019 13:05:14 -0700 (PDT) Received: from desktop-bart.svl.corp.google.com ([2620:15c:2cd:202:4308:52a3:24b6:2c60]) by smtp.gmail.com with ESMTPSA id b6sm83307093pgq.26.2019.08.08.13.05.13 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Thu, 08 Aug 2019 13:05:13 -0700 (PDT) From: Bart Van Assche To: Omar Sandoval Cc: linux-block@vger.kernel.org, Johannes Thumshirn , Logan Gunthorpe , Bart Van Assche Subject: [PATCH blktests 0/4] Four blktests patches Date: Thu, 8 Aug 2019 13:05:02 -0700 Message-Id: <20190808200506.186137-1-bvanassche@acm.org> X-Mailer: git-send-email 2.22.0.770.g0f2c4a37fd-goog 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 Hi Omar, This series includes one improvement for the NVMe tests, two improvements for the NVMeOF-multipath tests and version two of the SRP test that triggers a SCSI reset while I/O is ongoing. Please consider these for the official blktests git repository. Thanks, Bart. Bart Van Assche (4): tests/nvme/rc: Modify the approach for disabling and re-enabling Ctrl-C tests/nvmeof-mp/rc: Make simulate_network_failure_loop() more robust tests/nvmeof-mp/rc: Make the NVMeOF multipath tests more reliable tests/srp/014: Add a test that triggers a SCSI reset while I/O is ongoing tests/nvme/rc | 4 +- tests/nvmeof-mp/rc | 7 +-- tests/srp/014 | 107 +++++++++++++++++++++++++++++++++++++++++++++ tests/srp/014.out | 2 + 4 files changed, 115 insertions(+), 5 deletions(-) create mode 100755 tests/srp/014 create mode 100644 tests/srp/014.out