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

[6.15.z] Make docstring more understandable. Lower importance. #14071

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions tests/foreman/cli/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,14 @@ def test_positive_session_survives_failed_login(admin_user, non_admin_user, targ
:steps:

1. Set use_sessions
2. Authenticate, assert credentials are not demanded
on next command run
3. Run login with invalid credentials
2. Authenticate
3. Run an authenticated command, assert credentials are not demanded
4. Run login with invalid credentials
5. Run an authenticated command, assert credentials are not demanded

:expectedresults: The session is unchanged

:CaseImportance: High
"""
result = configure_sessions(target_sat)
assert result == 0, 'Failed to configure hammer sessions'
Expand Down
Loading