Actions
action #30814
closed[qam] test fails in yast2_ntpclient - log window is not closed
Start date:
2018-01-25
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
Observation¶
openQA test in scenario sle-12-SP3-Server-DVD-Incidents-HA-x86_64-qam-ha-alpha-node02@64bit fails in
yast2_ntpclient
Reproducible¶
Fails since (at least) Build :4389:dhcp.1516271336
Expected result¶
Last good: :test-1 (or more recent)
Further details¶
Always latest result in this scenario: latest
There is already wait_still_screen, but for some reason 'alt-c' didn't close log window.
Also needle yast2_ntp-client_configuration is matched even with log window opened.
assert_screen 'yast2_ntp-client_display_log';
wait_still_screen 1;
send_key 'alt-c';
assert that we are back to configuration page¶
assert_screen 'yast2_ntp-client_configuration';
Code around close window should be more robust.
yast2_ntp-client_configuration needle should be redesigned.
Actions