diff options
author | Rafael H. Schloming <rhs@apache.org> | 2008-12-23 21:53:19 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2008-12-23 21:53:19 +0000 |
commit | 3ad9ea42fa524d218b47f2f34dae5397a376aade (patch) | |
tree | 66475235b71b3f4a059d07190d23c41250debe9a | |
parent | 2769d0a4d12340e68a10dd64f82aa95d6d987c08 (diff) | |
download | qpid-python-3ad9ea42fa524d218b47f2f34dae5397a376aade.tar.gz |
created a profile for launchign the cpp broker with clustering enabled
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@729137 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/cpp.cluster.testprofile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/cpp.cluster.testprofile b/java/cpp.cluster.testprofile new file mode 100644 index 0000000000..1353af18f2 --- /dev/null +++ b/java/cpp.cluster.testprofile @@ -0,0 +1,3 @@ +broker.version=0-10 +broker=${project.root}/../cpp/src/qpidd --load-module ${project.root}/../cpp/src/.libs/cluster.so --cluster-name cpp-java-test-cluster -p @PORT --data-dir ${build.data}/@PORT -t --auth no +test.excludesfile=${project.root}/ExcludeList ${project.root}/010ExcludeList |