-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathtest.cfg.example
More file actions
48 lines (33 loc) · 1.66 KB
/
test.cfg.example
File metadata and controls
48 lines (33 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# copy this file to test.cfg and fill in prior to running tests.
[Workspacetest]
# Minio exe file location
test.minio.exe = minio
# Blobstore exe file location
test.blobstore.exe = blobstore
# MongoDB exe file location
test.mongo.exe = /kb/runtime/bin/mongod
# 'true' to use the MongoDB WiredTiger file storage engine (3.0+)
test.mongo.useWiredTiger=false
# path to the ArangoDB executable (arangod, *not* arangodb) to use for the tests.
# In the downloaded tarball it is at /bin/arangod.
test.arango.exe=/path/to/arangoddbexecutable
# path to the ArangoDB javascript startup directory to use for the tests.
# This is the same path as provided to --javascript.startup-directory for the arangod executable.
# In the downloaded tarball it is at /usr/share/arangodb3/js/.
test.arango.js=/path/to/arangodjs
# Temp directory for various database and server files. This path cannot have
# any system specific information (e.g. ~, $HOME, etc)
test.temp.dir = workspace_test_temp
# Set to 'true' (without quotes) to keep temporary test files
# (for debugging purposes), any other value is false
test.temp.dir.keep=false
# Handle Service lib directory location
# To set up, clone handle_service2 repo (https://github.com/kbase/handle_service2)
# A python environment for the handle service can be created with https://github.com/pypa/pipenv
# via the Pipfile in python_dependencies.
test.handleservice.dir=
# Sample Service lib directory location
# To set up, clone sample_service repo (https://github.com/kbase/sample_service)
# A python environment for the sample service can be created with https://github.com/pypa/pipenv
# via the Pipfile in python_dependencies.
test.sampleservice.dir=