issi-tester-config.dtd: Elements - Entities - Source | Intro - Index
FRAMES / NO FRAMES

ISSI Test System Global Configuration.

This defines the global configuration of the distributed test system. The distributed test system consists of one or more daemons which are started at specified IP addresses and which listen for commands sent to it through specified HTTP Ports. A daemon can consist of a tester service and a packet monitoring service. These are indepenedent services.



<issi-tester-configuration> Root element

The root of the tester configuration

<issi-tester-configuration>'s children
NameCardinality
diets-daemonAt least one
Element's model:

(diets-daemon+)


<diets-daemon> Child of issi-tester-configuration

Specifies a diets daemon which manages a conformance testing service and a packet monitoring service and runs at a specified IP address.

<diets-daemon>'s children
NameCardinality
refidAt least one
serviceAny number
<diets-daemon>'s attributes
NameValuesDefault
httpPort
Element's model:

(refid+, service*)


<refid/> Child of diets-daemon

Specifies a reference ID for the daemon. A single daemon can have one or more reference IDs. RFSSs are mapped to run on the daemon using this symbolic name.

<refid>'s attributes
NameValuesDefault
id

This element is always empty.


<service/> Child of diets-daemon

Specifies a packet monitoring service hosted at this daemon

<service>'s attributes
NameValuesDefault
type

This element is always empty.


@id Attribute of refid

a symbolic name assigned to the daemon. The default ID is the ip address of the node. This id can be referenced in the systemtopology.xml file for the test suite.

Required


@httpPort Attribute of diets-daemon

is the port where the conformance testing service may be contacted.

Required


@type Attribute of service

is the service type right now we support conformance-tester and packet-monitor services hosted at the node.

Required