Add functionnal testing

This commit is contained in:
Brendan LE GLAUNEC
2016-06-21 10:53:24 +02:00
committed by Brendan Le Glaunec
parent df3c21701d
commit e4a2e06def
24 changed files with 1138 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"Output": "cameratest.log.xml",
"Cameradar" : {
"Path": "/cctv/bin/cameradar",
"Args": "-l 1 -c tmp_config",
"Ports": "554,5554,8554,5548",
"IdsPath": "/conf/ids.json",
"RoutesPath": "/conf/url.json",
"ThumbPath": "/thumbnails",
"dbHost": "mysql_cameradar",
"dbPort": 3306,
"dbUser": "root",
"dbPassword": "root",
"dbName": "cctv",
"Console": false
},
"Tests" : __CAMERAS__
}