Check the active configuration set of a component. More...
Public Member Functions | |
def | __init__ |
def | __str__ |
Private Member Functions | |
def | _execute |
Private Attributes | |
_path | |
_path_str | |
_set |
Check the active configuration set of a component.
Checks if a configuration set is active in a component. This action checks if the active configuration set of a component is as expected. It will check if the set exists first; if no such set exists, the action will fail. This action will not fail if the specified component does not exist or is incorrect. To cause an abort in these situations, use @ref CheckForRequiredCompAct.
Definition at line 246 of file actions.py.
def rtshell.actions.CheckActiveConfigSetAct.__init__ | ( | self, | |
path_str, | |||
set, | |||
callbacks = [] |
|||
) |
Definition at line 258 of file actions.py.
def rtshell.actions.CheckActiveConfigSetAct.__str__ | ( | self | ) |
Reimplemented from rtshell.actions.Action.
Definition at line 264 of file actions.py.
def rtshell.actions.CheckActiveConfigSetAct._execute | ( | self, | |
rtctree | |||
) | [private] |
Base for action execution method. Return (True, '') or (False, 'Why I failed.') when implementing this method.
Reimplemented from rtshell.actions.Action.
Definition at line 268 of file actions.py.
Definition at line 258 of file actions.py.
Definition at line 258 of file actions.py.
Definition at line 258 of file actions.py.