The issue is within select_console
. Don't know yet why this is happening though. On the module (crypto) before that, we can see that select_console
is working as intented:
[2024-12-09T07:38:55.361911Z] [debug] [pid:12411] ||| starting crypto tests/security/cc/crypto.pm
[2024-12-09T07:38:55.362853Z] [debug] [pid:12411] tests/security/cc/crypto.pm:20 called testapi::select_console
[2024-12-09T07:38:55.362991Z] [debug] [pid:12411] <<< testapi::select_console(testapi_console="root-console")
[2024-12-09T07:38:55.767391Z] [debug] [pid:12411] activate_console, console: root-console, type: console
[2024-12-09T07:38:55.767839Z] [debug] [pid:12411] tests/security/cc/crypto.pm:20 called testapi::select_console -> lib/susedistribution.pm:872 called testapi::wait_still_screen
[2024-12-09T07:38:55.768029Z] [debug] [pid:12411] <<< testapi::wait_still_screen(stilltime=6, timeout=30, similarity_level=47)
[2024-12-09T07:39:02.403785Z] [debug] [pid:12411] >>> testapi::wait_still_screen: detected same image for 6 seconds (6.62766408920288 s elapsed), last detected similarity is 1000000
[2024-12-09T07:39:02.404039Z] [debug] [pid:12411] tests/security/cc/crypto.pm:20 called testapi::select_console -> lib/susedistribution.pm:877 called testapi::assert_screen
[2024-12-09T07:39:02.404301Z] [debug] [pid:12411] <<< testapi::assert_screen(mustmatch=[
"tty6-selected",
"text-logged-in-root"
], timeout=60)
[2024-12-09T07:39:02.628004Z] [debug] [pid:12411] >>> testapi::_handle_found_needle: found text-login-20230404, similarity 1.00 @ 72/129
while on the misc module, it is not:
[2024-12-09T07:57:18.982820Z] [debug] [pid:12411] ||| starting misc tests/security/cc/misc.pm
[2024-12-09T07:57:18.983909Z] [debug] [pid:12411] tests/security/cc/misc.pm:20 called testapi::select_console
[2024-12-09T07:57:18.984037Z] [debug] [pid:12411] <<< testapi::select_console(testapi_console="root-console")
[2024-12-09T07:57:19.396389Z] [debug] [pid:12411] tests/security/cc/misc.pm:20 called testapi::select_console -> lib/susedistribution.pm:1012 called testapi::assert_screen
[2024-12-09T07:57:19.396667Z] [debug] [pid:12411] <<< testapi::assert_screen(mustmatch="root-console", no_wait=1, timeout=30)