On Thu, Nov 02, 2023 at 04:34:55PM +0100, Michal Wajdeczko wrote: > New functionality of the IDA (contiguous IDs allocations) requires > some validation coverage. Add KUnit tests for simple scenarios: > - counting single ID at different locations > - counting different sets of IDs > - ID allocation start at requested position > - different contiguous ID allocations are supported > > More advanced tests for subtle corner cases may come later. Why are you using kunit instead of extending the existing test-cases?