mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 21:01:13 +00:00
e7a9a2ae62
We were testing the arguments that were being passed to qemu when a disk was being served by nbdkit, but the arguments used to start nbdkit itself were not testable. This adds a test to ensure that we're invoking nbdkit correctly for various disk source definitions. Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
9 lines
198 B
Plaintext
9 lines
198 B
Plaintext
nbdkit \
|
|
--unix /tmp/statedir-2/nbdkit-test-disk-2.socket \
|
|
--foreground \
|
|
--readonly curl \
|
|
protocols=https \
|
|
'url=https://host.name:443/url/path/file.iso?test=val' \
|
|
user=testuser \
|
|
password=-779
|