X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=tests%2Fruntests.sh;h=a3a8229f9db0a1be605cac5d1eab28cd90b419df;hb=refs%2Fchanges%2F21%2F19021%2F13;hp=ca20556ad84a7c6a91e0afa79260b5a1b1dfa493;hpb=66fdf26fbffaa0b7daf9ed8b691c769336ed9572;p=openstack-build%2Fceilometer-build.git diff --git a/tests/runtests.sh b/tests/runtests.sh index ca20556..a3a8229 100755 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -65,7 +65,7 @@ if [[ `cat /etc/*-release | head -n 1 | awk '{print $1}'` =~ Ubuntu ]]; then else setenforce 0 && service firewalld stop os="centos" - packages_list="python-pip curl" + packages_list="curl python-pip" command_to_install="yum install -y" keystone_package="openstack-keystone" keystone_service="openstack-keystone" @@ -79,7 +79,6 @@ else openstack-ceilometer-notification openstack-ceilometer-polling openstack-ceilometer-api - openstack-ceilometer-alarm ) ceilometer_services=( openstack-ceilometer-central @@ -249,10 +248,12 @@ send_fake_instance_notification() { python get-pip.py fi - pip install pika==0.9.8 + pip install pika==0.10.0 echo '#!/usr/bin/env python import pika import uuid +import logging +logging.basicConfig() connection = pika.BlockingConnection(pika.ConnectionParameters(host="127.0.0.1")) channel = connection.channel() channel.queue_declare(queue="notifications.info")