Extend the dracut stage test case with checks for error / warning messages complaining about unsupported / incorrect runtime environment. Messages such as: ``` /dev/fd/63: No such file or directory ``` or ``` /proc/ is not mounted. This is not a supported mode of operation. Please fix your invocation environment to mount /proc/ and /sys/ properly. Proceeding anyway. Your mileage may vary. ``` The stage will be fixed in the next commit. Signed-off-by: Tomáš Hozza <thozza@redhat.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_assemblers.py | ||
| test_boot.py | ||
| test_devices.py | ||
| test_executable.py | ||
| test_exports.py | ||
| test_mount.py | ||
| test_noop.py | ||
| test_sources.py | ||
| test_stages.py | ||