-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added EEH test cases for PCI PT NIC devices #6098
base: master
Are you sure you want to change the base?
Conversation
4b1489d
to
da9d6f6
Compare
Currently eeh from host is supported and it gets into permanent failure after 2 eeh injections, so tested code with the 2 injections , and eeh inside guest is still feature under development, hence it is failing here.
|
da9d6f6
to
aaefcda
Compare
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 <[email protected]>
aaefcda
to
dd64c13
Compare
The CI Python 3.6 and 3.7 are failing as it is not understanding some of the spellings like My name added as Author and "EEH" Thank You
|
@TasmiyaNalatwad can you please fix the failed checks. |
Added 2 test cases