summaryrefslogtreecommitdiff
path: root/subplot/subplot.yaml
blob: 5993feb4bffccb4df9d12ab93144213a4f4f1179 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
- given: a host running Debian
  function: create_vm
  cleanup: destroy_vm

- then: I can run /bin/true on the host
  function: run_true_on_host

- when: I use role {role}
  function: use_role_in_playbook

- when: I use variables from {filename}
  function: set_vars_file

- when: I run the playbook
  function: run_playbook

- when: I try to run the playbook
  function: try_playbook

- then: the command fails
  function: command_fails

- then: stdout contains "{text:text}"
  function: xstdout_contains