Remove database
[platform/core/security/vist.git] / tools / tests / test_pack.conf
1 {
2   "queries": {
3     "launchd": {
4       "query": "select * from launchd",
5       "interval" : "414141",
6       "platform" : "whatever",
7       "version" : "1.0.0",
8       "description" : "Very descriptive description",
9       "value" : "Value overflow"
10     },
11     "evil_things": {
12       "query": "select * from time",
13       "interval" : "666",
14       "platform" : "invalid",
15       "version" : "9.9.9",
16       "description" : "More descriptive description",
17       "value" : "It is dangerous to go alone, take this"
18     },
19     "simple": {
20       "query": "select * from osquery_info",
21       "interval": "10"
22     }
23   }
24 }