From 2a79beb6437735e3c3c8d4dd70e0b75f66156f3e Mon Sep 17 00:00:00 2001 From: Marc Koderer Date: Sat, 12 Sep 2015 16:53:44 +0200 Subject: [PATCH] Fix typo in test_hook Fix typo according to https://review.openstack.org/#/c/221704/ Change-Id: I5efc0c4dec4917ec3686dec0044df40d4111e54a --- contrib/ci/post_test_hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ci/post_test_hook.sh b/contrib/ci/post_test_hook.sh index e536fed455..ae61714d4b 100755 --- a/contrib/ci/post_test_hook.sh +++ b/contrib/ci/post_test_hook.sh @@ -108,7 +108,7 @@ elif [[ "$JOB_NAME" =~ "no-share-servers" ]]; then MANILA_TEMPEST_CONCURRENCY=8 fi -# check if tempest plugin was installed corretly +# check if tempest plugin was installed correctly echo 'import pkg_resources; print list(pkg_resources.iter_entry_points("tempest.test_plugins"))' | python echo "Running tempest manila test suites"