github.com/rawahars/moby@v24.0.4+incompatible/pkg/dmesg/dmesg_linux_test.go (about)

     1  package dmesg // import "github.com/docker/docker/pkg/dmesg"
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestDmesg(t *testing.T) {
     8  	t.Logf("dmesg output follows:\n%v", string(Dmesg(512)))
     9  }