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:
Valentin Rothberg
2023-04-04 16:07:02 +02:00
parent e1be7d1417
commit cb7b8fb31b

View File

@ -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\\}