summaryrefslogtreecommitdiff
path: root/subplot/obnam.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'subplot/obnam.yaml')
-rw-r--r--subplot/obnam.yaml10
1 files changed, 8 insertions, 2 deletions
diff --git a/subplot/obnam.yaml b/subplot/obnam.yaml
index 7d2d85b..8bde009 100644
--- a/subplot/obnam.yaml
+++ b/subplot/obnam.yaml
@@ -39,10 +39,13 @@
- when: "I back up {dirname} with obnam-backup"
function: back_up_directory
-- when: "I invoke obnam-backup {filename}"
+- when: "I invoke obnam backup {filename}"
function: run_obnam_backup
-- when: "I invoke obnam-restore {filename} <{genid}> {dbname} {todir}"
+- when: "I invoke obnam list {filename}"
+ function: run_obnam_list
+
+- when: "I invoke obnam restore {filename} <{genid}> {dbname} {todir}"
function: run_obnam_restore
- then: "HTTP status code is {status}"
@@ -69,3 +72,6 @@
- then: "data in {live} and {restore} match"
function: live_and_restored_data_match
+
+- then: "generation list contains <{gen_id}>"
+ function: generation_list_contains