Remove list agents rally test
The list-agents rally test for nova was removed in wallaby, but it was also only supported by the XenAPI hypervisor driver. We have specifically overriden it for newer releases of openstack, but with its removal and the specific driver usage, there's no real need to keep it around. Change-Id: I056b397444e8dc5d4b256a6fe03c23b53a0c0fff
This commit is contained in:
parent
6348b93bed
commit
d044c0cf3d
@ -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:
|
||||
|
@ -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
|
||||
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
conf:
|
||||
rally_tests:
|
||||
tests:
|
||||
NovaAgents.list_agents: []
|
||||
...
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
conf:
|
||||
rally_tests:
|
||||
tests:
|
||||
NovaAgents.list_agents: []
|
||||
...
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
conf:
|
||||
rally_tests:
|
||||
tests:
|
||||
NovaAgents.list_agents: []
|
||||
...
|
@ -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
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user