From db1d05176d8072b05fea179af2ac97caaeb65dd1 Mon Sep 17 00:00:00 2001 From: Scott Poore Date: Mon, 12 Sep 2022 14:37:57 -0500 Subject: [PATCH] ipatests: add prci definitions for test_sso jobs Signed-off-by: Scott Poore Reviewed-By: Alexander Bokovoy Reviewed-By: Florence Blanc-Renaud Reviewed-By: Anuja More Reviewed-By: Rob Crittenden Reviewed-By: Alexander Bokovoy Reviewed-By: Florence Blanc-Renaud Reviewed-By: Anuja More Reviewed-By: Rob Crittenden --- .../prci_definitions/nightly_ipa-4-10_latest.yaml | 14 +++++++++++++- .../nightly_ipa-4-10_latest_selinux.yaml | 13 +++++++++++++ .../nightly_ipa-4-10_previous.yaml | 12 ++++++++++++ 3 files changed, 38 insertions(+), 1 deletion(-) diff --git a/ipatests/prci_definitions/nightly_ipa-4-10_latest.yaml b/ipatests/prci_definitions/nightly_ipa-4-10_latest.yaml index 547320d25..067daff83 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-10_latest.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-10_latest.yaml @@ -1774,6 +1774,18 @@ jobs: timeout: 5000 topology: *master_2repl_1client + fedora-latest-ipa-4-10/test_sso: + requires: [fedora-latest-ipa-4-10/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-10/build_url}' + test_suite: test_integration/test_sso.py + template: *ci-ipa-4-10-latest + timeout: 5000 + topology: *master_2repl_1client + fedora-latest-ipa-4-10/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN: requires: [fedora-latest-ipa-4-10/build] priority: 50 @@ -1844,4 +1856,4 @@ jobs: test_suite: test_integration/test_random_serial_numbers.py::TestRSNVault template: *ci-ipa-4-10-latest timeout: 10800 - topology: *master_1repl \ No newline at end of file + topology: *master_1repl diff --git a/ipatests/prci_definitions/nightly_ipa-4-10_latest_selinux.yaml b/ipatests/prci_definitions/nightly_ipa-4-10_latest_selinux.yaml index f6e5f1cff..2ad799d6c 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-10_latest_selinux.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-10_latest_selinux.yaml @@ -1915,6 +1915,19 @@ jobs: timeout: 5000 topology: *master_2repl_1client + fedora-latest-ipa-4-10/test_sso: + requires: [fedora-latest-ipa-4-10/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest-ipa-4-10/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_sso.py + template: *ci-ipa-4-10-latest + timeout: 5000 + topology: *master_2repl_1client + fedora-latest-ipa-4-10/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN: requires: [fedora-latest-ipa-4-10/build] priority: 50 diff --git a/ipatests/prci_definitions/nightly_ipa-4-10_previous.yaml b/ipatests/prci_definitions/nightly_ipa-4-10_previous.yaml index 463f4b92f..3ad6d022a 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-10_previous.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-10_previous.yaml @@ -1774,6 +1774,18 @@ jobs: timeout: 5000 topology: *master_2repl_1client + fedora-previous-ipa-4-10/test_sso: + requires: [fedora-previous-ipa-4-10/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-previous-ipa-4-10/build_url}' + test_suite: test_integration/test_sso.py + template: *ci-ipa-4-10-previous + timeout: 5000 + topology: *master_2repl_1client + fedora-previous-ipa-4-10/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN: requires: [fedora-previous-ipa-4-10/build] priority: 50