Skip to content

Commit

Permalink
TESTS: topology set to KnownTopologyGroup.AnyProvider
Browse files Browse the repository at this point in the history
Reviewed-by: Jakub Vávra <[email protected]>
Reviewed-by: Justin Stephenson <[email protected]>
(cherry picked from commit ce117ae)
  • Loading branch information
patriki01 authored and pbrezina committed Oct 23, 2023
1 parent 9c4f728 commit 9e7a08a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/tests/system/tests/test_passkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from sssd_test_framework.roles.client import Client
from sssd_test_framework.roles.generic import GenericProvider
from sssd_test_framework.roles.ipa import IPA
from sssd_test_framework.topology import KnownTopology
from sssd_test_framework.topology import KnownTopology, KnownTopologyGroup


@pytest.mark.importance("high")
Expand Down Expand Up @@ -74,10 +74,7 @@ def test_passkey__register__ipa(ipa: IPA, moduledatadir: str, testdatadir: str):


@pytest.mark.importance("critical")
@pytest.mark.topology(KnownTopology.LDAP)
@pytest.mark.topology(KnownTopology.IPA)
@pytest.mark.topology(KnownTopology.AD)
@pytest.mark.topology(KnownTopology.Samba)
@pytest.mark.topology(KnownTopologyGroup.AnyProvider)
@pytest.mark.builtwith(client="passkey", provider="passkey")
def test_passkey__su(client: Client, provider: GenericProvider, moduledatadir: str, testdatadir: str):
"""
Expand Down

0 comments on commit 9e7a08a

Please sign in to comment.