about summary refs log tree commit diff
path: root/src/libnm-core-impl/tests
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2024-10-02 22:18:04 +0200
committerMichael Biebl <biebl@debian.org>2024-10-02 22:18:04 +0200
commit9972a27754bf5821d09a630233294b4d12faff1b (patch)
tree4683bc4b1bb5c47147d6234c41241f84f0507449 /src/libnm-core-impl/tests
parent4bc688271732081f7e93ac77737645c2bb68a81c (diff)
parent56928734cbcf1d3a02fae4f152a541df1b04e04a (diff)
Update upstream source from tag 'upstream/1.50.0'
Update to upstream version '1.50.0'
with Debian dir 3e8ab0d456db6ba34def0fe144bdba6657c05393
Diffstat (limited to 'src/libnm-core-impl/tests')
-rw-r--r--src/libnm-core-impl/tests/test-general.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnm-core-impl/tests/test-general.c b/src/libnm-core-impl/tests/test-general.c
index 0a39010c..8d4ea069 100644
--- a/src/libnm-core-impl/tests/test-general.c
+++ b/src/libnm-core-impl/tests/test-general.c
@@ -10832,7 +10832,7 @@ test_connection_ovs_ifname(gconstpointer test_data)
     /* good if bridge, port, or patch interface */
     g_object_set(s_con, NM_SETTING_CONNECTION_INTERFACE_NAME, "ovs123123123123130123123", NULL);
 
-    if (!ovs_iface_type || nm_streq(ovs_iface_type, "patch"))
+    if (!ovs_iface_type || NM_IN_STRSET(ovs_iface_type, "patch", "dpdk"))
         nmtst_assert_connection_verifies(con);
     else {
         nmtst_assert_connection_unnormalizable(con,