Merge "Remove list agents rally test"

This commit is contained in:
Zuul 2022-10-12 19:03:43 +00:00 committed by Gerrit Code Review
commit 4c3bc3adaa
6 changed files with 2 additions and 27 deletions

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0
description: OpenStack-Helm Nova
name: nova
version: 0.2.46
version: 0.2.47
home: https://docs.openstack.org/nova/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
sources:

View File

@ -600,14 +600,6 @@ conf:
echo $IMAGES | xargs openstack image delete
fi
tests:
NovaAgents.list_agents:
- runner:
concurrency: 1
times: 1
type: constant
sla:
failure_rate:
max: 0
NovaAggregates.create_and_get_aggregate_details:
- args:
availability_zone: nova

View File

@ -1,6 +0,0 @@
---
conf:
rally_tests:
tests:
NovaAgents.list_agents: []
...

View File

@ -1,6 +0,0 @@
---
conf:
rally_tests:
tests:
NovaAgents.list_agents: []
...

View File

@ -1,6 +0,0 @@
---
conf:
rally_tests:
tests:
NovaAgents.list_agents: []
...

View File

@ -67,4 +67,5 @@ nova:
- 0.2.44 Distinguish between port number of internal endpoint and binding port number
- 0.2.45 Support TLS endpoints for metadata-api
- 0.2.46 Use HTTP probe instead of TCP probe
- 0.2.47 Remove list agents rally test
...