Skip to content
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

Tumbleweed testsuite fixes #282

Merged
merged 7 commits into from
Aug 9, 2023
Merged

Tumbleweed testsuite fixes #282

merged 7 commits into from
Aug 9, 2023

Conversation

dirkmueller
Copy link
Member

No description provided.

tests/test_minimal.py Outdated Show resolved Hide resolved
They wouldn't be able to report the flavor anyway
The sizes are slightly larger (Newer, aka bigger busybox package)
and /bin == /usr/bin so more files are in there that we need to skip
There are some unfinished bloat items in tumbleweed, raise
the bar for now
@@ -105,9 +105,10 @@ def test_product(auto_container):
OS_VERSION != "tumbleweed",
reason="product flavors only available for openSUSE",
)
def test_opensuse_product_flavor(auto_container):
@pytest.mark.parametrize("container", CONTAINERS_WITH_ZYPPER, indirect=True)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just out of curiosity, why is this change necessary?

Copy link
Member Author

@dirkmueller dirkmueller Aug 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried to explain it in the commit message.

They wouldn't be able to report the flavor anyway

It is necessary because the micro (?) container doesn't have rpm(1) which causes the test to fail for unrelated reasons. There's no variable that lists containers with rpm, and we don't need it as the flavor only matters for containers that can and are running zypper.

@dirkmueller dirkmueller merged commit 4c72927 into main Aug 9, 2023
72 checks passed
@dirkmueller dirkmueller deleted the tumbleweed_testsuite-fixes branch August 9, 2023 12:02
rcmadhankumar pushed a commit that referenced this pull request Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants