Skip to content

Commit

Permalink
ipatests: add test_trust suite to nightly runs
Browse files Browse the repository at this point in the history
The test suite test_trust was missing in nightly definitions
because PR-CI was not able to provision multi-AD topology.
Now that PR-CI is updated, we can start executing this test suite.
It is not reasonable to add it to gating as this suite is
time consuming like other tests requiring provisioning of AD instances.
  • Loading branch information
sorlov-rh committed Feb 7, 2020
1 parent 4e1d27c commit 372e3ec
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ipatests/prci_definitions/nightly_ipa-4-8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ topologies:
name: ad_master
cpu: 4
memory: 12000
adroot_adchild_adtree_master_1client: &adroot_adchild_adtree_master_1client
name: adroot_adchild_adtree_master_1client
cpu: 8
memory: 14500

jobs:
fedora-30/build:
Expand Down Expand Up @@ -1456,3 +1460,15 @@ jobs:
template: *ci-master-f30
timeout: 4800
topology: *ad_master

fedora-30/test_trust:
requires: [fedora-30/build]
priority: 50
job:
class: RunADTests
args:
build_url: '{fedora-30/build_url}'
test_suite: test_integration/test_trust.py
template: *ci-master-f30
timeout: 7200
topology: *adroot_adchild_adtree_master_1client
4 changes: 4 additions & 0 deletions ipatests/prci_definitions/temp_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ topologies:
name: ad_master
cpu: 4
memory: 12000
adroot_adchild_adtree_master_1client: &adroot_adchild_adtree_master_1client
name: adroot_adchild_adtree_master_1client
cpu: 8
memory: 14500

jobs:
fedora-30/build:
Expand Down

0 comments on commit 372e3ec

Please sign in to comment.