[ Agent ] [ CMII ] - 完成工具类的代码
This commit is contained in:
23
agent-go/k8s_exec/CmiiK8sOperator_test.go
Normal file
23
agent-go/k8s_exec/CmiiK8sOperator_test.go
Normal file
@@ -0,0 +1,23 @@
|
||||
package k8s_exec
|
||||
|
||||
import (
|
||||
"agent-go/utils"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestFindDeploymentRestartCountGreaterThanN(t *testing.T) {
|
||||
|
||||
deploymentRestartCountGreaterThanN := FindDeploymentRestartCountGreaterThanN("devflight", 10)
|
||||
|
||||
for _, deploymentInterface := range deploymentRestartCountGreaterThanN {
|
||||
println()
|
||||
utils.BeautifulPrint(deploymentInterface)
|
||||
println()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
func TestGetCmiiAllDeploymentFromDemo(t *testing.T) {
|
||||
|
||||
GetCmiiAllDeploymentFromDemo()
|
||||
}
|
||||
Reference in New Issue
Block a user