summaryrefslogtreecommitdiff
path: root/cc/config/java/cpp.noprefetch.testprofile
diff options
context:
space:
mode:
Diffstat (limited to 'cc/config/java/cpp.noprefetch.testprofile')
-rw-r--r--cc/config/java/cpp.noprefetch.testprofile18
1 files changed, 18 insertions, 0 deletions
diff --git a/cc/config/java/cpp.noprefetch.testprofile b/cc/config/java/cpp.noprefetch.testprofile
new file mode 100644
index 0000000000..a69a5295f5
--- /dev/null
+++ b/cc/config/java/cpp.noprefetch.testprofile
@@ -0,0 +1,18 @@
+broker.version=0-10
+broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module store_home/lib/.libs/libbdbstore.so --auth no --no-module-dir
+broker.clean=${project.root}/clean-dir ${build.data}
+java.naming.provider.url=${project.root}/test-provider.properties
+test.excludes=true
+broker.ready=Listening on TCP port
+test.excludesfile=${project.root}/cppNoPrefetchExcludeList
+log=info
+amqj.logging.level=$log
+root.logging.level=$log
+log4j.configuration=file://${project.root}/log4j-test.xml
+test.fork=no
+test.mem=512M
+test=*Test
+haltonfailure=no
+haltonerror=no
+max_prefetch=0
+exclude.modules=systests \ No newline at end of file