action #34099
closed[sle][functional][y][medium] Need to enable updates when using modules from SCC
0%
Description
Observation¶
openQA test in scenario sle-12-SP4-Server-DVD-x86_64-gnome+proxy_SCC+allmodules@64bit fails in
select_patterns_and_packages
and we have a bug report about that bsc#1072608. Problem is that when we enable modules we need to install updates as well. This behaviour was changed with https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/3564/files#diff-20d5ac8e14a1b34024fdda71020f2257R86 to enable how we currently test SLE15 with all module repositories synced to osd but AFAIK no update repos which would be needed additionally. For our SLE12 tests enabling modules we never needed to sync modules because we just the ones on SCC as their was much less reliance on a build-sync of the base product and modules and within the code stream the code has to be ABI compatible to older SLE12 versions anyway. But now even for SLE12 the module structure needed to be adapted and we need the updates enabled during installation so we should click "yes" on the button asking for updates.
Reproducible¶
Fails consistently since we have SLE12SP4 and also since https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/3564
Acceptance criteria¶
- AC1: All SLE tests using modules also enable updates except for zero/one scenario with explicit disabling of updates and checking that we hit an error
- AC2: Feedback on the bug is provided that the test was adapted (this does not fix the bug as the user could still select the wrong option)
Suggestions¶
- Try the scenario sle-12-SP4-Server-DVD-x86_64-gnome+proxy_SCC+allmodules@64bit locally with updates enabled (
send_key 'alt-y'
in https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/3564/files#diff-20d5ac8e14a1b34024fdda71020f2257R86) - If necessary adapt rsync.pl or even ask SLE RMs + OBS admins to provide the update repos as well
- Make sure we have test coverage not only for the happy-path, e.g. disable updates and expect fail in another, explicit scenario.
Further details¶
Always latest result in this scenario: latest