Fixing the pci lsvpd test failure#3065
Fixing the pci lsvpd test failure#3065PavamanSubramaniyam wants to merge 1 commit intoavocado-framework-tests:masterfrom
Conversation
Development is printing the lsvpd details in tuple format So accordingly updating the handling in the test script Signed-off-by: Pavaman Subramaniyam <pavsubra@linux.vnet.ibm.com>
|
avocado run --max-parallel-tasks=1 ras_lsvpd.py:RASToolsLsvpd.test_pci_lsvpd |
|
I have uploaded the complete result logs file to the Jira. |
|
@PavamanSubramaniyam is this same for all the adpaters? |
|
I have verified with FC adapter and Network adapters also and got the same results. The RAS development team confirmed that the new lsvpd versions will have the tuple format introduced and has been picked up by the RHEL distros like RHEL9.7, RHEL9.8, RHEL10.1 and RHEL10.2. |
In that case can we make a condition and append the changes, like same for sles too. let me know if you need any help here. |
|
We will any how test going forward with the latest RHEL distro's like RHEL9.8 and RHEL10.2 releases and will be testing mostly the pre-GA distros. Also, this enhancement is giving the full correct output now since the development team has handled the output in the correct format, we can still go ahead with the current changes. |
Development is printing the lsvpd details in tuple format
So accordingly updating the handling in the test script