mirror of
https://github.com/containers/podman.git
synced 2025-06-29 23:22:40 +08:00
test/system/250-systemd.bats: clean up outdated TODO
`podman auto-update` is now properly exercised in the system tests, so we can safely remove the outdated TODO. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
@ -80,12 +80,6 @@ function service_cleanup() {
|
|||||||
run_podman logs $cname
|
run_podman logs $cname
|
||||||
is "$output" ".*WAITING.*" "running is waiting for signal"
|
is "$output" ".*WAITING.*" "running is waiting for signal"
|
||||||
|
|
||||||
# Exercise `podman auto-update`.
|
|
||||||
# TODO: this will at least run auto-update code but won't perform an update
|
|
||||||
# since the image didn't change. We need to improve on that and run
|
|
||||||
# an image from a local registry instead.
|
|
||||||
run_podman auto-update
|
|
||||||
|
|
||||||
# All good. Stop service, clean up.
|
# All good. Stop service, clean up.
|
||||||
# Also make sure the service is in the `inactive` state (see #11304).
|
# Also make sure the service is in the `inactive` state (see #11304).
|
||||||
service_cleanup inactive
|
service_cleanup inactive
|
||||||
|
Reference in New Issue
Block a user