Skip to content

Commit

Permalink
Try test test_integration/test_caless.py::TestReplicaCALessToCAFull
Browse files Browse the repository at this point in the history
  • Loading branch information
rcritten committed Feb 9, 2021
1 parent 6513b9b commit 6484f0d
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions ipatests/prci_definitions/temp_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,10 @@ jobs:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaPromotion
test_suite: test_integration/test_caless.py::TestReplicaCALessToCAFull
template: *ci-master-latest
timeout: 7200
topology: *master_2repl_1client

timeout: 5400
topology: *master_1repl

fedora-latest/temp_commit_12:
requires: [fedora-latest/build]
Expand All @@ -141,7 +140,19 @@ jobs:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaPromotion
test_suite: test_integration/test_caless.py::TestReplicaCALessToCAFull
template: *ci-master-latest
timeout: 5400
topology: *master_1repl

fedora-latest/temp_commit_13:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_caless.py::TestReplicaCALessToCAFull
template: *ci-master-latest
timeout: 7200
topology: *master_2repl_1client
timeout: 5400
topology: *master_1repl

0 comments on commit 6484f0d

Please sign in to comment.