Procedural File: lamdaemonTest.php
Source Location: /templates/tests/lamdaemonTest.php
Page Details:
Tests the lamdaemon script.
Tags:
Includes:
include_once("../../lib/security.inc") [line 33]
security functions
include_once("../../lib/config.inc") [line 35]
access to configuration options
lamRunLamdaemonTestSuite [line 201]
void lamRunLamdaemonTestSuite(
String $serverName, String $serverTitle, boolean $testQuota)
|
|
Runs all tests for a given server.
Parameters
String |
$serverName |
server ID |
String |
$serverTitle |
server name |
boolean |
$testQuota |
true, if Quotas should be checked |
lamTestConnectSSH [line 322]
object handle lamTestConnectSSH(
String $server)
|
|
Connects to the given SSH server.
Parameters
String |
$server |
server name (e.g. localhost or localhost,1234) |
lamTestLamdaemon [line 130]
boolean lamTestLamdaemon(
string $command, boolean $stopTest, connection $handle, string $testText)
|
|
Runs a test case of lamdaemon.
Tags:
Parameters
string |
$command |
test command |
boolean |
$stopTest |
specifies if test should be run |
connection |
$handle |
SSH connection |
string |
$testText |
describing text |
|