labtest.provider.local package

Submodules

labtest.provider.local.state module

class labtest.provider.local.state.ScriptState(config)[source]

Bases: labtest.provider.base_state.BaseState

Implements retrieval of state information from filesystem documents

default_config = {}
get(key)[source]

Get the value of key from bucket navigating the hierarchy of the key path

Parameters

key – The key, as a / delimited path.

Returns

The value or None

Module contents