The ironic.tests.unit.api.utils Module

Utils for testing the API service.

class ironic.tests.unit.api.utils.FakeMemcache[source]

Bases: object

Fake cache that is used for keystone tokens lookup.

get(key)[source]
set(key, value, time=0, min_compress_len=0)[source]

Project Source

This Page