Adding IS-Registry test-suite
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/information-system/gCubeIS/Registry@15688 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
82f3d44967
commit
cacbc2d08c
|
@ -0,0 +1,10 @@
|
||||||
|
ISRegistry test-suite
|
||||||
|
|
||||||
|
Decription
|
||||||
|
A client for the IS Registry allowing to add/delete profiles from the IS
|
||||||
|
|
||||||
|
Usage
|
||||||
|
source <script name> <resource ID>/<profile file>
|
||||||
|
|
||||||
|
Author Manuele Simi
|
||||||
|
Last Update 30/09/2009
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.stubs.jar:$CLASSPATH org/gcube/informationsystem/registry/stubs/testsuite/RegistryRegistrationTest http://node9.p.d4science.research-infrastructures.eu:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /d4science.research-infrastructures.eu/ICIS GenericResource
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.stubs.jar:$CLASSPATH org/gcube/informationsystem/registry/stubs/testsuite/RegistryRegistrationTest http://node4.p.d4science.research-infrastructures.eu:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /d4science.research-infrastructures.eu/EM RunningInstance
|
|
@ -0,0 +1,3 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/test/RegistryRemoveTest
|
||||||
|
http://node2.p.d4science.research-infrastructures.eu:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory 25eb46a0-cc57-11dd-b0f7-c350a4ea4d24 /d4science.research-infrastructures.eu
|
||||||
|
Service
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/stubs/testsuite/RegistryRemoveTest http://node2.p.d4science.research-infrastructures.eu:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /d4science.research-infrastructures.eu GHN
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/stubs/testsuite/RegistryRemoveTest http://node4.p.d4science.research-infrastructures.eu:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /d4science.research-infrastructures.eu/EM GHN
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/stubs/testsuite/RegistryRemoveTest http://node26.p.d4science.research-infrastructures.eu:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /d4science.research-infrastructures.eu/FARM GHN
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/test/RegistryRemoveTest http://node11.p.d4science.research-infrastructures.eu:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /d4science.research-infrastructures.eu/FCPPS GHN
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/stubs/testsuite/RegistryRemoveTest http://node9.p.d4science.research-infrastructures.eu:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /d4science.research-infrastructures.eu/ICIS GHN
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/stubs/testsuite/RegistryRemoveTest http://node11.p.d4science.research-infrastructures.eu:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /d4science.research-infrastructures.eu/FCPPS GHN
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/test/RegistryRemoveTest http://grid5.4dsoft.hu:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /gcube/testing GHN
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/stubs/testsuite/RegistryRemoveTest http://pc-simi.isti.cnr.it:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /gcube GHN
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/stubs/testsuite/RegistryRemoveTest http://dlib16.isti.cnr.it:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /gcube/devsec GHN
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/test/RegistryRemoveTest http://node2.p.d4science.research-infrastructures.eu:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /d4science.research-infrastructures.eu GenericResource
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/stubs/testsuite/RegistryRemoveTest http://node26.p.d4science.research-infrastructures.eu:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /d4science.research-infrastructures.eu/FARM GenericResource
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/stubs/testsuite/RegistryRemoveTest http://dlib16.isti.cnr.it:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /gcube/devsec GenericResource
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/test/RegistryRemoveTest http://node4.p.d4science.research-infrastructures.eu:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /d4science.research-infrastructures.eu/EM GenericResource
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/test/RegistryRemoveTest http://node11.p.d4science.research-infrastructures.eu:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /d4science.research-infrastructures.eu/FCPPS GenericResource
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/test/RegistryRemoveTest http://node9.p.d4science.research-infrastructures.eu:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /d4science.research-infrastructures.eu/ICIS GenericResource
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/test/RegistryRemoveTest http://grid5.4dsoft.hu:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /gcube/testing GenericResource
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/test/RegistryRemoveTest http://dlib16.isti.cnr.it:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /gcube/devsec MetadataCollection
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/test/RegistryRemoveTest http://node4.p.d4science.research-infrastructures.eu:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /d4science.research-infrastructures.eu/EM MetadataCollection
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/test/RegistryRemoveTest http://node2.p.d4science.research-infrastructures.eu:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /d4science.research-infrastructures.eu RunningInstance
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/stubs/testsuite/RegistryRemoveTest http://node4.p.d4science.research-infrastructures.eu:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /d4science.research-infrastructures.eu/EM RunningInstance
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/test/RegistryRemoveTest http://node11.p.d4science.research-infrastructures.eu:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /d4science.research-infrastructures.eu/FCPPS RunningInstance
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/test/RegistryRemoveTest http://node9.p.d4science.research-infrastructures.eu:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /d4science.research-infrastructures.eu/ICIS RunningInstance
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/test/RegistryRemoveTest http://node11.p.d4science.research-infrastructures.eu:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /d4science.research-infrastructures.eu/FCPPS RunningInstance
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/test/RegistryRemoveTest http://pc-simi.isti.cnr.it:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /gcube RunningInstance
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/stubs/testsuite/RegistryRemoveTest http://dlib16.isti.cnr.it:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /gcube/devsec RunningInstance
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/test/RegistryRemoveTest http://pc-simi.isti.cnr.it:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /gcube Service
|
|
@ -0,0 +1 @@
|
||||||
|
java -cp ./org.gcube.informationsystem.registry.jar:$CLASSPATH org/gcube/informationsystem/registry/test/RegistryRemoveTest http://dlib16.isti.cnr.it:8080/wsrf/services/gcube/informationsystem/registry/RegistryFactory $1 /gcube/devsec Service
|
|
@ -0,0 +1 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?><Resource><ID>778ba410-8d94-11de-889b-bed95c57e445</ID><Type>RunningInstance</Type><Scopes><Scope>/d4science.research-infrastructures.eu/EM</Scope></Scopes><Profile><Description>User Profile Manager Service</Description><Version>1.00.06</Version><GHN UniqueID="2fd56d10-3522-11de-80e6-b64bf0260105" /><Service UniqueID="778402f0-8d94-11de-889a-bed95c57e445" /><ServiceName>UserProfileAccess</ServiceName><ServiceClass>Personalisation</ServiceClass><DeploymentData><ActivationTime value="2009-08-20T15:19:26+01:00" /><Status>ready</Status></DeploymentData><AccessPoint><RunningInstanceInterfaces><Endpoint EntryName="gcube/personalization/userprofileaccess/UserProfileAccess">http://node21.p.d4science.research-infrastructures.eu:8080/wsrf/services/gcube/personalization/userprofileaccess/UserProfileAccess</Endpoint><Endpoint EntryName="gcube/personalization/userprofileaccess/UserProfileAccessFactory">http://node21.p.d4science.research-infrastructures.eu:8080/wsrf/services/gcube/personalization/userprofileaccess/UserProfileAccessFactory</Endpoint></RunningInstanceInterfaces></AccessPoint></Profile></Resource>
|
Loading…
Reference in New Issue