https://wsit.dev.java.net/issues/show_bug.cgi?id=975------- Additional comments from
daveronge@... Mon Jul 21 12:54:33 +0000 2008 -------
Here is the instruction to run tests interop-3.5-msdriven as single test each round;
run command
ant -Dxtest.testtype=interop-3.5-msdriven -Dxtest.wsit.dest.dir=$AS_HOME/lib
-Dhave-proxy=false -Dxtest.indigo.host=yinyang.india.sun.com
-Dxtest.http.host=`getip` -Dlogverbose=y
-Dxtest.run.singletest='**/indigo2tango/**/*Test.class/testSecureOneWayRM10_SOAP12'
-Drun.debugger=y
in tango/qe-tests/jax-rm/test directory of checkout from sunsw cvs
here the switch "xtest.run.singletest" allows to separate single test directly,
e.g:
-Dxtest.run.singletest='**/indigo2tango/**/SecureReliableOneWayTest.class/testSecureOneWayRM11_SOAP12'
however for roundtrip cases the naming is a bit irregular
so you need to substitute classname and testmethod with
SecureReliableOneWayTest.class/testSecureOneWayRM11_SOAP11
SecureRequestResponseTest.class/testSecureRequestReplyRM11_SOAP12
SecureRequestResponseTest.class/testSecureRequestReplyRM11_SOAP11
for other cases respectively.
Additionally you need to provide the command with IP of your machine as IP is
being sent to MS client driver
and the test class depends on being supplied with the IP(or FQDN hostname) by
parameter.
This is can be done with the switch -Dxtest.http.host=`getip` where "getip" is
symbolic function that returns your IP address or complete hostname -
you can either replace whole back-ticked command with literal address or alias
getip to whatever command can return your host IP or FQDN.
Again you need xtest-distribution and other sources
(Check out from sunsw cvs:
tango/qe-tests/jax-rm/interop-3.5 # i.e. - the same directory as for the
opposite cases
tango/qe-tests/jax-rm/test
tango/qe-tests/xtest-distribution
,eventually tango/qe-tests/gf-setup to get and configure GF) and of course
running GF this time.
Please checkout - fresh or update thoroughly - two files have been fixed
recently (one test class and one cfg-*.xml file to allow for single test run.
Please let me know if anything doesn't work as described.
---------------------------------------------------------------------
To unsubscribe, e-mail:
issues-unsubscribe@...
For additional commands, e-mail:
issues-help@...