action #181394
opencoordination #169654: [epic] Create test scenarios for Agama
Update the zgrep search log to agama_auto-agama-logs.tar.gz for ibft validation
0%
Description
Motivation¶
This ticket is to fix this failure in Agama testing: https://openqa.suse.de/tests/17430678#step/ibft/52
The string of rd.iscsi.ibft=1 and rd.iscsi.fireware=1
could be found in agama_auto-agama-logs.tar.gz
that saved in agama_auto testmode ( [bsc#1239046] ). But the current way of checking the string searches a different path log. So need to update the checking string here. I attached the screen of the list under /var/log
on the system sles16.0, that there's no YaST folder. So need to found a way how to zgrep the strings from agama_auto-agama-logs.tar.gz.
https://openqa.suse.de/tests/17430678/modules/ibft/steps/1/src
else {
# SLE16 uses agama, so search the general logs of agama
assert_script_run 'zgrep -e rd.iscsi.ibft=1 -e rd.iscsi.firmware=1 /var/log/agama-installation/*';
}
Acceptance criteria¶
AC1 : Revert the changes in the ibft validation in this [PR] for the zgrep.
AC2 : Point to new path to the saved log of agama_auto-agama-logs.tar.gz at agama_auto testmodule.
Additional info¶
https://suse.slack.com/archives/C02CLB2LB7Z/p1745404411849889