github.com/ssdev-go/moby@v17.12.1-ce-rc2+incompatible/pkg/dmesg/dmesg_linux_test.go (about)

     1  package 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  }