diff options
author | Valentin Rothberg <vrothberg@redhat.com> | 2022-05-25 13:01:14 +0200 |
---|---|---|
committer | Valentin Rothberg <vrothberg@redhat.com> | 2022-05-25 13:01:14 +0200 |
commit | c3677f5151df0437a385a8e0d195b462a7c2c792 (patch) | |
tree | e7ba40a43f7461eb0df8ec6cd24335332e0acc4b /test/system/250-systemd.bats | |
parent | c9279d4d933dd56653ddf50d5a2482439e8f3648 (diff) | |
download | podman-c3677f5151df0437a385a8e0d195b462a7c2c792.tar.gz podman-c3677f5151df0437a385a8e0d195b462a7c2c792.tar.bz2 podman-c3677f5151df0437a385a8e0d195b462a7c2c792.zip |
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>
Diffstat (limited to 'test/system/250-systemd.bats')
-rw-r--r-- | test/system/250-systemd.bats | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/system/250-systemd.bats b/test/system/250-systemd.bats index 567fa89c1..110d425d2 100644 --- a/test/system/250-systemd.bats +++ b/test/system/250-systemd.bats @@ -80,12 +80,6 @@ function service_cleanup() { run_podman logs $cname 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. # Also make sure the service is in the `inactive` state (see #11304). service_cleanup inactive |