action #63727
open[opensuse][ppc64le] select_console "log-console" do not try to activate after a previous failure
0%
Description
select_console "log-console" do not try to activate after a previous failure
- initially investigating NM_wpa2_enterprise failure for ppc64le https://openqa.opensuse.org/tests/1180981#step/NM_wpa2_enterprise/35
- found no captured data by post_fail_hook because select_console 'log-console' failed there.
that select_console 'log-console' only did an assert_screen with no action.
is it normal to not try to activate, while the previous select_console "log-console" + activate
failed before and was followed by a "Loading a VM snapshot lastgood" ?
extract autoinst log
===
[2020-02-20T18:57:37.407 UTC] [debug] <<< testapi::wait_serial(timeout=1, quiet=undef, no_regex=0, regexp=qr/sysrq\s*:\s+show\s+blocked\s+state/i, expect_not_found=0, buffer_size=undef, record_output=undef)
[2020-02-20T18:57:38.519 UTC] [debug] >>> testapi::wait_serial: (?i:sysrq\s*:\s+show\s+blocked\s+state): ok
[2020-02-20T18:57:38.519 UTC] [debug] <<< testapi::send_key(key="ret", wait_screen_change=0, do_wait=0)
[2020-02-20T18:57:38.921 UTC] [debug] <<< testapi::select_console(testapi_console="log-console")
[2020-02-20T18:57:39.726 UTC] [debug] activate_console, console: log-console, type: console
[2020-02-20T18:57:39.727 UTC] [debug] <<< testapi::wait_still_screen(timeout=30, stilltime=1, similarity_level=47)
[2020-02-20T18:57:40.733 UTC] [debug] >>> testapi::wait_still_screen: detected same image for 1 seconds, last detected similarity is 1000000
[2020-02-20T18:57:40.733 UTC] [debug] <<< testapi::assert_screen(mustmatch=[
"tty5-selected",
"text-logged-in-root"
], timeout=60)
[2020-02-20T18:57:40.836 UTC] [debug] no match: 179.9s, best candidate: text-logged-in-root-20170321 (0.64)
...
[2020-02-20T19:00:41.705 UTC] [debug] >>> testapi::_check_backend_response: match=text-logged-in-root,tty5-selected timed out after 180 (assert_screen)
[2020-02-20T19:00:41.766 UTC] [debug] post_fail_hook failed: no candidate needle with tag(s) 'tty5-selected, text-logged-in-root' matched
[2020-02-20T19:00:41.772 UTC] [debug] Loading a VM snapshot lastgood
...
[2020-02-20T19:48:35.771 UTC] [debug] >>> testapi::_check_backend_response: match=network_manager-network_connected,network_manager-wrong_card_selected timed out after 90 (assert_screen)
[2020-02-20T19:48:35.866 UTC] [debug] no candidate needle with tag(s) 'network_manager-network_connected, network_manager-wrong_card_selected' matched
[2020-02-20T19:48:35.871 UTC] [debug] /var/lib/openqa/cache/openqa1-opensuse/tests/opensuse/tests/x11/network/NM_wpa2_enterprise.pm:122 called testapi::select_console
[2020-02-20T19:48:35.871 UTC] [debug] <<< testapi::select_console(testapi_console="log-console")
[2020-02-20T19:48:36.677 UTC] [debug] /var/lib/openqa/cache/openqa1-opensuse/tests/opensuse/tests/x11/network/NM_wpa2_enterprise.pm:122 called testapi::select_console
[2020-02-20T19:48:36.677 UTC] [debug] <<< testapi::assert_screen(mustmatch="log-console", no_wait=1, timeout=30)
[2020-02-20T19:48:36.777 UTC] [debug] no match: 89.9s, best candidate: root-console-bpfilter-msg-poo44156-20190122 (0.00)
...
[2020-02-20T19:50:07.730 UTC] [debug] no match: -0.5s, best candidate: root-console-rpc-msg-boo1116598-20191208 (0.04)
[2020-02-20T19:50:07.975 UTC] [debug] >>> testapi::_check_backend_response: match=log-console timed out after 90 (assert_screen)
[2020-02-20T19:50:08.034 UTC] [debug] post_fail_hook failed: no candidate needle with tag(s) 'log-console' matched
[2020-02-20T19:50:08.036 UTC] [debug] Loading a VM snapshot lastgood
===
Observation¶
openQA test in scenario opensuse-15.2-DVD-ppc64le-extra_tests_on_gnome@ppc64le fails in
NM_wpa2_enterprise
Test suite description¶
Maintainer: asmorodskyi, okurz. Extra tests which were designed to run on gnome
Reproducible¶
Fails since (at least) Build 72.1
Expected result¶
Last good: (unknown) (or more recent)
Further details¶
Always latest result in this scenario: latest
Files