summaryrefslogtreecommitdiff
path: root/test/system
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2021-08-30 13:28:11 +0200
committerValentin Rothberg <rothberg@redhat.com>2021-08-30 13:49:35 +0200
commitde3920c0e970324f9d5238c13caf1020efefbd7f (patch)
tree7713d545457b7d5c83a7f09da64e4ecded08c44c /test/system
parenta2acd04447a66027dc02a210d2961fcde6868985 (diff)
downloadpodman-de3920c0e970324f9d5238c13caf1020efefbd7f.tar.gz
podman-de3920c0e970324f9d5238c13caf1020efefbd7f.tar.bz2
podman-de3920c0e970324f9d5238c13caf1020efefbd7f.zip
auto-update: fix authfile label
Make sure that the container's authfile label is used when pulling down a new image. [NO TESTS NEEDED] since it would require some larger rewrite of the auto-update system tests that I currently have no time for. I added a reminder to have some breadcrumbs when there is more time. Fixes: #11171 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'test/system')
-rw-r--r--test/system/255-auto-update.bats3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/system/255-auto-update.bats b/test/system/255-auto-update.bats
index 7766ca3f9..b172bb917 100644
--- a/test/system/255-auto-update.bats
+++ b/test/system/255-auto-update.bats
@@ -149,6 +149,9 @@ function _confirm_update() {
}
@test "podman auto-update - label io.containers.autoupdate=image with rollback" {
+ # FIXME: this test should exercise the authfile label to have a regression
+ # test for #11171.
+
# Note: the autoupdatebroken image is empty on purpose so it cannot be
# executed and force a rollback. The rollback test for the local policy
# is exercising the case where the container doesn't send a ready message.