cloudbase / wnbd

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

driver: drop firmware functions #106

Closed petrutlucian94 closed 1 year ago

petrutlucian94 commented 1 year ago

Some of the driver certification tests attempt to do firmware upgrades, which doesn't really make sense for our virtual adapters.

At some point, we added some fake firmware functions just to get the MS certification tests to pass.

We'll go ahead and just remove the unnecessary firmware functions.

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

petrutlucian94 commented 1 year ago

This does actually help with one of the HLK tests. We'll keep it around, at least until we get the official confirmation that firmware update tests can be skipped for virtual devices.