Commit Graph

1 Commits

Author SHA1 Message Date
Jerry Snitselaar
10232ce8b8 accel-config/test: Don't attempt to disable device type that doesn't exist
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>
2024-05-01 12:54:32 -07:00