Commit 176856c9 authored by Daniel Verkamp's avatar Daniel Verkamp Committed by Benjamin Walker
Browse files

test/nvmf: don't try to unload nvme module



Only nvme-rdma should be loaded as part of the NVMf testing.

Change-Id: I232363bf0988ea9bd99a37df27c39cc8e9732ad5
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 18ab3da5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -97,7 +97,6 @@ function allocate_nic_ips()
function nvmfcleanup()
{
	rmmod nvme-rdma
	rmmod nvme || true
}

function rdma_device_init()