Project

General

Profile

Actions

action #47912

closed

[hyperv] test fails in await_install; try harder to stop the counter

Added by michalnowak about 5 years ago. Updated almost 5 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
michalnowak
Category:
Bugs in existing tests
Target version:
-
Start date:
2019-02-14
Due date:
% Done:

0%

Estimated time:
Difficulty:

Description

Observation

openQA test in scenario sle-15-SP1-Installer-DVD-x86_64-textmode@svirt-hyperv2012r2 fails in
await_install

wait_countdown_stop() should try harder to stop the timer:

 # Stop countdown and check success by waiting screen change without performing an action
 sub wait_countdown_stop {
     my ($stilltime, $similarity) = @_;
     send_key 'alt-s';
     return wait_screen_change(undef, $stilltime, similarity => $similarity);
 }

E.g. by send_key until screen matched "stopped-counter-needle".

This mostly happens on slow systems.

Actions #1

Updated by michalnowak almost 5 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF