From d9528cf17dc101086f5335103f211ee2cb384fa3 Mon Sep 17 00:00:00 2001 From: Viktor Dukhovni Date: Sun, 28 May 2017 15:34:02 -0400 Subject: [PATCH] Fix missing wait_for in check-iprop (cherry picked from commit 4052b286bbbf6cc7822071ee8c38f64047a176f0) --- tests/kdc/check-iprop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/kdc/check-iprop.in b/tests/kdc/check-iprop.in index 7d7e54c5a6..ebdbaf1a45 100644 --- a/tests/kdc/check-iprop.in +++ b/tests/kdc/check-iprop.in @@ -283,7 +283,7 @@ ${kadmin} -l get host/bar@${R} > /dev/null 2>/dev/null && exit 1 echo "Re-add host" ${kadmin} -l add --random-key --use-defaults host/foo@${R} || exit 1 ${kadmin} -l add --random-key --use-defaults host/bar@${R} || exit 1 -slave_check_exists host/bar@${R} +wait_for "Slave sees re-added host" slave_check_exists "host/bar@${R}" echo "kill slave and remove log and database" > iprop-stats