github.com/shishir-a412ed/docker@v1.3.2-0.20180103180333-fda904911d87/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 }