ceph/teuthology/task/userdata_teardown.yaml
Josh Durgin 38f6a78c71 Add a task to run a test against rbd inside of qemu.
For now this task does not setup networking for the vm,
and simply runs an executable downloaded from a specified url.

It does support adding multiple rbd devices, but making use
of that with e.g. xfstests requires a bit more work.
2012-06-21 18:44:16 -07:00

12 lines
140 B
YAML

- |
#!/bin/bash
cp /var/log/cloud-init-output.log /mnt/log
- |
#!/bin/bash
umount /mnt/log
- |
#!/bin/bash
shutdown -h -P now