action #131183
closedcoordination #130072: [epic] Handle openQA adaptions in Yam squad - SLE 15 SP6
test fails in raid_gpt: no widget found on Leap 15.4 CR
Description
Updated by maritawerner over 1 year ago
- Project changed from openQA Tests to qe-yam
- Category deleted (
Bugs in existing tests)
Updated by JERiveraMoya over 1 year ago
- Status changed from New to Workable
- Priority changed from Normal to High
- Target version set to Current
- Parent task set to #130072
Updated by JERiveraMoya over 1 year ago
- Related to action #128609: Adapt raid_gpt to not expect chunk size screen added
Updated by JERiveraMoya over 1 year ago
Requires update in test data, we will take a look.
Updated by coolgw over 1 year ago
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/17479
https://github.com/os-autoinst/opensuse-jobgroups/pull/355
This PR ONLY can fix following cases:
opensuse-15.4-CR-DVD-ppc64le-Build32.1-RAID0@ppc64le https://openqa.opensuse.org/tests/3450746
opensuse-15.4-CR-DVD-x86_64-Build32.2-RAID1_gpt@64bit https://openqa.opensuse.org/tests/3455294 (But this case not stable such as https://openqa.opensuse.org/tests/3450790#step/first_boot/1)
Need further check how to fix following case:
opensuse-15.4-CR-DVD-aarch64-Build32.2-RAID1_gpt_uefi@USBboot_aarch64 https://openqa.opensuse.org/tests/3450791
Updated by coolgw over 1 year ago
I suggest create another low priority ticket for tracking following cases:
opensuse-15.4-CR-DVD-x86_64-Build32.2-RAID1_gpt@64bit https://openqa.opensuse.org/tests/3455294 (But this case not stable such as https://openqa.opensuse.org/tests/3450790#step/first_boot/1)
opensuse-15.4-CR-DVD-aarch64-Build32.2-RAID1_gpt_uefi@USBboot_aarch64 https://openqa.opensuse.org/tests/3450791
Updated by leli over 1 year ago
- Status changed from In Progress to Resolved
The issue test suite unscheduled together with all raid test in opensuse_leap_15.4_images.yaml by below commit:
commit e9988b8dbd082d7ef19f10a00976d8c1237bcf8d
Author: DeepthiYV deepthiholla@gmail.com
Date: Mon Jun 19 16:23:10 2023 +0200
Fix the tests settings in opensuse leap 15.4 yaml
diff --git a/job_groups/opensuse_leap_15.4_images.yaml b/job_groups/opensuse_leap_15.4_images.yaml
index 4e49be2..9d7f687 100644
--- a/job_groups/opensuse_leap_15.4_images.yaml
+++ b/job_groups/opensuse_leap_15.4_images.yaml
@@ -235,105 +235,30 @@ scenarios:
HDD_1: 'opensuse-15.3-ppc64le-160.3-textmode@ppc64le.qcow2'
CONTAINER_IMAGE_TO_TEST: 'registry.opensuse.org/opensuse/leap/15.4/images/totest/containers/opensuse/leap:15.4'
opensuse-Leap-15.4-CR-DVD-x86_64:
- - textmode:
- machine: 64bit
As Wei's comments, his PR already fixed below testcases:
opensuse-15.4-CR-DVD-ppc64le-Build32.1-RAID0@ppc64le https://openqa.opensuse.org/tests/3450746
opensuse-15.4-CR-DVD-x86_64-Build32.2-RAID1_gpt@64bit https://openqa.opensuse.org/tests/3455294
Still left opensuse-15.4-CR-DVD-aarch64-Build32.2-RAID1_gpt_uefi@USBboot_aarch64, need fix then we can recover other cases follow the solution.