mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-12-07 04:24:28 +03:00
tests: Add simple test for virDomainMigrateCheckNotLocal
For this we need to make the function accessible (at least privately). The behaviour will change in following patches and the test helps explaining the change. Signed-off-by: Martin Kletzander <mkletzan@redhat.com> Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
@@ -81,6 +81,7 @@ ignored_words = {
|
||||
|
||||
ignored_functions = {
|
||||
"virConnectSupportsFeature": "private function for remote access",
|
||||
"virDomainMigrateCheckNotLocal": "private function for migration",
|
||||
"virDomainMigrateFinish": "private function for migration",
|
||||
"virDomainMigrateFinish2": "private function for migration",
|
||||
"virDomainMigratePerform": "private function for migration",
|
||||
|
||||
Reference in New Issue
Block a user