Project

General

Profile

action #10558

Updated by okurz about 7 years ago

## observation
from https://openqa.suse.de/tests/196234/file/autoinst-log.txt


```
Debug: /var/lib/openqa/share/tests/sle/tests/console/yast2_lan.pm:31 called testapi::assert_screen
<<< assert_screen(mustmatch=[
'Networkmanager_controlled',
'yast2_lan',
'install-susefirewall2'
], timeout=60)
MATCH(Network_manager-controlled-20150715:0.00)
MATCH(Network_manager-controlled-20140522:0.00)
MATCH(yast2_lan-IPMI-20151205:0.00)
MATCH(yast2_lan-20141113:0.00)
MATCH(yast2_lan-20150512:0.00)
MATCH(yast2_lan-20150716:0.00)
MATCH(yast2_lan-hacluster-20150818:0.00)
WARNING: check_asserted_screen took 0.87 seconds - make your needles more specific
no match 60
… (repeating multiple times)
WARNING: check_asserted_screen took 0.58 seconds - make your needles more specific
>>> assert_screen: match=Networkmanager_controlled,install-susefirewall2,yast2_lan timed out after 60
```

## steps to reproduce
This should be easy to reproduce every time

## problem
openQA has a hard time completing the image comparison for all possible needles. This caused the test to timeout eventually.

## suggestion
make needle tags more specific

## workaround
retrigger job

Back