]> git.evergreen-ils.org Git - working/random.git/blob - constrictor.properties
typo repair patch from James Fournie
[working/random.git] / constrictor.properties
1 # ---- Constrictor Properties -------------------------------------
2
3 # script to run by default
4 constrictor.script=sleep.py
5 #constrictor.script=eg_fetch_user_groups.py
6 #constrictor.script=eg_checkout_roundtrip.py
7 #constrictor.script=eg_title_hold.py
8
9 # comma separated list of directories where test scripts are found
10 constrictor.scriptDirs=samples,contrib/evergreen,contrib/sip2
11
12 # local directory to cache test-specific files
13 constrictor.cacheDir=cache
14
15 # default number of threads
16 constrictor.numThreads=3
17
18 # default number of iterations-per-thread 
19 constrictor.numIterations=1
20
21 # sqlite database filename
22 constrictor.dbFile=constrictor.db
23
24 # IP address to listen on when waiting on controller commands
25 constrictor.listenAddress=''
26
27 # port to listen on when waiting on controller commands
28 constrictor.port=21800
29
30 # if true, constrictor will wait for commands from the controller (dashboard)
31 #constrictor.listen=true
32
33 #logs to stdout and stderr.  options are 0=none,1=error,2=info,3=debug
34 constrictor.loglevel=2
35
36
37
38
39 # ---- Properties for the Evergreen contrib module --------------
40
41 # Where on the server can we find the latest IDL file
42 evergreen.IDLPath=/reports/fm_IDL.xml
43
44 # the server to test
45 evergreen.server=dev.gapines.org
46
47 # defines the HTTP gateway path where queries are sent
48 evergreen.gatewayPath=osrf-gateway-v1
49
50 # defines the HTTP gateway data format
51 #evergreen.netProtocol=XML
52 evergreen.netProtocol=JSON
53
54 # if true, we will automatically login at script load time.  Set to tru
55 # if any actions in the script require authentication
56 evergreen.autologin=true
57
58 # username, password, and workstation to login with.  
59 # this is the user whose permissions will be checked 
60 # when performing any action that requires authentication
61 evergreen.username=demo
62 evergreen.password=demo123
63 evergreen.workstation=demo
64 evergreen.dictionary=/usr/share/dict/words
65 evergreen.batchAPIFile=contrib/evergreen/batch_api.txt
66 #evergreen.titleIDs=
67 #evergreen.patronIDs=
68 #evergreen.orgIDs=
69 #evergreen.copyBarcodes=
70 #evergreen.patronBarcodes=
71 #evergreen.osrfConfig=
72 #evergreen.osrfConfigContext=
73
74
75
76 # ---- Properties for the SIP2 contrib module --------------
77
78
79 sip2.username=sip_username
80 sip2.password=sip_password
81 sip2.institution=example
82 sip2.server=sip.example.org
83 sip2.port=6001
84 sip2.copyBarcodes=
85 sip2.userBarcodes=
86 # passwords must correspond to user barcodes by position in the list
87 sip2.userPasswords=
88