commit | b0869a46b2dc2e6e4d6d6cca8bb5c5bf611f33d0 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Jul 27 15:14:28 2012 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Aug 06 22:39:14 2012 +0200 |
tree | 4d00c6253b4f6f038518d01210180fd849a6836e | |
parent | dc68afe0f3e8be913a0eb639afc9196e0abab261 [diff] |
qemu-iotests: Be more flexible with image creation options qemu-iotests already filters out image creation options that may be present or not in order to get the same output in both cases. However, often it only considers the default value of the option. Cover all valid values instead so that ./check -o name=value can be used successfull for all of them. Signed-off-by: Kevin Wolf <kwolf@redhat.com>