PCI PT Hotplug/Hotunplug fixes for arch ppc64#1
Open
TasmiyaNalatwad wants to merge 3 commits intolop-devops:KVMCIfrom
Open
PCI PT Hotplug/Hotunplug fixes for arch ppc64#1TasmiyaNalatwad wants to merge 3 commits intolop-devops:KVMCIfrom
TasmiyaNalatwad wants to merge 3 commits intolop-devops:KVMCIfrom
Conversation
This patch captures multiple edge cases to test multivm scenarios. The following updates are added: add stress_time parameter to run stress test for n seconds before starting stress_events add debug_dir parameter to save the the debug files add dump_options parameter to specify virsh dump type update guest on_crash value to preserve in case of crash add function check_call_traces to check for any call trace in dmesg during stress, check for guest state and call traces every ten minutes if any crashed vms, dump the vm to the debug_dir for further analysis run stress_events in the remaining stable vms if present, else skip check for error messages and fail the test if found Signed-off-by: Misbah Anjum N <misanjum@linux.vnet.ibm.com>
Added 2 new test cases, where hitplog unplug is performed for multiple times and a random reboot is done between hotplug and unplug and the device avialability is checked. Signed-off-by: Tasmiya Nalatwad <tasmiya@linux.vnet.ibm.com>
4b1d714 to
0a81edf
Compare
Collaborator
|
@TasmiyaNalatwad |
Author
|
@misanjumn I had already executed pycodestyle on the PR to check syntax/indentation errors. What pylint is showing is from older code, not from what was added by me. So keeping those things untouched as it might not be accepted in upstream to make those changes |
Added 2 test cases 1. Inject EEH from host console for pci pt device 2. Inject EEH from guest console for pci pt device ---> This feature is under developement, Patches are under review. I will enable the test once the feture is in production. Signed-off-by: Tasmiya Nalatwad <tasmiya@linux.vnet.ibm.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added 2 new test cases, where hitplog unplug is performed for multiple times and a random reboot is done between hotplug and unplug and the device avialability is checked.