summaryrefslogtreecommitdiff
path: root/subplot/vmadm.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-02-27 07:54:40 +0200
committerLars Wirzenius <liw@liw.fi>2021-02-28 12:24:08 +0200
commit1c5c97532c91faf8a59bbe7ebcfc645f653db697 (patch)
tree5d690b3e826472c8515710dce3d9bd256106b249 /subplot/vmadm.yaml
parent98c482d7903d059a6598a6e7280f0e7b431eac29 (diff)
downloadvmadm-1c5c97532c91faf8a59bbe7ebcfc645f653db697.tar.gz
feat: export cloud-init config, set SSH host keys
Diffstat (limited to 'subplot/vmadm.yaml')
-rw-r--r--subplot/vmadm.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/subplot/vmadm.yaml b/subplot/vmadm.yaml
index 40fce49..374391b 100644
--- a/subplot/vmadm.yaml
+++ b/subplot/vmadm.yaml
@@ -1,9 +1,15 @@
- given: "an installed vmadm"
function: install_vmadm
+- when: "I invoke vmadm cloud-init {filename} {dirname}"
+ function: invoke_cloud_init
+
- when: "I invoke vmadm new {filename}"
function: create_vm
cleanup: delete_vm
- when: "I invoke ssh -F {config} {target} {args:text}"
function: run_hostname_over_ssh
+
+- then: "directories {actual} and {expected} are identical"
+ function: directories_match