Skip to content

Commit

Permalink
tests: Add a test case that verifies upgrading after rebasing
Browse files Browse the repository at this point in the history
This was somehow failing in
coreos#4107

I want to see if we can reproduce it in CI.
  • Loading branch information
cgwalters committed Oct 28, 2022
1 parent b52e0ca commit c5ef7e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/kolainst/destructive/container-image
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ EOF
fi
derived=oci:$image_dir:derived
skopeo copy containers-storage:localhost/fcos-derived $derived
# Just verify that we can run the container, but this will also provoke
# https://github.com/coreos/rpm-ostree/issues/4107
podman run --rm localhost/fcos-derived true
rpm-ostree rebase --experimental ostree-unverified-image:$derived
rm $image_dir -rf
/tmp/autopkgtest-reboot 3
Expand Down

0 comments on commit c5ef7e7

Please sign in to comment.