summaryrefslogtreecommitdiff
path: root/sanitytest.py
Commit message (Expand)AuthorAgeFilesLines
* setup: switch to running API coverage test using pytestv8.3.0Daniel P. Berrangé2022-04-211-435/+0
* sanitytest: skip tests when seeing broken lxml implementationDaniel P. Berrangé2022-04-211-2/+38
* sanitytest: turn into a normal python unittestDaniel P. Berrangé2022-04-211-29/+25
* sanitytest: move function/enum identification into a helper methodDaniel P. Berrangé2022-04-211-54/+59
* sanitytest: move class identification into a helper methodDaniel P. Berrangé2022-04-211-34/+38
* sanitytest: move initial class method mapping into a helper methodDaniel P. Berrangé2022-04-211-68/+72
* sanitytest: move class method mapping fixup into a helper methodDaniel P. Berrangé2022-04-211-116/+120
* sanitytest: move C to python API mapping check into a helper methodDaniel P. Berrangé2022-04-211-10/+12
* sanitytest: move python to C API mapping check into a helper methodDaniel P. Berrangé2022-04-211-16/+17
* sanitytest: move C API binding check into a helper methodDaniel P. Berrangé2022-04-211-18/+26
* sanitytest: stop passing python module path into sanity testDaniel P. Berrangé2022-04-211-4/+0
* sanitytest: stop passing API XML path into sanity testDaniel P. Berrangé2022-04-211-6/+1
* sanitytest: Add virNetworkCreateXMLFlags() to list of name fixupsv7.8.0Michal Privoznik2021-09-241-1/+2
* sanitytest: no type changePhilipp Hahn2020-08-061-2/+2
* sanitytest: Use str.startswith() instead of str[0]Philipp Hahn2020-08-061-2/+2
* sanitytest: Use set for tracking used functionsPhilipp Hahn2020-08-061-3/+3
* sanitytest: Use 3-tuple for finalklassmapPhilipp Hahn2020-08-061-8/+3
* sanitytest: Use 3-tuple for basicklassmapPhilipp Hahn2020-08-061-9/+5
* sanitytest: Add PEP 484 type annotationsPhilipp Hahn2020-08-061-10/+11
* sanitytest: Drop Python 2 compatibilityPhilipp Hahn2020-08-061-3/+1
* sanitytest: Drop else:passPhilipp Hahn2020-08-061-4/+0
* sanitytest: Do not re-declare setPhilipp Hahn2020-08-061-7/+3
* sanitytest: Convert type() to isinstance()Philipp Hahn2020-08-061-2/+2
* sanitytest: Skip type annotationsPhilipp Hahn2020-08-061-0/+2
* sanitytest: Remove unused importPhilipp Hahn2020-08-061-1/+0
* Normalize white spacePhilipp Hahn2020-08-061-5/+4
* test: workaround missing VIR_TYPED_PARAM enums in API definitionDaniel P. Berrangé2020-05-011-1/+5
* Drop support for python 2Daniel P. Berrangé2019-12-041-1/+1
* sanitytest: whitelist 'network' method as having no C implDaniel P. Berrangé2019-09-121-1/+1
* Add virDomainCheckpoint APIsEric Blake2019-07-291-3/+3
* sanitytest: add some special cases for virNetworkPort APIsDaniel P. Berrangé2019-06-201-1/+4
* Fix bugs in nwfilter binding APIsDaniel P. Berrangé2018-06-281-1/+1
* Blacklist virGetLastError{Code,Domain}Daniel P. Berrangé2018-06-061-1/+3
* tests: add special case for virStoragePoolLookupByTargetPathDaniel P. Berrangé2018-02-091-1/+2
* Don't hardcode interpreter pathCédric Bosdonnat2017-11-301-1/+1
* Skip sparseRecvAll / sparseSendAll in sanity testDaniel P. Berrange2017-09-181-1/+2
* virStream: Introduce virStreamSparse{Recv,Send}AllMichal Privoznik2017-05-241-2/+4
* Allow for ff callbacks to be called by custom event implementationsWojtek Porczyk2017-04-041-1/+2
* Add support for secret event APIsDaniel P. Berrange2017-01-091-0/+3
* Python binding for node poll lifecycle events APIJovanka Gulicoska2016-08-021-0/+3
* Python binding for storage pool lifecycle events APIJovanka Gulicoska2016-06-161-0/+3
* sanitytest.py parameters are now optionalVictor Stinner2015-04-221-5/+18
* Expose virDomainInterfacesAddresses to python bindingv1.2.14Pavel Hrdina2015-03-281-0/+3
* Rename virDomainGetIOThreadsInfo to virDomainGetIOThreadInfoJán Tomko2015-03-261-2/+2
* Rename virDomainIOThreadsInfoFree to virDomainIOThreadInfoFreeJán Tomko2015-03-261-1/+1
* Support virDomainGetIOThreadsInfo and virDomainIOThreadsInfoFreeJohn Ferlan2015-03-111-0/+5
* sanitytest: fix mapping test for virDomainDefineXMLFlagsv1.2.12Pavel Hrdina2015-01-191-1/+1
* Add c_pointer method to classes.v1.2.11Richard W.M. Jones2014-12-111-0/+2
* override: Implement bindings for virDomainGetFSInfo as domain.fsInfoTomoki Sekiyama2014-11-241-1/+4
* sanitytest: define long for python version >= 3Martin Kletzander2014-10-071-0/+3