cloudbase / wnbd

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

tests: cleanup mappings after failed negative tests #115

Closed petrutlucian94 closed 1 year ago

petrutlucian94 commented 1 year ago

One of the tests tries to create mappings with unsupported parameters, expecting a failure. If a mapping does get created, it won't be removed.

This change will ensure that such mappings get cleaned up.