diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-08-31 04:16:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-31 04:16:58 -0400 |
commit | 83de22e892bf0d8efd29a73df462789e2b1418f3 (patch) | |
tree | fad0f580b75fccb9d2780f42635287fdbdec1873 /test | |
parent | 95ac8f180f26d7ed4cf2945aa206a156b7a169ca (diff) | |
parent | de3920c0e970324f9d5238c13caf1020efefbd7f (diff) | |
download | podman-83de22e892bf0d8efd29a73df462789e2b1418f3.tar.gz podman-83de22e892bf0d8efd29a73df462789e2b1418f3.tar.bz2 podman-83de22e892bf0d8efd29a73df462789e2b1418f3.zip |
Merge pull request #11357 from vrothberg/fix-11171
auto-update: fix authfile label
Diffstat (limited to 'test')
-rw-r--r-- | test/system/255-auto-update.bats | 3 |
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. |