Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
f59f6a61
Commit
f59f6a61
authored
5 years ago
by
Radosław Piliszek
Browse files
Options
Downloads
Patches
Plain Diff
CI: Add more service list checks to OS "smoke testing"
Change-Id: Ie7ee70e19536c2d8f4300df55c9c6ca38abb7ae4
parent
a52808c5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/test-openstack.sh
+4
-0
4 additions, 0 deletions
tests/test-openstack.sh
tools/setup_gate.sh
+1
-0
1 addition, 0 deletions
tools/setup_gate.sh
with
5 additions
and
0 deletions
tests/test-openstack.sh
+
4
−
0
View file @
f59f6a61
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
tools/setup_gate.sh
+
1
−
0
View file @
f59f6a61
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment