Bases: nova.test.TestCase
Bases: nova.test.TestCase
Bases: nova.test.TestCase
Bases: nova.test.TestCase
Bases: nova.test.TestCase
Unit test for utils.monkey_patch().
Bases: nova.test.TestCase
Unit test for utils.RingBuffer().
Bases: nova.test.TestCase
Test various permutations of writing to a RingBuffer.
Try all permutations of writing [0,5) bytes three times to a RingBuffer of size 4. This makes use of nose’s test generator capability so cannot be a subclass of test.TestCase.