diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2009-07-17 11:53:43 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2009-07-17 11:53:43 +0000 |
| commit | 5f7116bbba781af8910a2bed9e842aa2839b3d96 (patch) | |
| tree | ce024e9563fcd500c854cddaf9789acbf0fd668a /qpid/java/test-profiles/cpp.testprofile | |
| parent | 242abfa1098bc424fa60907ba79ccb594b8f5601 (diff) | |
| download | qpid-python-5f7116bbba781af8910a2bed9e842aa2839b3d96.tar.gz | |
added system properties for controlling the module locations used during test runs; concat all the profile properties together before loading so that more can be shared between profiles; added an @SSL_PORT to the substitutions done by QpidTestCase
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@795056 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles/cpp.testprofile')
| -rw-r--r-- | qpid/java/test-profiles/cpp.testprofile | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/qpid/java/test-profiles/cpp.testprofile b/qpid/java/test-profiles/cpp.testprofile index da39a6284f..1156ae6b8c 100644 --- a/qpid/java/test-profiles/cpp.testprofile +++ b/qpid/java/test-profiles/cpp.testprofile @@ -1,6 +1,17 @@ broker.version=0-10 -broker.command=${project.root}/../cpp/src/qpidd + +broker.dir=${project.root}/../cpp/src +module.dir=${broker.dir}/.libs +store.dir=${project.root}/../../cppStore/cpp/lib/.libs + +broker.executable=${broker.dir}/qpidd +broker.module.ssl=${module.dir}/ssl.so +broker.module.cluster=${module.dir}/cluster.so +broker.module.store=${store.dir}/msgstore.so + broker.modules= broker.args= -broker=${broker.command} -p @PORT --data-dir ${build.data}/@PORT -t --auth no --no-module-dir ${broker.modules} ${broker.args} + +broker=${broker.executable} -p @PORT --data-dir ${build.data}/@PORT -t --auth no --no-module-dir ${broker.modules} ${broker.args} + test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList |
