Hi, To test my ssd-caching module dm-writeboost (https://github.com/akiradeveloper/dm-writeboost) I used to add tests to forked device-mapper-test-suite but I found that it's not easy to maintain the tests because Ruby doesn't give us compile-time type checking and the code base is bit messy because of historical reason. So I started to develop my own test suite from scratch. writeboost-test-suite is written in Scala. The functionality is similar to device-mapper-test-suite but more functionalities added. It's easy to write tests safely because of static typing. https://github.com/akiradeveloper/writeboost-test-suite I've almost had the work done. Most of the writeboost tests are migrated and fixes the bugs in the framework core in the course of migration. Despite the name of the project, it's versatile. Any device-mapper targets can be tested on this framework and actually some targets (linear, flakey and LUKS) are slightly tested, to use them in writeboost tests. Theoretically, it's possible to test caching and thin-provisioning targets on this framework. If RH developers feels the device-mapper-test-suite is hard to maintain and looking for alternative, very welcome. - Akira -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel