URL: https://github.com/freeipa/freeipa/pull/5343 Author: fcami Title: #5343: PR-CI templates: add test_integration/test_installation_client.py Action: opened
PR body: """ Fixes: https://pagure.io/freeipa/issue/8082 Signed-off-by: François Cami <fc...@redhat.com> """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5343/head:pr5343 git checkout pr5343
From 0ba1323e1ec535e3d0d8e4d593e2b7a6566e492a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Cami?= <fc...@redhat.com> Date: Tue, 15 Dec 2020 12:46:48 +0100 Subject: [PATCH] PR-CI templates: add test_integration/test_installation_client.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: https://pagure.io/freeipa/issue/8082 Signed-off-by: François Cami <fc...@redhat.com> --- ipatests/prci_definitions/nightly_latest.yaml | 12 ++++++++++++ .../prci_definitions/nightly_latest_389ds.yaml | 13 +++++++++++++ ipatests/prci_definitions/nightly_latest_pki.yaml | 13 +++++++++++++ .../prci_definitions/nightly_latest_selinux.yaml | 13 +++++++++++++ .../prci_definitions/nightly_latest_testing.yaml | 13 +++++++++++++ .../nightly_latest_testing_selinux.yaml | 14 ++++++++++++++ ipatests/prci_definitions/nightly_previous.yaml | 12 ++++++++++++ 7 files changed, 90 insertions(+) diff --git a/ipatests/prci_definitions/nightly_latest.yaml b/ipatests/prci_definitions/nightly_latest.yaml index 60c69e0ed07..411edbede24 100644 --- a/ipatests/prci_definitions/nightly_latest.yaml +++ b/ipatests/prci_definitions/nightly_latest.yaml @@ -1100,6 +1100,18 @@ jobs: timeout: 7200 topology: *master_1repl_1client + fedora-latest/test_installation_client: + requires: [fedora-latest/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest/build_url}' + test_suite: test_integration/test_installation_client.py + template: *ci-master-latest + timeout: 3600 + topology: *master_3client + fedora-latest/test_user_permissions: requires: [fedora-latest/build] priority: 50 diff --git a/ipatests/prci_definitions/nightly_latest_389ds.yaml b/ipatests/prci_definitions/nightly_latest_389ds.yaml index 10590764deb..08f4f28f5d4 100644 --- a/ipatests/prci_definitions/nightly_latest_389ds.yaml +++ b/ipatests/prci_definitions/nightly_latest_389ds.yaml @@ -508,6 +508,19 @@ jobs: timeout: 7200 topology: *master_1repl_1client + 389ds-fedora/test_installation_client: + requires: [389ds-fedora/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{389ds-fedora/build_url}' + update_packages: True + test_suite: test_integration/test_installation_client.py + template: *389ds-master-latest + timeout: 3600 + topology: *master_3client + 389ds-fedora/customized_ds_config_install: requires: [389ds-fedora/build] priority: 50 diff --git a/ipatests/prci_definitions/nightly_latest_pki.yaml b/ipatests/prci_definitions/nightly_latest_pki.yaml index 4d77507e7fc..d5aa92471b1 100644 --- a/ipatests/prci_definitions/nightly_latest_pki.yaml +++ b/ipatests/prci_definitions/nightly_latest_pki.yaml @@ -707,6 +707,19 @@ jobs: timeout: 7200 topology: *master_1repl_1client + pki-fedora/test_installation_client: + requires: [fedora-latest/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{pki-fedora/build_url}' + update_packages: True + test_suite: test_integration/test_installation_client.py + template: *pki-master-latest + timeout: 3600 + topology: *master_3client + pki-fedora/test_webui_cert: requires: [pki-fedora/build] priority: 50 diff --git a/ipatests/prci_definitions/nightly_latest_selinux.yaml b/ipatests/prci_definitions/nightly_latest_selinux.yaml index e35b5628059..8a1b44181ab 100644 --- a/ipatests/prci_definitions/nightly_latest_selinux.yaml +++ b/ipatests/prci_definitions/nightly_latest_selinux.yaml @@ -1187,6 +1187,19 @@ jobs: timeout: 7200 topology: *master_1repl_1client + fedora-latest/test_installation_client: + requires: [fedora-latest/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_installation_client.py + template: *ci-master-latest + timeout: 3600 + topology: *master_3client + fedora-latest/test_user_permissions: requires: [fedora-latest/build] priority: 50 diff --git a/ipatests/prci_definitions/nightly_latest_testing.yaml b/ipatests/prci_definitions/nightly_latest_testing.yaml index f5c0c191070..cdf4886bd37 100644 --- a/ipatests/prci_definitions/nightly_latest_testing.yaml +++ b/ipatests/prci_definitions/nightly_latest_testing.yaml @@ -1187,6 +1187,19 @@ jobs: timeout: 7200 topology: *master_1repl_1client + testing-fedora/test_installation_client: + requires: [fedora-latest/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{testing-fedora/build_url}' + update_packages: True + test_suite: test_integration/test_installation_client.py + template: *testing-master-latest + timeout: 3600 + topology: *master_3client + testing-fedora/test_user_permissions: requires: [testing-fedora/build] priority: 50 diff --git a/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml b/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml index 9940535d9d3..20eef7b1f69 100644 --- a/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml +++ b/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml @@ -1274,6 +1274,20 @@ jobs: timeout: 7200 topology: *master_1repl_1client + testing-fedora/test_installation_client: + requires: [fedora-latest/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{testing-fedora/build_url}' + update_packages: True + selinux_enforcing: True + test_suite: test_integration/test_installation_client.py + template: *ci-master-latest + timeout: 3600 + topology: *master_3client + testing-fedora/test_user_permissions: requires: [testing-fedora/build] priority: 50 diff --git a/ipatests/prci_definitions/nightly_previous.yaml b/ipatests/prci_definitions/nightly_previous.yaml index 7936929884b..404a69af8fc 100644 --- a/ipatests/prci_definitions/nightly_previous.yaml +++ b/ipatests/prci_definitions/nightly_previous.yaml @@ -1100,6 +1100,18 @@ jobs: timeout: 7200 topology: *master_1repl_1client + fedora-previous/test_installation_client: + requires: [fedora-previous/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-previous/build_url}' + test_suite: test_integration/test_installation_client + template: *ci-master-previous + timeout: 7200 + topology: *master_1repl_1client + fedora-previous/test_user_permissions: requires: [fedora-previous/build] priority: 50
_______________________________________________ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org