Fix typo in test_hook

Fix typo according to https://review.openstack.org/#/c/221704/

Change-Id: I5efc0c4dec4917ec3686dec0044df40d4111e54a
This commit is contained in:
Marc Koderer 2015-09-12 16:53:44 +02:00
parent 94e62e1a41
commit 2a79beb643
1 changed files with 1 additions and 1 deletions

View File

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