Project

General

Profile

Actions

action #119950

closed

Run yast2_migration in PowerVM only with ncurses

Added by coolgw over 1 year ago. Updated over 1 year ago.

Status:
Resolved
Priority:
High
Assignee:
Target version:
Start date:
2022-11-07
Due date:
% Done:

0%

Estimated time:

Description

Observation

openQA test in scenario sle-15-SP5-Migration-from-SLE15-SPx-ppc64le-ha_migration_online_pscc_sles15sp4@ppc64le-hmc-single-disk fails in
yast2_migration

Apparently automation fails to complete registration phase, very likely because we force to user ssh forwarding when running qt in remote worker, like in this case for PowerVM. Using ncurses should accelerate the process.
Of course the problem behind the scene are networking issues with PowerVM, but let's tackle this first.

Scope

All test suite using PowerVM in all Migration job groups.

Acceptance criteria

AC1: Research the reason why we shouldn't test qt, is it because our testing infrastructure?
AC2: Run always yast2_migration in PowerVM with ncurses instead of qt

Additional information

  • For instance we open sw_single in this way in yast2_i: my $module_name = y2_module_consoletest::yast2_console_exec(yast2_module => 'sw_single', yast2_opts => '--ncurses');
  • A better solution which would not require to add always this yast2_opts parameter is to ensure that the target desktop in the AutoYaST image used by this job is textmode, even if the default is gnome for PowerVM is a special case and we might need to edit this AutoYaST profile to force that.
Actions #1

Updated by maritawerner over 1 year ago

  • Project changed from openQA Tests to qe-yam
  • Category deleted (Bugs in existing tests)
Actions #2

Updated by JERiveraMoya over 1 year ago

  • Tags set to qe-yast-refinement
  • Subject changed from test fails in yast2_migration - no license page / update repo page show to Run yast2_migration in PowerVM only with ncurses
  • Description updated (diff)
  • Target version set to Current
Actions #3

Updated by JERiveraMoya over 1 year ago

  • Description updated (diff)
Actions #4

Updated by JERiveraMoya over 1 year ago

  • Priority changed from Normal to High
Actions #5

Updated by JERiveraMoya over 1 year ago

  • Tags deleted (qe-yast-refinement)
  • Description updated (diff)
  • Status changed from New to Workable
Actions #6

Updated by jgwang over 1 year ago

  • Status changed from Workable to In Progress
  • Assignee set to jgwang
Actions #7

Updated by jgwang over 1 year ago

I committed PR to always run yast2_migration in PowerVM with ncurses
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/16020

please help to review it.

Actions #8

Updated by jgwang over 1 year ago

running the current tests in textmode is enough to PowerVM, and it will
not be stable to make tests run ssh forwarding the graphical part, I don't
notice the requirement that tests must be run with graphical on PowerVM,
so we can deal with tests with graphical if there is a requirement later.

Actions #9

Updated by jgwang over 1 year ago

I checked the system on PowerVM after installation with graphical target,
and found that no graphics device on PowerVM and Xorg failed to launch like
this:

[    97.196] (II) LoadModule: "fbdevhw"
[    97.196] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[    97.196] (II) Module fbdevhw: vendor="X.Org Foundation"
[    97.196]    compiled for 1.20.3, module version = 0.0.2
[    97.196]    ABI class: X.Org Video Driver, version 24.0
[    97.196] (EE) open /dev/fb0: No such file or directory
[    97.196] (EE) No devices detected.
[    97.196] (EE)
Fatal server error:
[    97.196] (EE) no screens found(EE)
[    97.196] (EE)
Please consult the The X.Org Foundation support
     at http://wiki.x.org
 for help.
[    97.197] (EE) Please also check the log file at "/var/log/Xorg.5.log" for additional information.
[    97.197] (EE)
[    97.197] (EE) Server terminated with error (1). Closing log file.

I think that the current configuration of PowerVM is not able to start the
normal GUI, and the Qt scenario is not normal although Qt interface is OK
by ssh X11 forwarding.
anyway, I think textmode is enough to PowerVM.

Actions #10

Updated by coolgw over 1 year ago

  • Status changed from In Progress to Resolved
Actions

Also available in: Atom PDF