The commit is pushed to "branch-rh10-6.12.0-55.13.1.2.x.vz10-ovz" and will 
appear at [email protected]:openvz/vzkernel.git
after rh10-6.12.0-55.13.1.2.27.vz10
------>
commit 78e47d2752d153c369ab3a432f4a8dbcfe63e4b5
Author: David Ahern <[email protected]>
Date:   Tue Dec 16 21:04:17 2025 +0000

    ms/selftests: Replace sleep with slowwait
    
    Replace the sleep in kill_procs with slowwait.
    
    Signed-off-by: David Ahern <[email protected]>
    Reviewed-by: Simon Horman <[email protected]>
    Link: https://patch.msgid.link/[email protected]
    Signed-off-by: Jakub Kicinski <[email protected]>
    
    https://virtuozzo.atlassian.net/browse/VSTOR-120995
    (cherry picked from commit 2f186dd5585c3afb415df80e52f71af16c9d3655)
    Signed-off-by: Aleksei Oladko <[email protected]>
    
    Feature: fix ms/selftests
---
 tools/testing/selftests/net/fcnal-test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/net/fcnal-test.sh 
b/tools/testing/selftests/net/fcnal-test.sh
index a7edf43245c2a..bb2b789541ff4 100755
--- a/tools/testing/selftests/net/fcnal-test.sh
+++ b/tools/testing/selftests/net/fcnal-test.sh
@@ -189,7 +189,7 @@ show_hint()
 kill_procs()
 {
        killall nettest ping ping6 >/dev/null 2>&1
-       sleep 1
+       slowwait 2 sh -c 'test -z "$(pgrep '"'^(nettest|ping|ping6)$'"')"'
 }
 
 set_ping_group()
_______________________________________________
Devel mailing list
[email protected]
https://lists.openvz.org/mailman/listinfo/devel

Reply via email to