mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 12:41:58 +00:00
Merge pull request #111011 from ii/promote-patch-pod-status-test
Promote patchCoreV1NamespacedPodStatus test - +1 endpoint
This commit is contained in:
@@ -1071,7 +1071,15 @@ var _ = SIGDescribe("Pods", func() {
|
||||
}
|
||||
})
|
||||
|
||||
ginkgo.It("should patch a pod status", func() {
|
||||
/*
|
||||
Release: v1.25
|
||||
Testname: Pods, patching status
|
||||
Description: A pod is created which MUST succeed
|
||||
and be found running. The pod status when patched
|
||||
MUST succeed. Given the patching of the pod status,
|
||||
the fields MUST equal the new values.
|
||||
*/
|
||||
framework.ConformanceIt("should patch a pod status", func() {
|
||||
ns := f.Namespace.Name
|
||||
podClient := f.ClientSet.CoreV1().Pods(ns)
|
||||
podName := "pod-" + utilrand.String(5)
|
||||
|
Reference in New Issue
Block a user