Skip to content

Commit c5fec36

Browse files
Update expected kernel version
Update the expected kernel version for smoke tests. Check for a specific version as we're pinned to a specific GCP Ubuntu image. Change-Id: I64d4af50cef8879563f27eb5a2faf709ccc9d381
1 parent 43342f9 commit c5fec36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

image/smoke-tests/cmd/remote/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
)
2727

2828
const (
29-
KERNEL_VERSION = "6.4.0-060400-knfsd"
29+
KERNEL_VERSION = "6.11.0-1014-gcp"
3030
)
3131

3232
func TestKernelVersion(t *testing.T) {

0 commit comments

Comments
 (0)