Actions
action #25172
closed[sle][functional][medium][research][u] test fails in login - Virtio terminal does not support send_key. Use type_string.
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Enhancement to existing tests
Target version:
Start date:
2017-09-11
Due date:
2018-04-10
% Done:
0%
Estimated time:
Difficulty:
Description
Acceptance criteria¶
- DONE AC1: the scenario "autoyast-supportserver" does not fail on this error anymore
- DONE AC2: the workaround in the testsuite setting of "autoyast-supportserver" is not there anymore
Observation¶
openQA test in scenario sle-15-Leanos-DVD-x86_64-autoyast-supportserver@64bit fails in
login
DIE Virtio terminal does not support send_key. Use type_string (possibly with an
ANSI/XTERM escape sequence), or switch to a console which sends key presses, not
terminal codes.
at /usr/lib/os-autoinst/backend/baseclass.pm line 535.
at /usr/lib/os-autoinst/backend/baseclass.pm line 80.
backend::baseclass::die_handler('Virtio terminal does not support send_key. Use type_string (p...') called at /usr/lib/perl5/5.18.2/Carp.pm line 100
Carp::croak('Virtio terminal does not support send_key. Use type_string (p...') called at /usr/lib/os-autoinst/consoles/virtio_screen.pm line 57
consoles::virtio_screen::send_key('consoles::virtio_screen=HASH(0x827bb30)', 'HASH(0x8289958)') called at /usr/lib/os-autoinst/backend/baseclass.pm line 535
backend::baseclass::bouncer('backend::qemu=HASH(0x7d13308)', 'send_key', 'HASH(0x8289958)') called at /usr/lib/os-autoinst/backend/baseclass.pm line 540
backend::baseclass::send_key('backend::qemu=HASH(0x7d13308)', 'HASH(0x8289958)') called at /usr/lib/os-autoinst/backend/baseclass.pm line 75
backend::baseclass::handle_command('backend::qemu=HASH(0x7d13308)', 'HASH(0x828c350)') called at /usr/lib/os-autoinst/backend/baseclass.pm line 436
backend::baseclass::check_socket('backend::qemu=HASH(0x7d13308)', 'IO::Handle=GLOB(0x8100528)') called at /usr/lib/os-autoinst/backend/qemu.pm line 1000
backend::qemu::check_socket('backend::qemu=HASH(0x7d13308)', 'IO::Handle=GLOB(0x8100528)', 0) called at /usr/lib/os-autoinst/backend/baseclass.pm line 208
eval {...} called at /usr/lib/os-autoinst/backend/baseclass.pm line 156
backend::baseclass::run_capture_loop('backend::qemu=HASH(0x7d13308)') called at /usr/lib/os-autoinst/backend/baseclass.pm line 129
backend::baseclass::run('backend::qemu=HASH(0x7d13308)', 6, 9) called at /usr/lib/os-autoinst/backend/driver.pm line 85
backend::driver::start('backend::driver=HASH(0x6aa5960)') called at /usr/lib/os-autoinst/backend/driver.pm line 48
backend::driver::new('backend::driver', 'qemu') called at /usr/bin/isotovideo line 212
main::init_backend() called at /usr/bin/isotovideo line 276
Reproducible¶
Fails since (at least) Build 173.4
Expected result¶
Last good: 170.10 (or more recent)
Further details¶
Always latest result in this scenario: latest
Actions