action #156907
Updated by okurz 9 months ago
## Description
`/usr/share/openqa/script/openqa-bootstrap` command seems add non existing repo with Beta build.
I didn't check the detail script yet, but seems it has something to do with output of `uname -r` or `uname -m` command.
I can see below messages in login console:
```
Welcome to openSUSE Leap 15.6 Beta - Kernel 6.4.0-150600.9-default (hvc0).
```
https://openqa.opensuse.org/tests/3996597#step/openqa_bootstrap/14 shows that openqa-bootstrap tries to add a repository with content "15.6 Beta" in the URL
So, my questions are:
1. Does it make sense we test this module in Beta phase?
2. Can we un-schedule this test in Beta phase? [I can change the test code to skip this test then]
## Observation
openQA test in scenario opensuse-15.6-DVD-Updates-x86_64-openqa_bootstrap@64bit fails in
[openqa_bootstrap](https://openqa.opensuse.org/tests/3996597/modules/openqa_bootstrap/steps/14)
## Test suite description
Maintainer: dheidler. Install openQA using openqa-bootstrap script.
## Reproducible
Fails since (at least) Build [20240308-1](https://openqa.opensuse.org/tests/3996557)
## Suggestions
* Possibly https://build.opensuse.org/project/show/devel:openQA:Leap:15.6 is the correct build repository that should be used. As necessary to fix tests add according dependencies there to fix Expected result
Last good: (unknown) (or more recent)
## Further details
Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?arch=x86_64&distri=opensuse&flavor=DVD-Updates&machine=64bit&test=openqa_bootstrap&version=15.6)
Back