etr
2.0
|
conf | |
etr | |
command | |
TestCommand | Implements the Command.TEST command |
InfoCommand | Implements the Command.INFO command |
CleanCommand | Implements the Command.CLEAN command |
context | |
Command | Application commands enumeration |
Step | Main execution steps for the test command |
exception | |
UserError | A user error should never result in a back trace but a user friendly message about the error |
DeferredException | Exception indicating that one or more exceptions was caught but execution should not stop so the error was deferred and this exception was thrown after the execution |
AbortException | Exception indicating that test execution is aborted by user |
TransientException | Exception indicating a transient error |
ExternalException | Exception indicating that an error occurred due to external circumstance with user provided data |
info | |
InfoRegister | Class holding general information about a test session |
main | |
plugin | |
Plugin | Plugin base class to simplify implementation |
PluginMgr | Plugin instance manager |
PluginRegister | Plugin register containing types but not instances of plugins |
plugins | |
jinja2 | |
Renderer | Jinja renderer |
Plugin | Jinja2 plugin |
nomad | |
Plugin | Nomad plugin that enables deployment of Nomad jobs |
nose | |
Plugin | Nose plugin for etr to allow execution of nose test suites |
resources | |
Storage | Provides the storage abstraction for Resources |
RemoteService | Adapter for the remote resource manager service |
LocalResources | Acquire/release local resources, as specified by config files |
ResourceManager | Resource Manager that acquires and releases resources as well as keeping the record of acquired/released resources |
Plugin | Resources plugin |
robot | |
Plugin | Robot Framework plugin for etr to allow execution of robot test suites |
result | |
ExitCode | Application exit codes Codes are ordered by severity such that the highest number is reported |
TextTestResult | Outputs test results as text on a stream |
runner | |
Runner | ESO Test Facility Runner |
storage | |
manager | |
CommitContext | Context manager that does automatic commits if no errors occur |
StorageManager | Provides the storage abstraction for etr |
tools | |
console | |
fsisolation | |
MountTransact | Provides overlay FS transactional mounting |
FsIsolation | Create isolated file system area for test execution |
logcapture | |
CaptureHandler | Captures logs into a line-buffer (list) |
LogCapture | Captures log messages into a memory buffer and allows on-demand writing captured messages to stderr |
subprocess | |
SignalContextManager | Provides a context manager to be able to captue signals and forward them to a subprocess within a context manager scope |
KillOrphansContextManager | Use instead of popen to perform cleanup of orphan subprocesses |
tests | |
xunit | |
TestCaseResult | Result of a test case |
TestSuiteResult | Suite of tests |
EtrUtils | |
EtrUtils | Robot Framework Library of utilities provided by etr |
sitecustomize | |
test_command | |
TestTestCommand | |
test_jinja2_plugin | |
TestRenderer | |
TestPlugin | |
test_nomad | |
TestNomad | |
test_plugin | |
TestPlugin | |
test_resources_plugin | |
TestLocalResouces | |
TestResourceManager | |
TestResourceStorage | |
TestPlugin | |
test_runner | |
TestRunnerSetup | |
TestRunnerRunning | |
test_storage | |
TestKvStorage | |
test_xunit | |
wscript |