Add API to create new containers
[platform/core/security/vasum.git] / tests / unit_tests / server / configs / ut-server / buggy-daemon.conf
1 {
2     "containerConfigs" : ["containers/container1.conf", "missing/file/path/missing.conf", "containers/container3.conf"],
3     "containersPath" : "/tmp",
4     "containerImagePath" : "",
5     "containerTemplatePath" : "no_need_for_templates_in_this_test",
6     "runMountPointPrefix" : "",
7     "foregroundId" : "ut-server-container1",
8     "defaultId" : "ut-server-container1",
9     "containerNewConfigPrefix" : "",
10     "inputConfig" : {"enabled" : false,
11                      "device" : "/dev/doesnotexist",
12                      "code" : 139,
13                      "numberOfEvents" : 2,
14                      "timeWindowMs" : 500},
15     "proxyCallRules" : []
16 }