]> www.infradead.org Git - users/sagi/blktests.git/commit
nvme/rc: do not issue warnings on cleanup when using fc transport
authorDaniel Wagner <dwagner@suse.de>
Mon, 12 Feb 2024 10:40:44 +0000 (11:40 +0100)
committerShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Tue, 13 Feb 2024 08:30:52 +0000 (17:30 +0900)
commite8f53e8380b7a2a9b26f782a1e313b6d7dd1f7b6
treeb1956693d47a9ceda64e5a51d1d1c80f874f7155
parentc3f598482b8e0a6df6a0ed5a3d3edbaa6e7a336a
nvme/rc: do not issue warnings on cleanup when using fc transport

When running the tests with FC as transport and the udev auto connect
enabled, discovery controllers are created and destroyed while the tests
are running.

The cleanup code expects that all devices are under blktests control,
but this isn't the case. So just disable the warning as it is reporting
a lot of false positives.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
tests/nvme/rc