On Mon, 21 Sep 2026 13:47:33 +0200 David Marchand <[email protected]> wrote:
> Checking internal API has little sense as users are not supposed to call > those. > Use public API to achieve similar coverage. > > Signed-off-by: David Marchand <[email protected]> > Acked-by: Bruce Richardson <[email protected]> > --- Patch 6/9 (test/vdev: find device with public API) Info: - get_matching_vdev("") and get_matching_vdev(NULL) previously verified "match any vdev" behaviour with an empty/NULL match string. find_vdev_by_name() has no equivalent case, so that behaviour is no longer exercised.

