]> git.ipfire.org Git - thirdparty/libvirt.git/commit
test: Fix parsing nested <volume> XML
authorCole Robinson <crobinso@redhat.com>
Mon, 17 Oct 2022 16:11:22 +0000 (12:11 -0400)
committerCole Robinson <crobinso@redhat.com>
Wed, 19 Oct 2022 20:40:36 +0000 (16:40 -0400)
commita58da464154cb02b5630fb42e0b0924d22aeb750
tree1731bd45e24913b8d39fb3a565b6c1e51215b045
parentf1aa09233416d236f294d085c104201c3bd78d90
test: Fix parsing nested <volume> XML

Reproducer:

./build/tools/virsh \
    --connect test:///`pwd`/examples/xml/test/testnodeinline.xml \
    vol-list default-pool

Fixes: b3e33a0ef7e62169175280c647aa9ac361bd554d
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
src/test/test_driver.c