issi-tester-config.dtd
: Elements - Entities - Source | Intro - Index
FRAMES / NO FRAMES
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
Element's model:
<issi-tester-configuration>'s children Name Cardinality diets-daemon At least one
(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.
Element's model:
<diets-daemon>'s children Name Cardinality refid At least one service Any number
<diets-daemon>'s attributes Name Values Default httpPort
<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 Name Values Default id
This element is always empty.
<service/> | Child of diets-daemon |
Specifies a packet monitoring service hosted at this daemon
<service>'s attributes Name Values Default 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