Project

General

Profile

Actions

action #59339

closed

[functional] Support Server based on SLE12-SP3 is broken

Added by jlausuch over 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
High
Assignee:
-
Category:
Bugs in existing tests
Target version:
-
Start date:
2019-11-12
Due date:
% Done:

0%

Estimated time:
Difficulty:

Description

Observation

Support Server fails to install NFS related packages in ARM.
https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/tests/support_server/setup.pm#L530

Test suite description

Maintainer: Pavel Sladek psladek@suse.com
according to https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/tests/support_server/setup.pm#L35

Reproducible

Fails since (at least) Build 0372

# zypper -n in rpcbind nfs-kernel-server | cat; ( exit ${PIPESTATUS[0]} ); echo yjD1U-$?-
File '/content' not found on medium 'http://download.suse.de/install/SLP/SLE-12-SP3-Server-GM/x86_64/DVD1/'

Expected result

Last good: 0369

# zypper -n in rpcbind nfs-kernel-server | cat; ( exit ${PIPESTATUS[0]} ); echo yjD1U-$?-
Loading repository data...
Reading installed packages...
'rpcbind' is already installed.
Package 'rpcbind' is not available in your repositories. Cannot reinstall, upgrade, or downgrade.
'nfs-kernel-server' is already installed.
Package 'nfs-kernel-server' is not available in your repositories. Cannot reinstall, upgrade, or downgrade.
Resolving package dependencies...
Nothing to do.

Further details

The tests are using the same qcow2 image since a bunch of builds, and the reason why it got broken recently is because
http://download.suse.de/install/SLP/SLE-12-SP3-Server-GM/x86_64/DVD1 does not longer exist.

We should build a new support server image using a newer repo. E.g. SP4:
http://download.suse.de/install/SLP/SLE-12-SP4-Server-GM/x86_64/DVD1

Actions

Also available in: Atom PDF