simpletestauto_server.module

Constants

Namesort iconDescription
STA_ERROR
STA_FAIL
STA_PASS

Functions

Namesort iconDescription
simpletestauto_clean_up
simpletestauto_server_admin_settingsImplementation of hook_settings
simpletestauto_server_cronImplementation of hook_cron used to delete old tests only on testing server
simpletestauto_server_form_alterImplementation of hook_form_alter Used to unset password fields if they are empty
simpletestauto_server_helpDisplay help and module information *
simpletestauto_server_menuimplementation of menu hook
simpletestauto_server_remove_testXML-RPC handler used on testserver side. This function marks tests for deletion by putting empty file 'clean' into tests root dir this is later cleaned up by cron run.
simpletestauto_server_testPatchXML-rpc handler used on testserver side. It receives request to test a patch. It adds test node id into queue and runs test_it.php script
simpletestauto_server_xmlrpcImplementation of hook_xmlrpc Used on testserver side to receive
stq_addAdds node if $nid to test queue
stq_popReturns node if that was in queue first