Skip to content

Commit

Permalink
Test/check_ostree.yaml: reflect partition changes in EDGE images
Browse files Browse the repository at this point in the history
Edge images no longer support hybrid boot mode, thus they also changed
their partitioning scheme. Relevant change [1]. Adjust the playbook used
to test ostree images, to check the correct partition when BIOS
partition is missing.

[1] osbuild/images#176

Signed-off-by: Tomáš Hozza <[email protected]>
  • Loading branch information
thozza committed Oct 9, 2023
1 parent 86e0e72 commit 75611e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/data/ansible/check_ostree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@

- name: wait for FDO re-encryption
block:
- shell: cryptsetup luksDump /dev/vda4
- shell: cryptsetup luksDump /dev/vda3
register: result
until: not result.stdout_lines is search("cipher_null-ecb")
retries: 30
Expand Down

0 comments on commit 75611e4

Please sign in to comment.