summaryrefslogtreecommitdiff
path: root/sanitytest.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* sanitytest: count with the fact that large enums can be longMartin Kletzander2014-10-071-1/+1
* sanitytest: check for exported enumsMartin Kletzander2014-10-061-2/+51
* API: Implement bindings for virDomainListGetStatsPavel Hrdina2014-09-011-0/+3
* API: Skip 'virDomainStatsRecordListFree'Peter Krempa2014-09-011-0/+3
* Implement new virNetworkGetDHCPLeases APIv1.2.6-rc2v1.2.6Nehal J Wani2014-06-271-0/+6
* Implement virDomain{Get,Set}Time APIsMichal Privoznik2014-05-201-1/+1
* override: add virDomainFSFreeze and virDomainFSThaw APITomoki Sekiyama2014-05-161-0/+2
* Skip network event callbacks in sanity testDaniel P. Berrange2013-12-111-0/+2
* sanitytest: remove use of string.lower()Daniel P. Berrange2013-12-111-2/+2
* sanitytest: Fix broken comparison between int and stringDaniel P. Berrange2013-12-111-1/+1
* sanitytest: Fix libvirtError class handling for Python 2.4Daniel P. Berrange2013-12-111-1/+3
* test: Invoke print("...") instead of print "..."Doug Goldstein2013-12-091-5/+5
* Improve quality of sanitytest checkv1.2.0Daniel P. Berrange2013-11-281-33/+275