From ab47696fa69499bedc393f61909fd5675815123e Mon Sep 17 00:00:00 2001 From: Sudhir Menon Date: Mon, 15 Jul 2024 14:37:03 +0530 Subject: [PATCH] Added new testsuite(ipa_ipa_migration) in prci definitions Signed-off-by: Sudhir Menon Reviewed-By: Rob Crittenden --- .../prci_definitions/nightly_ipa-4-12_latest.yaml | 12 ++++++++++++ .../nightly_ipa-4-12_latest_selinux.yaml | 13 +++++++++++++ 2 files changed, 25 insertions(+) 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