Project

General

Profile

Actions

action #88129

closed

test fails in no_separate_home

Added by dawei_pang about 3 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
-
Start date:
2021-01-21
Due date:
% Done:

0%

Estimated time:
Difficulty:

Description

Observation

openQA test in scenario sle-15-SP3-Online-x86_64-build_install_hana@64bit-ipmi-kvmqa02 fails in
no_separate_home

Test suite description

Reproducible

Fails since (at least) Build 124.5 (current job)

Expected result

Further details

Always latest result in this scenario: latest

Actions #1

Updated by dawei_pang about 3 years ago

Purpose a patch to address this issue

diff --git a/tests/installation/partitioning/no_separate_home.pm b/tests/installation/partitioning/no_separate_home.pm
index cab861235..f760c374e 100644
--- a/tests/installation/partitioning/no_separate_home.pm
+++ b/tests/installation/partitioning/no_separate_home.pm
@@ -15,10 +15,11 @@
 use parent 'y2_installbase';
 use strict;
 use warnings FATAL => 'all';
+use testapi;

 sub run {
     my $partitioner = $testapi::distri->get_partitioner();
-    $partitioner->edit_proposal(has_separate_home => 0);
+    $partitioner->edit_proposal(has_separate_home => 0, multiple_disks => get_var('NUMDISKS', 0));
 }

 1;

Actions #2

Updated by riafarov about 3 years ago

  • Status changed from New to Resolved
  • Assignee set to dawei_pang

I believe we can resolve this one. Feel free to reopen in case something is still missing.

Actions

Also available in: Atom PDF