Added new testsuite(ipa_ipa_migration) in prci definitions

Signed-off-by: Sudhir Menon <sumenon@redhat.com>
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
Sudhir Menon 2024-07-15 14:37:03 +05:30 committed by Rob Crittenden
parent eeade50933
commit ab47696fa6
2 changed files with 25 additions and 0 deletions

View File

@ -2077,3 +2077,15 @@ jobs:
template: *ci-ipa-4-12-latest
timeout: 12000
topology: *master_1repl_1client
fedora-latest-ipa-4-12/test_IPAMigrate:
requires: [fedora-latest-ipa-4-12/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest-ipa-4-12/build_url}'
test_suite: test_integration/test_ipa_ipa_migration.py
template: *ci-ipa-4-12-latest
timeout: 3600
topology: *master_1repl_1client

View File

@ -2243,3 +2243,16 @@ jobs:
template: *ci-ipa-4-12-latest
timeout: 3600
topology: *master_1repl_1client
fedora-latest-ipa-4-12/test_IPAMigrate:
requires: [fedora-latest-ipa-4-12/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest-ipa-4-12/build_url}'
selinux_enforcing: True
test_suite: test_integration/test_ipa_ipa_migration.py
template: *ci-ipa-4-12-latest
timeout: 3600
topology: *master_1repl_1client