Skip to content

Commit

Permalink
tests: failover docstrong
Browse files Browse the repository at this point in the history
cherrypick: 459ec22
  • Loading branch information
Dan Lavu committed Aug 19, 2024
1 parent 7622883 commit 3470e5f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/tests/system/tests/test_authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,12 @@ def test_authentication__default_settings_when_the_provider_is_offline(
3. Start SSSD
:steps:
1. Authenticate user with correct password
2. Block outbound traffic to the provider and force SSSD offline
3. Authenticate user with correct password
4. Authenticate user with incorrect password
2. Offline user authentication with correct password
3. Offline user authentication with incorrect password
:expectedresults:
1. User authentication is successful
2. No traffic is getting to the provider
3. User authentication is successful
4. User authentication is unsuccessful
2. User authentication is successful
3. User authentication is unsuccessful
:customerscenario: False
"""
user = "user1"
Expand Down

0 comments on commit 3470e5f

Please sign in to comment.