Project

General

Profile

Actions

action #63814

closed

[functional][y][virtualization][hyperv][timeboxed:12h] msdos test for hyperv, fails in validate_fs_table

Added by syrianidou_sofia about 4 years ago. Updated about 4 years ago.

Status:
Resolved
Priority:
High
Category:
Bugs in existing tests
Target version:
SUSE QA - Milestone 32
Start date:
2020-02-25
Due date:
2020-04-07
% Done:

0%

Estimated time:
Difficulty:

Description

Even though same module works for other architectures, validate_fs_table cannot verify that partitions were successfully created.

The point of the code that fails is when the output of command "lsblk -n", split at every new line, is saved in @lsblk_output and it is parsed by:

foreach (@lsblk_output) {
if ($_ =~ /(?\Q$args->{mount_point}\E\z)/) {
$check = $+{check};
last;
}

On step https://openqa.suse.de/tests/3904536#step/validate_fs_table/14
it is shown that the mount point "/" is indeed created, but it cannot be identified by "$_ =~ /(?\Q$args->{mount_point}\E\z)/".

Observation

openQA test in scenario sle-15-SP2-Online-x86_64-msdos@svirt-hyperv fails in
validate_fs_table

Reproducible

Always.

Actions

Also available in: Atom PDF