Re: [libvirt] [PATCH python] Improve quality of sanitytest check

2013-11-28 Thread Daniel P. Berrange
On Wed, Nov 27, 2013 at 10:28:08AM -0500, Doug Goldstein wrote: On Nov 27, 2013, at 6:19 AM, Daniel P. Berrange berra...@redhat.com wrote: On Tue, Nov 26, 2013 at 01:16:24PM -0600, Doug Goldstein wrote: On Tue, Nov 26, 2013 at 12:32 PM, Daniel P. Berrange berra...@redhat.com

Re: [libvirt] [PATCH python] Improve quality of sanitytest check

2013-11-27 Thread Daniel P. Berrange
On Tue, Nov 26, 2013 at 01:16:24PM -0600, Doug Goldstein wrote: On Tue, Nov 26, 2013 at 12:32 PM, Daniel P. Berrange berra...@redhat.com wrote: From: Daniel P. Berrange berra...@redhat.com Validate that every public API method is mapped into the python and that every python method has a

Re: [libvirt] [PATCH python] Improve quality of sanitytest check

2013-11-27 Thread Doug Goldstein
On Nov 27, 2013, at 6:19 AM, Daniel P. Berrange berra...@redhat.com wrote: On Tue, Nov 26, 2013 at 01:16:24PM -0600, Doug Goldstein wrote: On Tue, Nov 26, 2013 at 12:32 PM, Daniel P. Berrange berra...@redhat.com wrote: From: Daniel P. Berrange berra...@redhat.com Validate that every

[libvirt] [PATCH python] Improve quality of sanitytest check

2013-11-26 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Validate that every public API method is mapped into the python and that every python method has a sane C API. Signed-off-by: Daniel P. Berrange berra...@redhat.com --- sanitytest.py | 309 +++---

Re: [libvirt] [PATCH python] Improve quality of sanitytest check

2013-11-26 Thread Doug Goldstein
On Tue, Nov 26, 2013 at 12:32 PM, Daniel P. Berrange berra...@redhat.com wrote: From: Daniel P. Berrange berra...@redhat.com Validate that every public API method is mapped into the python and that every python method has a sane C API. Looks like we had the same idea and even a similar