summaryrefslogtreecommitdiff
path: root/subplot/client.yaml
blob: e5263049a31c23a409e4481955bc58241ceaeeb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- given: "an installed obnam"
  function: install_obnam

- given: "a client config based on {filename}"
  function: configure_client

- when: "I invoke obnam --config {filename} restore <{genid}> {todir}"
  function: run_obnam_restore

- when: "I invoke obnam --config {filename} restore latest {todir}"
  function: run_obnam_restore_latest

- then: "backup generation is {varname}"
  function: capture_generation_id

- then: "generation list contains <{gen_id}>"
  function: generation_list_contains