mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-12-16 12:23:50 +03:00
Skip network event callbacks in sanity test
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
@@ -85,6 +85,8 @@ for cname in wantfunctions:
|
|||||||
continue
|
continue
|
||||||
if name[0:21] == "virConnectDomainEvent" and name[-8:] == "Callback":
|
if name[0:21] == "virConnectDomainEvent" and name[-8:] == "Callback":
|
||||||
continue
|
continue
|
||||||
|
if name[0:22] == "virConnectNetworkEvent" and name[-8:] == "Callback":
|
||||||
|
continue
|
||||||
|
|
||||||
|
|
||||||
# virEvent APIs go into main 'libvirt' namespace not any class
|
# virEvent APIs go into main 'libvirt' namespace not any class
|
||||||
|
|||||||
Reference in New Issue
Block a user