Inheritance diagram for IPMITool.IPMITool:
Collaboration diagram for IPMITool.IPMITool:Public Member Functions | |
| def | __init__ |
| def | activate |
| def | deactivate |
| def | print_name |
| def | print_options |
| def | execute |
Public Member Functions inherited from CNCMTTTool.CNCMTTTool | |
| def | __init__ |
| def | print_name |
Public Attributes | |
| options | |
| lock | |
| threads | |
| threadID | |
| status | |
Definition at line 148 of file IPMITool.py.
| def IPMITool.IPMITool.__init__ | ( | self | ) |
Definition at line 149 of file IPMITool.py.
| def IPMITool.IPMITool.activate | ( | self | ) |
Definition at line 168 of file IPMITool.py.
| def IPMITool.IPMITool.deactivate | ( | self | ) |
Definition at line 173 of file IPMITool.py.
| def IPMITool.IPMITool.execute | ( | self, | |
| log, | |||
| keyvals, | |||
| testDef | |||
| ) |
Definition at line 185 of file IPMITool.py.
| def IPMITool.IPMITool.print_name | ( | self | ) |
Definition at line 176 of file IPMITool.py.
| def IPMITool.IPMITool.print_options | ( | self, | |
| testDef, | |||
| prefix | |||
| ) |
Definition at line 179 of file IPMITool.py.
| IPMITool.IPMITool.lock |
Definition at line 162 of file IPMITool.py.
| IPMITool.IPMITool.options |
Definition at line 151 of file IPMITool.py.
| IPMITool.IPMITool.status |
Definition at line 165 of file IPMITool.py.
| IPMITool.IPMITool.threadID |
Definition at line 164 of file IPMITool.py.
| IPMITool.IPMITool.threads |
Definition at line 163 of file IPMITool.py.
1.8.6