Skip to content
Snippets Groups Projects
Commit 9dda3487 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update/ fi tests

parent d17c16fc
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
<?php <?php
echo " echo "
WHAT: Run check sqlite connect WHAT: Run check apache processes
"; ";
_exec("$AMCLI --ini='".__DIR__."/configs/apacheprocesses.ini'"); _exec("$AMCLI --ini='".__DIR__."/configs/apacheprocesses.ini'");
...@@ -18,7 +18,7 @@ function="File" ...@@ -18,7 +18,7 @@ function="File"
params='{ params='{
"filename": "/tmp", "filename": "/tmp",
"exists": true, "exists": true,
"flag": "dir", "dir": true,
"readable": true, "readable": true,
"writable": true "writable": true
}' }'
...@@ -28,8 +28,7 @@ description="Check non existing maintenance flag file" ...@@ -28,8 +28,7 @@ description="Check non existing maintenance flag file"
function="File" function="File"
params='{ params='{
"filename": "/some/where/maintenance.txt", "filename": "/some/where/maintenance.txt",
"exists": false, "exists": false
"flag": "file"
}' }'
; ----------------------------------------------------------------------- ; -----------------------------------------------------------------------
...@@ -20,7 +20,7 @@ params='{ ...@@ -20,7 +20,7 @@ params='{
"user": "root", "user": "root",
"password": "12345678", "password": "12345678",
"db": "ahcrawler", "db": "ahcrawler",
"port": "13306" "port": 13306
}' }'
; ----------------------------------------------------------------------- ; -----------------------------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment