mirror of
https://github.com/containers/podman.git
synced 2025-05-21 00:56:36 +08:00
test/apiv2/80-kube.at
Don't check for `.Pods` field in DELETE reports since they don't exist. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
@ -49,9 +49,6 @@ t POST libpod/kube/play $YAML 200 \
|
||||
.Pods[0].Containers[0]~[0-9a-f]\\{64\\}
|
||||
|
||||
t DELETE libpod/kube/play $YAML 200 \
|
||||
.Pods[0].ID~null \
|
||||
.Pods[0].ContainerErrors=null \
|
||||
.Pods[0].Containers[0]~null \
|
||||
.StopReport[0].Id~[0-9a-f]\\{64\\} \
|
||||
.RmReport[0].Id~[0-9a-f]\\{64\\}
|
||||
|
||||
@ -63,9 +60,6 @@ t POST libpod/play/kube $YAML 200 \
|
||||
.Pods[0].Containers[0]~[0-9a-f]\\{64\\}
|
||||
|
||||
t DELETE libpod/play/kube $YAML 200 \
|
||||
.Pods[0].ID~null \
|
||||
.Pods[0].ContainerErrors=null \
|
||||
.Pods[0].Containers[0]~null \
|
||||
.StopReport[0].Id~[0-9a-f]\\{64\\} \
|
||||
.RmReport[0].Id~[0-9a-f]\\{64\\}
|
||||
|
||||
|
Reference in New Issue
Block a user