Re: [PATCH v7 0/7] blktests: Add support to run nvme tests with tcp/rdma transports
From: Omar Sandoval <osandov@osandov.com>
Date: 2020-09-25 17:32:42
Also in:
linux-nvme
From: Omar Sandoval <osandov@osandov.com>
Date: 2020-09-25 17:32:42
Also in:
linux-nvme
On Thu, Sep 03, 2020 at 04:53:30PM -0700, Sagi Grimberg wrote:
We have a collection of nvme tests, but all run with nvme-loop. This is the easiest to run on a standalone machine. However its very much possible to run nvme-tcp and nvme-rdma using a loopback network. Add capability to run tests with a new environment variable to set the transport type $nvme_trtype. $ nvme_trtype=[loop|tcp|rdma] ./check nvme This buys us some nice coverage on some more transport types. We also add some transport type specific helpers to mark tests that are relevant only for a single transport.
Applied, thanks Sagi.