Add API to create new containers
[platform/core/security/vasum.git] / tests / unit_tests / client / configs / ut-client / test-dbus-daemon.conf
1 {
2     "containerConfigs" : ["containers/console1-dbus.conf",
3                           "containers/console2-dbus.conf",
4                           "containers/console3-dbus.conf"],
5     "foregroundId" : "ut-containers-manager-console1-dbus",
6     "defaultId" : "ut-containers-manager-console1-dbus",
7     "containersPath" : "/tmp",
8     "containerImagePath" : "",
9     "containerTemplatePath" : "",
10     "containerNewConfigPrefix" : "",
11     "runMountPointPrefix" : "",
12     "inputConfig" : {"enabled" : false,
13                      "device" : "/dev/doesnotexist",
14                      "code" : 139,
15                      "numberOfEvents" : 2,
16                      "timeWindowMs" : 500},
17     "proxyCallRules" : [{"caller" : "*",
18                          "target" : "*",
19                          "targetBusName" : "org.tizen.containers.tests",
20                          "targetObjectPath" : "*",
21                          "targetInterface" : "*",
22                          "targetMethod" : "*"}]
23 }