Skip to content

Commit

Permalink
Tests: Add importance and ticket to multihost
Browse files Browse the repository at this point in the history
Reviewed-by: Scott Poore <[email protected]>
  • Loading branch information
jakub-vavra-cz committed Dec 20, 2023
1 parent a5270f8 commit 5fb0a9d
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/multihost/ad/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

pytest_plugins = (
'sssd.testlib.common.fixtures',
'pytest_importance',
'pytest_ticket',
)


Expand Down
2 changes: 2 additions & 0 deletions src/tests/multihost/admultidomain/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

pytest_plugins = (
'sssd.testlib.common.fixtures',
'pytest_importance',
'pytest_ticket',
)


Expand Down
2 changes: 2 additions & 0 deletions src/tests/multihost/adsites/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

pytest_plugins = (
'sssd.testlib.common.fixtures',
'pytest_importance',
'pytest_ticket',
)


Expand Down
2 changes: 2 additions & 0 deletions src/tests/multihost/alltests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

pytest_plugins = (
'sssd.testlib.common.fixtures',
'pytest_importance',
'pytest_ticket',
)


Expand Down
2 changes: 2 additions & 0 deletions src/tests/multihost/basic/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

pytest_plugins = (
'sssd.testlib.common.fixtures',
'pytest_importance',
'pytest_ticket',
)


Expand Down
2 changes: 2 additions & 0 deletions src/tests/multihost/ipa/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

pytest_plugins = (
'sssd.testlib.common.fixtures',
'pytest_importance',
'pytest_ticket',
)


Expand Down
2 changes: 2 additions & 0 deletions src/tests/multihost/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ python-ldap
PyYAML
pymmh3
ssh2-python
git+https://github.com/next-actions/pytest-importance
git+https://github.com/next-actions/pytest-ticket

0 comments on commit 5fb0a9d

Please sign in to comment.