The nova.tests.compute.eventlet_utils Module

class SyncPool(size=1000)

Bases: eventlet.greenpool.GreenPool

Synchronous pool for testing threaded code without adding sleep waits.

spawn_n(func, *args, **kwargs)

Previous topic

The nova.tests.cmd.test_idmapshift Module

Next topic

The nova.tests.compute.fake_resource_tracker Module

This Page