Project

General

Profile

Actions

action #19540

closed

[migration] register_system types too fast for ppc64le

Added by RBrownSUSE almost 7 years ago. Updated over 6 years ago.

Status:
Resolved
Priority:
High
Assignee:
Category:
Bugs in existing tests
Target version:
-
Start date:
2017-06-02
Due date:
% Done:

100%

Estimated time:
Difficulty:

Description

Now ppc64le tests are running more reliably we have found an issue in an existing test that was lost in the noise of earlier problems

Example: https://openqa.suse.de/tests/976761#step/register_system/18

This test has a type_string which is far too long to type quickly for the ppc64le architecture:

repos_check.pm:20 triggers a type_string "zypper lr --uri | awk -F \'|\' -v OFS=\' \' \'{ print $2,$3,$4,$NF }\' | tr -s \' \' | grep "SLE-SDK12-SP2:alnum:][:punct:-*Updates SLE-SDK12-SP2:alnum:][:punct:][:space:-Updates Yes http[s]://.*suse"', max_interval=250, wait_screen_changes=0"

Please fix the test to either

1) use wait_screen_changes=1 so the system only types after confirmation of each keypress
2) use a script instead of such a long type_string

Similar length type_strings probably need to be treated in a similar way

Thank you

Actions

Also available in: Atom PDF