-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add testing support for OpenSUSE Tumbleweed #21335
Draft
SludgeGirl
wants to merge
59
commits into
cockpit-project:main
Choose a base branch
from
SludgeGirl:opensuse-tests
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
e0f2280
spec: Allow building cockpit for tumbleweed testing
Nykseli ab4302e
test: Set opensuse specific cockpit.pam file
SludgeGirl 4cc003e
.gitignore: Ignore test results
SludgeGirl eecfb6a
test: Add helper function for system admin user
SludgeGirl 0a8d287
test: fix existing RUF031: Avoid parentheses for tuples in subscripts
SludgeGirl ec698d4
test: Add SUSE to package cases
SludgeGirl 0924383
test: Set the lease path to /run/dnsmasq due to apparmour policy on TW
SludgeGirl 5c1232f
test: Update sshd_path logic to be global
SludgeGirl d1dcb7f
system: Add support for suse platforms
SludgeGirl 575f84b
test: Add support for suse to cpu migitgation tests
SludgeGirl d1089ae
test: Add in login.defs path for tumbleweed
SludgeGirl 8523738
test: Remove password access for all users in sudoers for SUSE
SludgeGirl bf240b5
test: Add suse specific configuration for pam test
SludgeGirl 8b21fe4
storage: fallback to starting multipathd if mpathconf doesn't exist
SludgeGirl 4d8c106
test: Skip a few unsupported tests
SludgeGirl 9be58b2
test: Exclude suse images from sos report tests
SludgeGirl 2517341
test: Overwrite default tumbleweed cgroup and memoryaccounting settings
SludgeGirl 796b087
test: Skip selinux tests for suse
SludgeGirl 36eee2b
test: run this without superuser since tw assumes it as su
SludgeGirl d7ec9fd
test: Add check docs case for Tumbleweed
SludgeGirl 8bd5ad4
tests: Tumbleweed doesn't have sshd.socket
SludgeGirl 6e78bd5
test: ChallengeResponseAuthentication to no on tumbleweed otherwise pam
SludgeGirl e71a3e2
test: Don't run tlog tests on Tumbleweed
SludgeGirl ec0b8ef
test: set useradd defaults on suse images
Nykseli 8797635
test: temporarily unlock root on suse images
Nykseli 3a04ac5
test: SUSE Images have different path for password complexity require…
SludgeGirl b1f4327
test: Add faillock configuration for SUSE images
SludgeGirl d4fcabb
test: Make lastlog silent to prevent unexpected journal messages
SludgeGirl adc139a
test: SUSE images use a different path for default pam files
SludgeGirl e531951
test: ignore missing btmp file journal messages
Nykseli 89abe03
tests: add specific login logic for tumbleweed
Nykseli 37ed3bd
test: Skip TestAD for suse images
Nykseli d43386d
test: Parse comments out of os-release file
Nykseli fd91467
tests: Check right image on suse images
Nykseli bc781e4
test: Check the right shell indicator on suse images
Nykseli 78beade
test: prefix values with = so comments don't get matched
SludgeGirl a55f6f4
firewall: Improve handling of service retrieval for Tumbleweed
SludgeGirl 1cee618
test: Amend mapping for Tumbleweed as 50000 is mrt
SludgeGirl e8408c3
cockpitconf: Always check against system config directories
SludgeGirl 7c04921
test: Add Tumbleweed workaround for passwordless ssh
SludgeGirl e57f1fb
test: Add kdump support for tumbleweed
SludgeGirl dba53de
test: Add Tumbleweeds redis target
SludgeGirl 6703137
test: Update Tumbleweeds pam path
SludgeGirl d722fbc
test: Update config path for Tumbleweed
SludgeGirl 6b79abd
test: Update suse images to use valkey
SludgeGirl fa069fa
test: Exclude SUSE images from stratis tests
SludgeGirl 916efb9
test: Resolve default tumbleweed repos to lo
SludgeGirl cd30555
test: Add in handling for package cases using zypper backend
SludgeGirl c878e1e
test: Update the correct path for suse's pam
SludgeGirl 4ed8264
test: Add support for suse's valkey.target
SludgeGirl 80e8852
test: Tumbleweed lacks kpatch
SludgeGirl 6b8f564
test: Skip Kerberos tests as suse lacks ipa-client-install util
SludgeGirl 4c242ee
test: Skip testConfiguration since SUSE has it's own test for this
SludgeGirl 832c835
test: Skip TestIPA on tumbleweed due to missing ipa-client-install util
SludgeGirl 20bb19e
test: Add support for TW valkey.target
SludgeGirl 17c5595
test: Only add user group if it doesn't already exist
SludgeGirl 58e6d98
test: Exclude tumbleweed from running auto update test install
SludgeGirl 64ec395
test: Multihost is enabled in tumbleweed by default
SludgeGirl 05fc7c8
test: Skip tests that are unsupported on Tumbleweed
SludgeGirl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
You know the pattern by now 😁