18 lines
229 B
Go
Executable File
18 lines
229 B
Go
Executable File
package a_status
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestGetDockerInfo(t *testing.T) {
|
|
|
|
GetDockerInfo()
|
|
//diskInfo, err :=
|
|
//if err != nil {
|
|
// t.Errorf("get docker info error %v", err)
|
|
//}
|
|
//
|
|
//utils.BeautifulPrint(diskInfo)
|
|
|
|
}
|