Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

IOP-16.

Client Start Scripts.

For each client implementation, <client>, there will be a start script located at interop/<client>/client/start. The build processes for each client will generate these scripts and output them to this location as part of their build process.

IOP-17.

Client Start Timeout.

If the client fails to start and connect to the specified broker within 60 seconds the script will terminate with error code 1.

IOP-18.

Client Start Succesfull.

When the client starts successfully its script will terminate with error code 0.

IOP-19.

Client Start Broker Urland Port.

The -b <broker_url> <hostname> option will be used to call instruct the start script to connect to the broker specified in the urlspecified hostname. The -p <port> option will similarly allow the port to be specified.

IOP-20.

Client Virtual Host.

The default virtual host to connect to, may be overridden with the -h v <virtual_host> command line option, which will be accepted by all test clients.

IOP-21.

Client Start General Parameters.

General parameters may be passed to the client start scripts using the synax name=value. These name/value pairs may be used by specific test cases to override default test parameters. See Appendix C for a list of test parameters.

...