prci: add external_ca test

Add external_ca to the PR CI test suite.

Signed-off-by: Tomas Krizek <tkrizek@redhat.com>
Reviewed-By: Felipe Barreto <fbarreto@redhat.com>
This commit is contained in:
Tomas Krizek 2017-08-31 14:49:45 +02:00
parent d8b3e53ce1
commit 0033e09339
No known key found for this signature in database
GPG Key ID: 22A2A94B5E49415A

View File

@ -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