Demo TCK Configuration Editor


Welcome to the JavaTest Configuration Editor!

In order for JavaTest to execute the test suite, it requires information about how your computing environment is configured -- this editor interviews you to obtain that information.

The panel to the right contains information that should help you answer the interview questions.


Please provide a short identifier to name the configuration you are creating here.

Response: Demo_TCK


Please provide a short description to identify the configuration you are creating here.

Response: demo


The following questions determine how you should run the DemoTCK runtime tests on your system.


You are running JavaTest on a system with a Sun reference JDK or JRE. You use the JavaTest Agent to run the DemoTCK tests on the test system, each test in the same virtual machine as the JavaTest Agent. The diagram to right describes this configuration.


The following questions determine the local settings of some parameters required by some of the tests.


What is the host name of the system on which you run the tests?

Response: toro


What is the IP address of the system on which you run the tests?

Response: 192.168.100.97


What is the host name of some system on the same network as the one on which you run the tests? The system should be one with only a single DNS name and a single DNS address.

Response: prod


What is the IP address for `prod'?

Response: 192.168.100.106


What is the host name of another system on the same network as the one on which you run the tests?

Response: summit


What is the IP address for `summit'?

Response: 192.168.100.79


What is the host name of multi-homed system on the same network as the one on which you run the tests? The system you choose must not be the same as `toro' or `prod', but may be the same as `summit'.

Response: summit


What is the IP address for `summit'?

Response: 192.168.100.79


What is the number of network ports (having the same name) that are on `summit'?

Response: 2


The remaining questions ask about which tests in the test suite you want to run, and where you want to put the test results.


Do you wish to run only selected sections of the test suite?

Response: No


The following questions ask about different ways of restricting (filtering) the set of tests you wish to run.


Do you wish to specify an exclude list?

Response: Yes


Specify exclude lists:

unknown type of question; cannot determine response


Do you wish to specify a keyword expression to select/reject tests based on keywords contained in each test description?

Response: No


Do you wish to select tests to run based on their result in a previous run?

Response: No


JavaTest can run tests concurrently. Specify the maximum number of tests that should be run concurrently:

Response: 1


Specify a time factor that is applied to each test's default timeout. For example, specifying "2" doubles the time for each test (the default is 1):

Response: 1


Specify a report directory:

Response:


Congratulations!

This completes the configuration interview.

Click the "check" button below to save your answers and dismiss the editor.

To run the test suite choose:

Run Tests > Start