From 56928734cbcf1d3a02fae4f152a541df1b04e04a Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 2 Oct 2024 22:17:51 +0200 Subject: New upstream version 1.50.0 --- src/libnm-core-impl/tests/test-general.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libnm-core-impl/tests') 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, -- cgit 1.3.0-6-gf8a5