mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 23:10:08 +00:00
bdece5518d
Previously this test only tested the generated nbdkit command for the top level disk source. Update it to test the generated commmands for all sources in the chain. Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
10 lines
223 B
Plaintext
10 lines
223 B
Plaintext
SSH_AUTH_SOCK=/path/to/agent/socket \
|
|
nbdkit \
|
|
--unix /tmp/domain-QEMUGuest1/nbdkit-disk0-src0.socket \
|
|
--foreground ssh \
|
|
host=example.org \
|
|
port=2222 \
|
|
path=test1.img \
|
|
user=myuser \
|
|
known-hosts=/path/to/ssh_known_hosts1
|