Actions
action #33931
closed[sle][functional][yast][y][easy] verify that there is no "No textdomain configured" text in the y2log
Status:
Resolved
Priority:
Normal
Assignee:
Category:
New test
Target version:
Start date:
2018-03-28
Due date:
2018-05-08
% Done:
0%
Estimated time:
Difficulty:
easy
Description
Motivation¶
"No textdomain configured" warning is critical one and means that dialog cannot work properly. Even though it can get unnoticed, or led to behavior which is not that easy to link to root problem.
As a request from YaST team (namely lslezak), we want to check that there is no such a warning in the yast logs.
Tasks¶
- Understand how investigate_yast2_failure works in opensusbasetest and integrate these parts together
- Introduce check after we conduct installation for all sle scenarios (ay, upgrades, migration, etc.) and fail test module if problem is detected (but don't fail the test suite, check that fatal flag is not set for test module)
- Introduce separate test suite which opens as many dialogs as feasible (no changes are required) to increase chances of finding such a problem and assert that warning is not in the yast logs (INSTALLONLY scenario)
Acceptance criteria¶
- "No textdomain configured" warnings are detected by openQA and are not hidden
Further details¶
Keep in mind that there will be more checks like this, so we should think of scalable solution where we can easily add text and handle those scenarios
Actions