-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure that the branding packages are installed in the containers #332
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really want to have these packages in the container? I really don't see the value add of a file with the contents:
SLE
VERSION = 15
That's just a worse /etc/os-release
.
3dce36c
to
5583f43
Compare
4981986
to
d36a75b
Compare
d36a75b
to
05c629a
Compare
51a383a
to
d3e6fd2
Compare
) | ||
def test_branding(container): | ||
""" | ||
check that the :file:`/etc/SUSE-brand` file exists and containers SLE branding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check that the :file:`/etc/SUSE-brand` file exists and containers SLE branding | |
check that the :file:`/etc/SUSE-brand` file exists and contains the SLE branding |
if OS_VERSION == "tumbleweed": | ||
branding = "openSUSE" | ||
if OS_VERSION in ("basalt", "tumbleweed"): | ||
location = "/usr/etc/SUSE-brand" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why use these switches when the tests only run on Tumbleweed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it also runs on 15.6 (and it did until recently basalt completely exploded) also on basalt. eventually I hope to be able to fix it also for older versions, so the skipif
will reduce over time (famous last words)
d3e6fd2
to
cb5091f
Compare
Ensure that the branding packages are installed in the containers
No description provided.