1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-08-02 04:21:59 +03:00

sanitytest: whitelist 'network' method as having no C impl

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé
2019-09-12 16:09:58 +01:00
parent 6dff8e4f3f
commit 6b2b3b7ea2

View File

@ -357,7 +357,7 @@ for klass in gotfunctions:
for func in sorted(gotfunctions[klass]):
# These are pure python methods with no C APi
if func in ["connect", "getConnect", "domain", "getDomain",
"virEventInvokeFreeCallback",
"virEventInvokeFreeCallback", "network",
"sparseRecvAll", "sparseSendAll"]:
continue