summaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2017-05-08 18:53:26 +0200
committerChristian Heimes <cheimes@redhat.com>2017-05-08 20:09:37 +0200
commitc0bb0ee8e36a85673e30352a7205414b215196a5 (patch)
tree854bb5ecf842c3565a18add4ad7e9283117a9364 /.travis
parent00c17b3e2f81c9df12e1a89fc85dc2e3d4c3a2b1 (diff)
downloadpki-c0bb0ee8e36a85673e30352a7205414b215196a5.tar.gz
pki-c0bb0ee8e36a85673e30352a7205414b215196a5.tar.xz
pki-c0bb0ee8e36a85673e30352a7205414b215196a5.zip
pkispawn: wait after final restart
The finalization scriptlet now waits after service has been restarted. Change-Id: Id462728386b9d7e6b3364e1651ef6676115dd1de Bugzilla: BZ#1446364 Pagure: 2644 Signed-off-by: Christian Heimes <cheimes@redhat.com>
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/40-spawn-ca5
-rwxr-xr-x.travis/50-spawn-kra5
2 files changed, 0 insertions, 10 deletions
diff --git a/.travis/40-spawn-ca b/.travis/40-spawn-ca
index d6771dbc9..d57e6b7e7 100755
--- a/.travis/40-spawn-ca
+++ b/.travis/40-spawn-ca
@@ -2,8 +2,3 @@
set -e
pkispawn -vv -f ${BUILDDIR}/pki/.travis/pki.cfg -s CA
-
-echo "Waiting for port 8080"
-for i in {1..20}; do
- curl http://localhost:8080 && break || sleep 1
-done
diff --git a/.travis/50-spawn-kra b/.travis/50-spawn-kra
index 93f2f4c3f..f7e8fc10a 100755
--- a/.travis/50-spawn-kra
+++ b/.travis/50-spawn-kra
@@ -2,8 +2,3 @@
set -e
pkispawn -vv -f ${BUILDDIR}/pki/.travis/pki.cfg -s KRA
-
-echo "Waiting for port 8080"
-for i in {1..20}; do
- curl http://localhost:8080 && break || sleep 1
-done