Definition at line 25 of file context.py.
◆ __init__()
| def kilda.traffexam.context.Context.__init__ |
( |
|
self, |
|
|
|
iface, |
|
|
|
rest_bind |
|
) |
| |
◆ acquire_resources()
| def kilda.traffexam.context.Context.acquire_resources |
( |
|
self, |
|
|
|
resources |
|
) |
| |
◆ close()
| def kilda.traffexam.context.Context.close |
( |
|
self | ) |
|
◆ make_bridge_name()
| def kilda.traffexam.context.Context.make_bridge_name |
( |
|
self | ) |
|
◆ make_lock_file_name()
| def kilda.traffexam.context.Context.make_lock_file_name |
( |
|
self | ) |
|
◆ make_network_namespace_name()
| def kilda.traffexam.context.Context.make_network_namespace_name |
( |
|
self | ) |
|
◆ make_veth_base_name()
| def kilda.traffexam.context.Context.make_veth_base_name |
( |
|
self | ) |
|
◆ path()
| def kilda.traffexam.context.Context.path |
( |
|
self, |
|
|
|
chunks |
|
) |
| |
◆ set_debug_mode()
| def kilda.traffexam.context.Context.set_debug_mode |
( |
|
self, |
|
|
|
mode |
|
) |
| |
◆ set_default_logging()
| def kilda.traffexam.context.Context.set_default_logging |
( |
|
self | ) |
|
◆ set_logging_config()
| def kilda.traffexam.context.Context.set_logging_config |
( |
|
self, |
|
|
|
config, |
|
|
|
incremental = False |
|
) |
| |
◆ set_root()
| def kilda.traffexam.context.Context.set_root |
( |
|
self, |
|
|
|
root |
|
) |
| |
◆ set_service_adapter()
| def kilda.traffexam.context.Context.set_service_adapter |
( |
|
self, |
|
|
|
adapter |
|
) |
| |
◆ children
| kilda.traffexam.context.Context.children |
◆ iface
| kilda.traffexam.context.Context.iface |
◆ is_debug [1/2]
| bool kilda.traffexam.context.Context.is_debug = False |
|
static |
◆ is_debug [2/2]
| kilda.traffexam.context.Context.is_debug |
◆ rest_bind
| kilda.traffexam.context.Context.rest_bind |
◆ root
| kilda.traffexam.context.Context.root = os.path.join(os.sep, 'var', 'run', const.PROJECT_NAME) |
|
static |
◆ service
| kilda.traffexam.context.Context.service = None |
|
static |
◆ shared_registry
| kilda.traffexam.context.Context.shared_registry |
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/traffexam/kilda/traffexam/context.py