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
Recently we had some discussion to synchronize the same understanding for the usage of above functions in the subject.
Below is the current understanding we have now. Welcome to comment!
The basic strategy is that we should skip tests as little as we can
test.fail() - used only when failures happens for case checkpoints
test.error() - used when
vm starts failed
create disk failed
required package missing
not enough vms
incorrect parameters
and any failure for test environment setup
test.cancel() - used when
The feature does not support with current libvirt version or architecture
The hardware configuration does not support the test
The text was updated successfully, but these errors were encountered:
Recently we had some discussion to synchronize the same understanding for the usage of above functions in the subject.
Below is the current understanding we have now. Welcome to comment!
The basic strategy is that we should skip tests as little as we can
test.fail() - used only when failures happens for case checkpoints
test.error() - used when
test.cancel() - used when
The text was updated successfully, but these errors were encountered: