git: 6ee181b9d5f0 - main - tests/net: enable if_clone_test:epair_ipv6_up_stress
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jan 2024 04:52:09 UTC
The branch main has been updated by glebius:
URL: https://cgit.FreeBSD.org/src/commit/?id=6ee181b9d5f00cfe337419370ba4590d939cce84
commit 6ee181b9d5f00cfe337419370ba4590d939cce84
Author: Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2024-01-11 04:51:53 +0000
Commit: Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2024-01-11 04:51:53 +0000
tests/net: enable if_clone_test:epair_ipv6_up_stress
The panic mentioned was fixed in f5a365e51feea75d1e5ebc86c53808d8cae7b6d7.
PR: 225438
---
tests/sys/net/if_clone_test.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/sys/net/if_clone_test.sh b/tests/sys/net/if_clone_test.sh
index de7384d9053c..864ff86a7d44 100755
--- a/tests/sys/net/if_clone_test.sh
+++ b/tests/sys/net/if_clone_test.sh
@@ -284,7 +284,6 @@ tap_ipv6_up_stress_head()
}
tap_ipv6_up_stress_body()
{
- atf_skip "Quickly panics: if_delmulti_locked: inconsistent ifp 0xfffff80150e44000"
do_up_stress "tap" "6" ""
}
tap_ipv6_up_stress_cleanup()