module documentation
Debugging commands
Function |
|
Sleeps for a while |
Function |
|
Send any opcode to the master. |
Function |
|
List all locks. |
Function |
|
Undocumented |
Function |
|
Send commands to Metad. |
Function |
|
Runs the test allocator opcode. |
Function |
|
Runs a few tests on the job queue. |
Function |
|
Set secret os parameters. |
Function |
|
Send commands to WConfD. |
Variable | aliases |
Undocumented |
Variable | commands |
Undocumented |
Class | _ |
No class docstring; 0/4 instance variable, 5/5 methods documented |
Function | _ |
Tests job dependencies. |
Function | _ |
Tests submitting jobs. |
Constant | _LIST |
Undocumented |
Sleeps for a while
Parameters | |
opts | the command line options selected by the user |
args:list | should contain only one element, the duration the sleep |
Returns | |
int | the desired exit code |
Send any opcode to the master.
Parameters | |
opts | the command line options selected by the user |
args:list | should contain only one element, the path of the file with the opcode definition |
Returns | |
int | the desired exit code |
List all locks.
Parameters | |
opts | the command line options selected by the user |
args:list | should be an empty list |
Returns | |
int | the desired exit code |
Send commands to Metad.
Parameters | |
opts | the command line options selected by the user |
args:list | the command to send, followed by the command-specific arguments |
Returns | |
int | the desired exit code |
Runs the test allocator opcode.
Parameters | |
opts | the command line options selected by the user |
args:list | should contain only one element, the iallocator name |
Returns | |
int | the desired exit code |