Actions
action #120031
closed[qe-core] test fails in ansible
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
Start date:
2022-11-07
Due date:
% Done:
0%
Estimated time:
Difficulty:
Tags:
Description
Observation¶
openQA test in scenario microos-Tumbleweed-DVD-aarch64-microos_textmode@aarch64-4G-HD40G fails in
ansible
It fails on workers running on AWS, such as ip-10-252-32-90 and ip-10-252-32-98.
From the failing test:
Script:
ansible -m setup localhost | grep ansible_hostname
Check function (deparsed code):
{
package ansible;
/$hostname/;
}
Output:
"ansible_hostname": "ip-10-0-2-15",
Test suite description¶
kubic microOS system role test, with textmode
Reproducible¶
Fails since (at least) Build 20221027
Expected result¶
Last good: 20221024 (or more recent)
Further details¶
Always latest result in this scenario: latest
Actions