From 15d01ea43bc1d01456ca4a670ff64846416157bd Mon Sep 17 00:00:00 2001
From: Tomas Krizek <tkrizek@redhat.com>
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 <tkrizek@redhat.com>
---
 .freeipa-pr-ci.yaml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.freeipa-pr-ci.yaml b/.freeipa-pr-ci.yaml
index 0d16c16a5a..179625e942 100644
--- a/.freeipa-pr-ci.yaml
+++ b/.freeipa-pr-ci.yaml
@@ -32,3 +32,15 @@ jobs:
         build_url: '{fedora-25/build_url}'
         test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull
         template: *ci-master-f25
+        timeout: 3600
+
+  fedora-25/external_ca:
+    requires: [fedora-25/build]
+    priority: 50
+    job:
+      class: RunPytest
+      args:
+        build_url: '{fedora-25/build_url}'
+        test_suite: test_integration/test_external_ca.py::TestExternalCA
+        template: *ci-master-f25
+        timeout: 3600
