diff options
Diffstat (limited to 'cpp/test/IceGrid/allocation/application.xml')
-rw-r--r-- | cpp/test/IceGrid/allocation/application.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/cpp/test/IceGrid/allocation/application.xml b/cpp/test/IceGrid/allocation/application.xml index c6009162eab..81848fa7e78 100644 --- a/cpp/test/IceGrid/allocation/application.xml +++ b/cpp/test/IceGrid/allocation/application.xml @@ -20,12 +20,12 @@ <node name="localnode"> - <server-instance template="Glacier2" id="Glacier2" - endpoints="default -p 12347" + <server-instance template="Glacier2" id="Glacier2" + endpoints="default -p 12347" verifier="PermissionsVerifier" manager="TestIceGrid/SessionManager"/> - <server id="ObjectAllocation" exe="${test.dir}/server" activation="on-demand" pwd="."> + <server id="ObjectAllocation" exe="${server.dir}/server" activation="on-demand" pwd="."> <adapter name="Server" endpoints="default"> <allocatable identity="allocatable" type="::Test"/> <allocatable identity="allocatablebis" type="::TestBis"/> @@ -35,13 +35,13 @@ </adapter> </server> - <server id="PermissionsVerifier" exe="${test.dir}/verifier" activation="on-demand"> + <server id="PermissionsVerifier" exe="${verifier.dir}/verifier" activation="on-demand"> <adapter name="PermissionsVerifier" endpoints="default"> <object identity="PermissionsVerifier" type="::Glacier2::PermissionsVerifier"/> </adapter> </server> - <server id="ServerAllocation" exe="${test.dir}/server" activation="on-demand" pwd="." allocatable="true"> + <server id="ServerAllocation" exe="${server.dir}/server" activation="on-demand" pwd="." allocatable="true"> <adapter name="Server" endpoints="default" id="ServerAlloc"> <allocatable identity="allocatable3" type="::TestServer1"/> <allocatable identity="allocatable4" type="::TestServer2"/> @@ -52,26 +52,26 @@ </adapter> </server> - <server id="ServerAllocation-1" exe="${test.dir}/server" activation="on-demand" pwd="." allocatable="true"> + <server id="ServerAllocation-1" exe="${server.dir}/server" activation="on-demand" pwd="." allocatable="true"> <adapter name="Server" endpoints="default"> <allocatable identity="allocatable5" type="::TestMultipleServer"/> </adapter> </server> - <server id="ServerAllocation-2" exe="${test.dir}/server" activation="on-demand" pwd="." allocatable="true"> + <server id="ServerAllocation-2" exe="${server.dir}/server" activation="on-demand" pwd="." allocatable="true"> <adapter name="Server" endpoints="default"> <allocatable identity="allocatable6" type="::TestMultipleServer"/> </adapter> </server> - - <server id="ServerStress-1" exe="${test.dir}/server" activation="on-demand" pwd="."> + + <server id="ServerStress-1" exe="${server.dir}/server" activation="on-demand" pwd="."> <adapter name="Server" endpoints="default"> <allocatable identity="stress-1" type="::StressTest"/> <allocatable identity="stress-2" type="::StressTestBis"/> </adapter> </server> - <server id="ServerStress-2" exe="${test.dir}/server" activation="on-demand" pwd="." allocatable="true"> + <server id="ServerStress-2" exe="${server.dir}/server" activation="on-demand" pwd="." allocatable="true"> <adapter name="Server" endpoints="default"> <allocatable identity="stress-3" type="::StressTest"/> <allocatable identity="stress-4" type="::StressTestBis"/> @@ -79,7 +79,7 @@ </adapter> </server> - <server id="ServerStress-3" exe="${test.dir}/server" activation="on-demand" pwd="." allocatable="true"> + <server id="ServerStress-3" exe="${server.dir}/server" activation="on-demand" pwd="." allocatable="true"> <adapter name="Server" endpoints="default"> <allocatable identity="stress-5" type="::StressTest"/> <allocatable identity="stress-6" type="::StressTestBis"/> |