diff --git a/ipatests/prci_definitions/nightly_ipa-4-12_latest.yaml b/ipatests/prci_definitions/nightly_ipa-4-12_latest.yaml index c8dfc897e..d49e38f60 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-12_latest.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-12_latest.yaml @@ -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 diff --git a/ipatests/prci_definitions/nightly_ipa-4-12_latest_selinux.yaml b/ipatests/prci_definitions/nightly_ipa-4-12_latest_selinux.yaml index 5a6c90cea..61801061c 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-12_latest_selinux.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-12_latest_selinux.yaml @@ -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