TRACE ... FROM

System Testing Supervisor Script Language.

Syntax

TRACE ON | OFF [ FROM <host_name> ]

Purpose

The TRACE instruction enables or disables execution traces from the machine specified by host_name, where this name was defined by a HOST instruction.

The traces are consolidated into the supervisor log file.

The keyword ON enables traces.

The keyword OFF disables traces.

Description

If the clause FROM host_name is not present, all traces from all machines are enabled or disabled.

If the clause FROM host_name is present, traces from machine host_name are enabled or disabled.

If you specify an unknown host name, you will receive an error when scenario execution fails.

By default, traces follow the HOST instruction.

Example

HOST machine_1 IS 193.5.4.3

HOST machine_2 IS remote

TRACE OFF FROM machine_1