FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
test delagent cli More...
Public Member Functions | |
upload_testdata () | |
upload testdata prepare testdata for delagent, upload one tar file and schedule all agents More... | |
test_delagentu () | |
test delagent -u More... | |
test_delagentu_wronguser () | |
test delagent -u with wrong user More... | |
Public Attributes | |
$SYSCONF_DIR | |
$DB_NAME | |
$PG_CONN | |
$DB_COMMAND | |
Protected Member Functions | |
setUp () | |
tearDown () | |
clean the env | |
test delagent cli
Definition at line 16 of file ft_DelagentTest.php.
ft_DelagentTest::test_delagentu | ( | ) |
test delagent -u
-u
flagDefinition at line 105 of file ft_DelagentTest.php.
ft_DelagentTest::test_delagentu_wronguser | ( | ) |
test delagent -u with wrong user
-u
flag but wrong userDefinition at line 132 of file ft_DelagentTest.php.
ft_DelagentTest::upload_testdata | ( | ) |
upload testdata prepare testdata for delagent, upload one tar file and schedule all agents
upload a tar file to one specified path
get upload id that you just upload for testing
Definition at line 27 of file ft_DelagentTest.php.