summaryrefslogtreecommitdiff
path: root/subplot/vmadm.yaml
blob: 4fe5e0ce1179fa446cc8b6795497f6566a8a0118 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- given: "an installed vmadm"
  impl:
    python:
      function: install_vmadm

- given: "a Debian 10 OpenStack cloud image"
  impl:
    python:
     function: ensure_base_image

- then: "directories {actual} and {expected} are identical"
  impl:
    python:
     function: directories_match

- then: "stdout, as JSON, matches file {filename} with tilde expansion"
  impl:
    python:
     function: stdout_json_matches