[libvirt] [PATCH python] sanitytest: whitelist 'network' method as having no C impl

Daniel P. Berrangé posted 1 patch 4 years, 7 months ago
Failed in applying to current master (apply log)
sanitytest.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH python] sanitytest: whitelist 'network' method as having no C impl
Posted by Daniel P. Berrangé 4 years, 7 months ago
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---

Pushed as a CI build fix for the previous patch.

 sanitytest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sanitytest.py b/sanitytest.py
index e87b57d..0b415fd 100644
--- a/sanitytest.py
+++ b/sanitytest.py
@@ -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
 
-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list