xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V4 0/3] Testing libvirt XML -> libxl_domain_config conversion
@ 2014-09-11 23:09 Jim Fehlig
  2014-09-11 23:09 ` [PATCH V4 1/3] util: Introduce virJSONStringCompare for JSON doc comparisons Jim Fehlig
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jim Fehlig @ 2014-09-11 23:09 UTC (permalink / raw)
  To: libvir-list; +Cc: xen-devel

This is version 4 of the work started by danpb:

  https://www.redhat.com/archives/libvir-list/2014-May/msg01102.html

This series tests the conversion of libvirt XML to libxl_domain_config
objects by the libvirt libxl driver.

Changed in V4:

 - V3 patches 2-4 have been pushed
 - Patch 1 is unchanged from V3
 - Patch 2 is new and adds tests for virJSONStringCompare
 - Cleanup of ignored context paths definition in patch 3
   (was #5 in V3) 

Daniel P. Berrange (2):
  util: Introduce virJSONStringCompare for JSON doc comparisons
  libxl: Add a test suite for libxl option generator

Jim Fehlig (1):
  tests: add tests for virJSONStringCompare

 configure.ac                           |   2 +
 src/libvirt_private.syms               |   1 +
 src/util/virjson.c                     | 242 +++++++++++++++++++++++++++++++++
 src/util/virjson.h                     |  16 +++
 tests/Makefile.am                      |  25 +++-
 tests/jsontest.c                       |  63 ++++++++-
 tests/libxlxml2jsondata/basic-hvm.json | 217 +++++++++++++++++++++++++++++
 tests/libxlxml2jsondata/basic-hvm.xml  |  36 +++++
 tests/libxlxml2jsondata/basic-pv.json  | 163 ++++++++++++++++++++++
 tests/libxlxml2jsondata/basic-pv.xml   |  28 ++++
 tests/libxlxml2jsontest.c              | 228 +++++++++++++++++++++++++++++++
 tests/virmocklibxl.c                   |  87 ++++++++++++
 12 files changed, 1102 insertions(+), 6 deletions(-)
 create mode 100644 tests/libxlxml2jsondata/basic-hvm.json
 create mode 100644 tests/libxlxml2jsondata/basic-hvm.xml
 create mode 100644 tests/libxlxml2jsondata/basic-pv.json
 create mode 100644 tests/libxlxml2jsondata/basic-pv.xml
 create mode 100644 tests/libxlxml2jsontest.c
 create mode 100644 tests/virmocklibxl.c

-- 
1.8.4.5

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-09-11 23:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-11 23:09 [PATCH V4 0/3] Testing libvirt XML -> libxl_domain_config conversion Jim Fehlig
2014-09-11 23:09 ` [PATCH V4 1/3] util: Introduce virJSONStringCompare for JSON doc comparisons Jim Fehlig
2014-09-11 23:09 ` [PATCH V4 2/3] tests: add tests for virJSONStringCompare Jim Fehlig
2014-09-11 23:09 ` [PATCH V4 3/3] libxl: Add a test suite for libxl option generator Jim Fehlig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).