On 06/27/2017 08:46 AM, Peter Krempa wrote:
Sheepdog and possibly others use nested objects for network server
and
thus could be specified in a way that libvirt would not parse.
Validates that
https://bugzilla.redhat.com/show_bug.cgi?id=1464821
is fixed properly.
---
tests/virjsondata/deflatten-qemu-sheepdog-in.json | 11 +++++++++++
tests/virjsondata/deflatten-qemu-sheepdog-out.json | 13 +++++++++++++
tests/virjsontest.c | 1 +
tests/virstoragetest.c | 10 ++++++++++
4 files changed, 35 insertions(+)
create mode 100644 tests/virjsondata/deflatten-qemu-sheepdog-in.json
create mode 100644 tests/virjsondata/deflatten-qemu-sheepdog-out.json
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John