# ---- Constrictor Properties ------------------------------------- # script to run by default constrictor.script=sleep.py #constrictor.script=eg_fetch_user_groups.py #constrictor.script=eg_checkout_roundtrip.py #constrictor.script=eg_title_hold.py # comma separated list of directories where test scripts are found constrictor.scriptDirs=samples,contrib/evergreen # local directory to cache test-specific files constrictor.cacheDir=cache # default number of threads constrictor.numThreads=3 # default number of iterations-per-thread constrictor.numIterations=1 # sqlite database filename constrictor.dbFile=constrictor.db # IP address to listen on when waiting on controller commands constrictor.listenAddress='' # port to listen on when waiting on controller commands constrictor.port=21800 # if true, constrictor will wait for commands from the controller (dashboard) #constrictor.listen=true #logs to stdout and stderr. options are 0=none,1=error,2=info,3=debug constrictor.loglevel=2 # ---- Properties for the Evergreen contrib module -------------- # Where on the server can we find the latest IDL file evergreen.IDLPath=/reports/fm_IDL.xml # the server to test evergreen.server=dev.gapines.org # defines the HTTP gateway path where queries are sent evergreen.gatewayPath=osrf-gateway-v1 # defines the HTTP gateway data format #evergreen.netProtocol=XML evergreen.netProtocol=JSON # if true, we will automatically login at script load time. Set to tru # if any actions in the script require authentication evergreen.autologin=true # username, password, and workstation to login with. # this is the user whose permissions will be checked # when performing any action that requires authentication evergreen.username=demo evergreen.password=demo123 evergreen.workstation=demo evergreen.dictionary=/usr/share/dict/words #evergreen.titleIDs= #evergreen.patronIDs= #evergreen.orgIDs= #evergreen.copyBarcodes= #evergreen.patronBarcodes= #evergreen.osrfConfig= #evergreen.osrfConfigContext=