cloudbase / wnbd

Windows Ceph RBD NBD driver
GNU Lesser General Public License v2.1
58 stars 26 forks source link

Add wnbd tests #87

Closed petrutlucian94 closed 1 year ago

petrutlucian94 commented 1 year ago

Add wnbd tests

For testing purposes, we're adding a mock WNBD daemon which is going to record the requests it receives and send predetermined replies. It's based on our Ceph WnbdHandler.

This commit provides a few relatively simple test cases that:

While at it, we're fixing a few issues that were uncovered by the tests:

Signed-off-by: Lucian Petrut lpetrut@cloudbasesolutions.com