summaryrefslogtreecommitdiff
path: root/vmadm.md
diff options
context:
space:
mode:
Diffstat (limited to 'vmadm.md')
-rw-r--r--vmadm.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/vmadm.md b/vmadm.md
index 0ba4f12..a3e62d7 100644
--- a/vmadm.md
+++ b/vmadm.md
@@ -158,6 +158,9 @@ when I invoke ssh -F .ssh/config debian@smoke df -h /
then stdout contains "4.9G"
when I invoke ssh -F .ssh/config debian@smoke free -m
then stdout contains "1997"
+when I invoke vmadm shutdown --config config.yaml smoke.yaml
+when I invoke vmadm start --config config.yaml smoke.yaml
+when I invoke ssh -F .ssh/config debian@smoke hostname
~~~