Added EEH test cases for PCI PT NIC devices#3
Added EEH test cases for PCI PT NIC devices#3TasmiyaNalatwad wants to merge 2 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>
|
@TasmiyaNalatwad The pylint which throws |
|
Similarly, there are other errors which are to be tackled. |
Added 2 test cases 1. Inject EEH from host console for pci pt device 2. Inject EEH from guest console for pci pt device Signed-off-by: Tasmiya Nalatwad <tasmiya@linux.vnet.ibm.com>
|
@misanjumn I had executed pycodestyling to check the syntax and indentation errors already on this PR Still i have fixed some of them like removed f"strings, and shortened the lines. Rest are like seen for all the .py files on tp_libvirt if you run the pylint on them. Let me know any changes required Thank You |
Added 2 test cases