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> |
||
|---|---|---|
| .. | ||
| cases | ||
| data | ||
| mod | ||
| run | ||
| stages | ||
| .gitignore | ||
| __init__.py | ||
| conftest.py | ||
| initrd.py | ||
| test.py | ||