etr  4.0-pre
Classes | Functions | Variables
etr.runner Namespace Reference

Classes

class  Runner
 ESO Test Facility Runner. More...
 

Functions

def parse_steps (str val)
 Parse value and return a list with steps parsed with the following rules: More...
 
def parse_command (str scmd)
 Parses the command enum strings and returns a Command enum. More...
 

Variables

string CONFIG_BASE_SCHEMA_V1
 

Variable Documentation

◆ CONFIG_BASE_SCHEMA_V1

string etr.runner.CONFIG_BASE_SCHEMA_V1
Initial value:
1 = r"""
2 type: object
3 required:
4  - version
5 properties:
6  version:
7  type: string
8  pattern: "^[0-9]+\\.[0-9]+$"
9  randomize:
10  type: boolean
11  plugins:
12  type: array
13  items:
14  type: string
15 """