]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
selftests/vsock: add 1.37 to tested virtme-ng versions
authorBobby Eshleman <bobbyeshleman@meta.com>
Sat, 8 Nov 2025 16:01:01 +0000 (08:01 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 12 Nov 2025 14:19:39 +0000 (06:19 -0800)
Testing with 1.37 shows all tests passing but emits the warning:

warning: vng version 'virtme-ng 1.37' has not been tested and may not function properly.
The following versions have been tested: 1.33 1.36

This patch adds 1.37 to the virtme-ng versions to get rid of the above
warning.

Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: Bobby Eshleman <bobbyeshleman@meta.com>
Link: https://patch.msgid.link/20251108-vsock-selftests-fixes-and-improvements-v4-10-d5e8d6c87289@meta.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/vsock/vmtest.sh

index e961b65b4c6e8ab636909ef6081f80ecbe383140..b611172da09e71f6231c103297e6df2928d011e2 100755 (executable)
@@ -156,7 +156,7 @@ check_vng() {
        local version
        local ok
 
-       tested_versions=("1.33" "1.36")
+       tested_versions=("1.33" "1.36" "1.37")
        version="$(vng --version)"
 
        ok=0