-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.ini
28 lines (21 loc) · 1.06 KB
/
config.ini
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
; This is a sample configuration file
; ; Comments start with ';', as in php.ini
[CONFIG]
listTriplestore[] = "standardSparql11"
listTriplestore[] = "4store"
listTriplestore[] = "sesame"
listTriplestore[] = "fuseki"
listTriplestore[] = "virtuoso"
listTriplestore[] = "allegrograph"
listTestSuite["https://bordercloud.github.io/rdf-tests/sparql11/data-sparql11/"] = "tests/rdf-tests/sparql11/data-sparql11/"
listTestSuite["https://bordercloud.github.io/TFT-tests/GO3/"] = "tests/TFT-tests/GO3/"
listTestSuite["https://bordercloud.github.io/TFT-tests/geosparql/"] = "tests/TFT-tests/geosparql/"
jmeter = "./jmeter/bin/jmeter"
[SERVICE]
endpoint["http://example.org/sparql"] = "http://172.18.0.3/sparql"
endpoint["http://example1.org/sparql"] = "http://172.18.0.4/sparql"
endpoint["http://example2.org/sparql"] = "http://172.18.0.5/sparql"
;Tests with LOAD
[LOAD]
file["http://example.org/faraway"]= "http://bordercloud.github.io/TFT-tests/sparql11-test-suite/add/add-default.ttl"
file["remote"]= "http://bordercloud.github.io/TFT-tests/sparql11-test-suite/add/add-default.ttl"