[blktests v3 0/2] Test multipath and marginal ports
Jesse Taube <[email protected]>
| Newsgroups | org.infradead.lists.linux-nvme,org.kernel.vger.linux-block |
|---|---|
| Message-ID | <[email protected]> |
Tests for the upcoming nvme-fc: FPIN link integrity handling set. It tests for various multipath and marginal port scenarios, while confirming the port usage and state. The test is intended to emulate receiving an FPIN event in a multipath environment. In V3 various generic link checking code was move to common/nvme. This is so that it can be used by other tests to check if multipath working correctly, even on kernels that dont support marginal paths. Link: https://bugzilla.kernel.org/show_bug.cgi?id=220329 Link: https://github.com/linux-blktests/blktests/pull/264 V1 -> V2: - Fix timeout issue - Skip test if /sys/class/fcloop/ctl/set_marginal_rport does not exist - Wrap lines at 80col - Add John's tags - Fix various change requests from mailing list V2 -> V3: - Add tests for inaccessable paths - Fix fio not exiting - Move generic code to common/nvme Jesse Taube (2): nvme: Add _setup_nvmet_port_marginal nvme/070: Test multipath and marginal ports common/nvme | 278 +++++++++++++++++++++++++++ tests/nvme/070 | 454 +++++++++++++++++++++++++++++++++++++++++++++ tests/nvme/070.out | 49 +++++ 3 files changed, 781 insertions(+) create mode 100755 tests/nvme/070 create mode 100644 tests/nvme/070.out -- 2.54.0