Skip to content
Snippets Groups Projects
Commit f59f6a61 authored by Radosław Piliszek's avatar Radosław Piliszek
Browse files

CI: Add more service list checks to OS "smoke testing"

Change-Id: Ie7ee70e19536c2d8f4300df55c9c6ca38abb7ae4
parent a52808c5
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,10 @@ export PYTHONUNBUFFERED=1
function test_smoke {
openstack --debug compute service list
openstack --debug network agent list
openstack --debug orchestration service list
if [[ $ACTION =~ "ceph" ]] || [[ $ACTION == "cinder-lvm" ]]; then
openstack --debug volume service list
fi
}
function test_instance_boot {
......
......@@ -13,6 +13,7 @@ function setup_openstack_clients {
virtualenv ~/openstackclient-venv
~/openstackclient-venv/bin/pip install -U pip
~/openstackclient-venv/bin/pip install python-openstackclient
~/openstackclient-venv/bin/pip install python-heatclient
if [[ $ACTION == zun ]]; then
~/openstackclient-venv/bin/pip install python-zunclient
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment