Loading
ut/vhost: remove test case `Remove device with too long name and path`
This was originally introduced to improve code coverage in vhost_dev_unregister() where we used to check against buffer overflow. But the check has been removed long ago. The vdev socket path string is validated only on device registration. The test case is being removed because it conflicts with upcoming changes. Rather than trying to refactor and fix it, let's remove it - it's no longer needed. Change-Id: I3bac15725e94b38d375db6376bea4a7b1e44d75c Signed-off-by:Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/399441 Reviewed-by:
Daniel Verkamp <daniel.verkamp@intel.com> Tested-by:
SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>