mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 04:36:00 +00:00
KubeDescribe implementation with verify into after-build/ scripts.
This commit is contained in:
@@ -205,7 +205,7 @@ func getRestartDelay(c *client.Client, pod *api.Pod, ns string, name string, con
|
||||
return 0, fmt.Errorf("timeout getting pod restart delay")
|
||||
}
|
||||
|
||||
var _ = Describe("Pods", func() {
|
||||
var _ = KubeDescribe("Pods", func() {
|
||||
framework := NewDefaultFramework("pods")
|
||||
|
||||
It("should get a host IP [Conformance]", func() {
|
||||
|
Reference in New Issue
Block a user