Skip to content
Snippets Groups Projects
Commit b855bb7d authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "CI: Fix cinder smoke test"

parents 19671fb3 8df511a4
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ function test_smoke {
openstack --debug compute service list
openstack --debug network agent list
openstack --debug orchestration service list
if [[ $SCENARIO == "ceph-ansible" ]] | [[ $SCENARIO == "zun" ]]; then
if [[ $SCENARIO == "ceph-ansible" ]] || [[ $SCENARIO == "zun" ]]; then
openstack --debug volume service list
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