File: vmdb2.yaml

package info (click to toggle)
vmdb2 0.27%2Breally.0.26-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 704 kB
  • sloc: python: 2,365; sh: 207; makefile: 26
file content (16 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- given: a specification file called {filename}
  function: given_file

- when: user runs vmdb2 -v {filename} --output={output}
  function: run_vmdb2

- then: exit code is {exit_code}
  function: exit_code_is

- then: stdout contains "(?P<pat1>.+)" followed by "(?P<pat2>.+)"
  regex: true
  function: stdout_contains

- then: stdout does NOT contain "(?P<pat1>.+)"
  regex: true
  function: stdout_does_not_contain