What were you trying to do that didn't work?
What is the impact of this issue to you?
Please provide the package NVR for which the bug is seen:
How reproducible is this bug?:
one time
Steps to reproduce
Expected results
Actual results
====================================================================== ERROR: test_md_raid_methods (__main__.MDRaid.test_md_raid_methods) ---------------------------------------------------------------------- Traceback (most recent call last): File "/root/rpmbuild/BUILD/udisks-2.10.90/src/tests/integration-test", line 1826, in setUp self.assertEqual(subprocess.call(create), 0) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.12/subprocess.py", line 389, in call with Popen(*popenargs, **kwargs) as p: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.12/subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib64/python3.12/subprocess.py", line 1955, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'mdadm' ---------------------------------------------------------------------- Ran 31 tests in 249.673s
self.assertEqual(subprocess.call(create, shell=True), 0)
https://beaker.engineering.redhat.com/recipes/17187618#task185184983
udisks2-2.10.90-2.gitdb54112e.el10.x86_64