 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 |
 iseq | |
 samples | |
  a | |
  b | |
   Tpl | |
  eloop | |
   Tpl | |
  embed_a | |
   Tpl | |
  errloop | |
   Tpl | |
  fcf | |
   Tpl | |
  fs_pycloc | |
   Tpl | |
  fs_worker_01 | |
   Tpl | |
  loop1 | |
   Tpl | |
  loop_b | |
   Tpl | |
  loop_in_loop | |
   Tpl | |
  one | |
   Tpl | |
  par_ex | |
   Tpl | |
  test_err | |
   Tpl | |
  test_err_cover | |
   Tpl | |
  test_fs | |
   Tpl | |
  tut | |
   tut01 | |
   tut02 | |
    Tpl | |
   tut03 | |
   tut04 | |
    Tpl | |
   tut_embed01 | |
  walkfs | |
   Tpl | |
 seqcli | |
  SeqCli | |
 seqdraw | |
 seqlib | |
  contextvars_executor | |
   ContextVarExecutor | A threapool executor with support for contextvars |
  exc | |
   SeqException | My exception type |
  log | |
  nodes | |
   action | |
    Action | Action ctor |
    ActionInThread | ActionInThread ctor |
    StartNode | This is Starting Node |
    EndNode | This is the finish Node |
   interface | |
    INode | This is the interface every node has to comply with |
    _BaseNode | Base class for all sequence nodes |
   loop | |
    Loop | Loop node definition |
   monitor | |
    Monitor | A monitoring node |
   parallel | |
    Parallel | Parallel node definition |
   recover | |
    RLoop | My RLoop Class |
   reporting | |
    NodeReport | |
   sequence | |
    Sequence | Basic sequencer node |
   state | |
    T_STATE | |
   utils | |
  ob | |
   ModuleLoader | Loads a python module |
   OB | An collection of OB's or Sequences |
  seqtask | |
   SeqTask | |
   LoopTask | Executes Loop nodes |
   RTask | Retry loop task |
 seqrun | |
 setup | |
 test | |
  errloop | |
   Tpl | |
  lol | |
   Tpl | |
  loll | |
   Loop_a | |
   Tpl | |
  mod | |
  myloop | |
   Loop_A | |
   Loop_B | |
   Tpl | |
  test_a | |
   Tpl | |
  test_attrs | |
   Tpl | |
  test_b | |
   Tpl | |
  test_err1 | |
   Tpl | |
  test_err2 | |
   Tpl | |
  test_find | |
   Tpl | |
  test_interface | |
  test_ivo | |
   Tpl | |
  test_loader | |
  test_make_node | |
  test_ob | |
  test_pause | |
   Tpl | |
  test_seq_embed | |
  test_walkfs | |
   Tpl | |
 test_eloop | |
 test_loop | |
  Tpl | |
 test_loop_cv | |
  Tpl | |
 test_loop_inherit | |
  Loop_A | |
  Tpl | |
 test_loop_simple | |
  Tpl | |
 test_rcv1 | |
  Tpl | |
 wscript | |
 x | |