Ubuntu Pastebin

Paste from lazy at Thu, 27 Oct 2016 13:34:57 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
test:
  params:
    focus:
      default: "\\[Conformance\\]"
      description: "Regex focus for executing the test"
      type: string
    skip:
      default: "\\[Flaky\\]"
      description: "Regex of tests to skip"
      type: string
    timeout:
      default: 30000
      description: Timeout in nanoseconds
      type: integer
Download as text