summaryrefslogtreecommitdiff
path: root/src/libnm-client-impl/tests/test-gir.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnm-client-impl/tests/test-gir.py')
-rwxr-xr-xsrc/libnm-client-impl/tests/test-gir.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libnm-client-impl/tests/test-gir.py b/src/libnm-client-impl/tests/test-gir.py
index f8e06c59b4..9b42431c1e 100755
--- a/src/libnm-client-impl/tests/test-gir.py
+++ b/src/libnm-client-impl/tests/test-gir.py
@@ -89,8 +89,10 @@ def syms_from_ver(verfile):
):
c_syms[str_removesuffix(line, ";")] = version
- # This one is... messy.
+ # These are exceptions and we cannot know the version for the symbol so we
+ # hardcode it.
c_syms["nm_ethtool_optname_is_feature"] = "1.20"
+ c_syms["nm_setting_bond_port_get_prio"] = "1.44"
return c_syms