summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Fernandez Mancera <ffmancera@riseup.net>2024-02-21 15:04:13 +0100
committerFernando Fernandez Mancera <ffmancera@riseup.net>2024-02-21 15:04:46 +0100
commitb0fed396dc3767bd9e89e470dffacf454ddbe47d (patch)
tree4d02a94aecb28d2cfd4be6498a151d0d443d05d2
parent9a22551c47f5ba50a80bb9f343cb7052362dbc69 (diff)
TMP do not mergeff/unit_test_failure
-rw-r--r--src/core/platform/tests/test-link.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/platform/tests/test-link.c b/src/core/platform/tests/test-link.c
index 205559ceb1..0cf5a2d7d0 100644
--- a/src/core/platform/tests/test-link.c
+++ b/src/core/platform/tests/test-link.c
@@ -2280,6 +2280,7 @@ _assert_xgress_qos_mappings_impl(int ifindex, gboolean is_ingress_map, int n_ent
g_assert_cmpint(plink->ifindex, ==, ifindex);
g_assert(lnk);
g_assert(&lnk->lnk_vlan == nm_platform_link_get_lnk_vlan(NM_PLATFORM_GET, ifindex, NULL));
+ g_assert(FALSE);
if (nmtst_is_debug())
nmtstp_run_command_check("ip -d link show %s", plink->name);