You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of the KVM tests need the 'kvm' driver to be present (and loaded) in order for the tests to run successfully. This would normally be accomplished by having the following present in the struct tst-test test definition for each testcase:
None of the KVM testcases have this. This means that rather than skipping the test on a system where 'kvm' is not present, the tests are run and report a BROK instead.
As I hinted, it does seem that KVM can be present on a system but not loaded. As a result, tests still run would pass the above check, but they would still report BROK. However, I suspect that this particular additional issue is not as relevant to the project.
The text was updated successfully, but these errors were encountered:
All of the KVM tests need the 'kvm' driver to be present (and loaded) in order for the tests to run successfully. This would normally be accomplished by having the following present in the
struct tst-test test
definition for each testcase:None of the KVM testcases have this. This means that rather than skipping the test on a system where 'kvm' is not present, the tests are run and report a BROK instead.
As I hinted, it does seem that KVM can be present on a system but not loaded. As a result, tests still run would pass the above check, but they would still report BROK. However, I suspect that this particular additional issue is not as relevant to the project.
The text was updated successfully, but these errors were encountered: