Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Test ¶
type Test struct {
// Name is the fully qualified name of the test.
Name string
// Args is the list of arguments to pass to the test.
Args []string
// ModulePars hold module parameters
ModulePars []string
// Timeout is the maximum run time for the test in seconds.
Timeout time.Duration
// Path to the T3XF file.
T3XF string
// Path to the K3 runtime
Runtime string
// Dir specifies the working directory for the test.
Dir string
// LogFile is the path to the log file.
LogFile string
// Env specifies the environment variables to pass to the test.
Env []string
// Begin is the time the test started.
Begin time.Time
// End is the time the test ended.
End time.Time
// Verdict is the test verdict.
Verdict string
// Reason is the reason for the verdict.
Reason string
}
A Test is a test case instance.
Click to show internal directories.
Click to hide internal directories.