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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user