summaryrefslogtreecommitdiff
path: root/subplot/vmadm.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'subplot/vmadm.yaml')
-rw-r--r--subplot/vmadm.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/subplot/vmadm.yaml b/subplot/vmadm.yaml
new file mode 100644
index 0000000..40fce49
--- /dev/null
+++ b/subplot/vmadm.yaml
@@ -0,0 +1,9 @@
+- given: "an installed vmadm"
+ function: install_vmadm
+
+- 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