]> git.ipfire.org Git - thirdparty/libvirt.git/commit
test_driver: implement virDomainCreateWithFiles
authorIlias Stamatis <stamatis.iliass@gmail.com>
Mon, 5 Aug 2019 09:02:22 +0000 (11:02 +0200)
committerErik Skultety <eskultet@redhat.com>
Tue, 6 Aug 2019 07:05:03 +0000 (09:05 +0200)
commitdace3ed383c3bb6f7c95983d65d8558c4c595b91
tree9bff7d4815e12c3a2833902b4b4e4f9e0e2e716a
parent0366c3a358747feff86ebbd20410c01761092628
test_driver: implement virDomainCreateWithFiles

This should just forward the call to testDomainCreateWithFlags since we
can't do anything with the provided file descriptors in the test driver.

Signed-off-by: Ilias Stamatis <stamatis.iliass@gmail.com>
src/test/test_driver.c