From e86558d1c7db43cb5d4def2bd77c0b24dee4c179 Mon Sep 17 00:00:00 2001 From: Sergey Orlov Date: Apr 01 2020 09:34:09 +0000 Subject: ipatests: run all cases from test_integration/test_idviews.py in nightlies Reviewed-By: Florence Blanc-Renaud --- diff --git a/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml b/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml index dfc28f2..4eb0b8a 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml @@ -539,13 +539,13 @@ jobs: requires: [fedora-latest-ipa-4-8/build] priority: 50 job: - class: RunPytest + class: RunADTests args: build_url: '{fedora-latest-ipa-4-8/build_url}' - test_suite: test_integration/test_idviews.py::TestIDViews + test_suite: test_integration/test_idviews.py template: *ci-ipa-4-8-latest - timeout: 3600 - topology: *master_1repl_1client + timeout: 7200 + topology: *ad_master_2client fedora-latest-ipa-4-8/test_caless_TestServerInstall: requires: [fedora-latest-ipa-4-8/build] diff --git a/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml b/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml index 734dcb2..18477c8 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml @@ -539,13 +539,13 @@ jobs: requires: [fedora-previous-ipa-4-8/build] priority: 50 job: - class: RunPytest + class: RunADTests args: build_url: '{fedora-previous-ipa-4-8/build_url}' - test_suite: test_integration/test_idviews.py::TestIDViews + test_suite: test_integration/test_idviews.py template: *ci-ipa-4-8-previous - timeout: 3600 - topology: *master_1repl_1client + timeout: 7200 + topology: *ad_master_2client fedora-previous-ipa-4-8/test_caless_TestServerInstall: requires: [fedora-previous-ipa-4-8/build]