numam-spdk/test
Daniel Verkamp 56ad1cbea4 ut/lvol: remove bogus lvol_op_comp test
This is passing a struct lvol_task that is not nested inside a bdev_io
context, which is assumed by lvol_op_comp() in the actual lvol code.

There is no problem currently, since lvol_op_comp() happens to not
dereference the bdev_io except inside of mocked functions and inside a
SPDK_INFOLOG() that does not get executed in the unit tests right now,
but this would break if the lvol code ever actually used the bdev_io
pointer.

Change-Id: Ic3b67f4ecff47e5a98a5be8a83c2524573113aa9
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/418735
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2018-07-10 22:48:54 +00:00
..
app app: add missing spdk_app_fini call 2018-07-02 03:28:11 +00:00
bdev test/json: Add rbd bdev test 2018-07-06 22:48:57 +00:00
blobfs build: add sock dependency for all NVMe lib users 2018-06-22 17:09:57 +00:00
blobstore
common test: vm_setup.sh localization 2018-07-10 22:47:16 +00:00
cpp_headers
env env_dpdk: fix mem_map translation for sizes >2MB 2018-07-06 22:36:22 +00:00
event thread: Replace #include of io_channel.h with thread.h 2018-06-12 15:24:07 +00:00
ioat ioat: remove ioat kperf kernel driver test harness 2018-04-30 17:11:53 +00:00
iscsi_tgt bdev: add delete_pmem_bdev call 2018-07-02 22:53:18 +00:00
json_config json/rpc: Tests for nvmf subsystem 2018-07-10 21:18:18 +00:00
lvol pkgdep: support pycodestyle in check_format.sh 2018-06-22 18:03:31 +00:00
nvme test: remove more sys_sgsw dependencies from test scripts 2018-07-02 21:32:39 +00:00
nvmf json/rpc: Tests for nvmf subsystem 2018-07-10 21:18:18 +00:00
pmem test/json: Add pmem bdev test 2018-07-05 19:09:56 +00:00
unit ut/lvol: remove bogus lvol_op_comp test 2018-07-10 22:48:54 +00:00
vhost test/json: Test for vhost subsystem. 2018-07-05 20:28:24 +00:00
Makefile test: move lib/json up to test app directory 2018-03-29 00:31:24 -04:00
spdk_cunit.h test: remove leftover spdk_cunit declaration 2018-07-06 22:47:56 +00:00