robottelo.decorators.func_shared.base

Module Contents

Classes

BaseStorageHandler

class robottelo.decorators.func_shared.base.BaseStorageHandler
static encode(data)
static decode(data)
abstract lock(self, lock_key)

Return the storage locker context manager

abstract when_lock_acquired(self, data)

called when the lock is acquired to do some added action

abstract get(self, key)

Return the key value

abstract set(self, key, value)

Write the value of key to storage