summaryrefslogtreecommitdiff
path: root/subplot/client.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'subplot/client.yaml')
-rw-r--r--subplot/client.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/subplot/client.yaml b/subplot/client.yaml
index db55679..b1f9b19 100644
--- a/subplot/client.yaml
+++ b/subplot/client.yaml
@@ -10,6 +10,9 @@
- when: "I invoke obnam --config {filename} restore latest {todir}"
function: run_obnam_restore_latest
+- when: "I invoke obnam --config {filename} get-chunk <{gen_id}>"
+ function: run_obnam_get_chunk
+
- then: "backup generation is {varname}"
function: capture_generation_id
@@ -24,3 +27,6 @@
- then: "file {filename} was not backed up because it was unchanged"
function: file_was_unchanged
+
+- then: "stdout matches file {filename}"
+ function: stdout_matches_file