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: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2016-07-08 16:15:42 -07:00 committed by Benjamin Walker
parent 18ab3da5ad
commit 176856c92b

View File

@ -97,7 +97,6 @@ function allocate_nic_ips()
function nvmfcleanup() function nvmfcleanup()
{ {
rmmod nvme-rdma rmmod nvme-rdma
rmmod nvme || true
} }
function rdma_device_init() function rdma_device_init()