The dsa_user_test_runner script re-loads modules prior to starting
the test. This in turn requires disabling any devices. When iax
support was added for this, there were no checks added for the
possibility that a system would have idxd devices, but not
iax, causing the test to fail during this stage on a system
without iax support.
It also includes 2 other commits submitted upstream for
the accel-config-test package:
- Fix typo in dsa_config_test_runner.sh.
- Add option to disable verbose logging in test scripts.
Resolves: RHEL-32451
Signed-off-by: Jerry Snitselaar <jsnitsel@redhat.com>