mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-08-03 08:21:58 +03:00
tests: add special case for virStoragePoolLookupByTargetPath
This new API trips up the sanity test for checking mapping of all C APIs into Python. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
@ -258,7 +258,8 @@ for name in sorted(basicklassmap):
|
||||
"LookupByUUIDString", "LookupByVolume" "LookupByName",
|
||||
"LookupByID", "LookupByName", "LookupByKey", "LookupByPath",
|
||||
"LookupByMACString", "LookupByUsage", "LookupByVolume",
|
||||
"LookupSCSIHostByWWN", "Restore", "RestoreFlags",
|
||||
"LookupByTargetPath","LookupSCSIHostByWWN",
|
||||
"Restore", "RestoreFlags",
|
||||
"SaveImageDefineXML", "SaveImageGetXMLDesc", "DefineXMLFlags"]:
|
||||
if klass != "virDomain":
|
||||
func = klass[3:] + func
|
||||
|
Reference in New Issue
Block a user