From 0033e0933924e856719cbbca5b5bc706eb9708c5 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Thu, 31 Aug 2017 14:49:45 +0200 Subject: [PATCH] prci: add external_ca test Add external_ca to the PR CI test suite. Signed-off-by: Tomas Krizek Reviewed-By: Felipe Barreto --- .freeipa-pr-ci.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.freeipa-pr-ci.yaml b/.freeipa-pr-ci.yaml index c7f9a97c3..828cdd1a2 100644 --- a/.freeipa-pr-ci.yaml +++ b/.freeipa-pr-ci.yaml @@ -33,3 +33,14 @@ jobs: test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull template: *ci-master-f26 timeout: 3600 + + fedora-26/external_ca: + requires: [fedora-26/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-26/build_url}' + test_suite: test_integration/test_external_ca.py::TestExternalCA + template: *ci-master-f26 + timeout: 3600