Red Hat Bugzilla – Bug 1475870
[Tests] Fix test-functions that generate root image for TEST-* tests
Last modified: 2018-04-10 07:22:28 EDT
Description of problem: create_empty_image function generates image that is not usable on RHEL7. Function uses sfdisk to partition image, which fails on RHEL7. Next issue is ext3 filesystem that is used by default. It is not possible to mount ext3 with RHEL7 initrd, because initrd is missing mount.ext3. Also ext3 is not default filesystem in RHEL7. Version-Release number of selected component (if applicable): systemd-219-42.el7 How reproducible: deterministic Steps to Reproduce: 1. cd test/TEST-02-CRYPTSETUP 2. make setup 3. make run Actual results: Test fails. Expected results: Test passes. Additional info:
https://github.com/lnykryn/systemd-rhel/pull/126
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:0711