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:
Gage Hugo 2022-07-06 23:36:21 -05:00
parent 6348b93bed
commit d044c0cf3d
6 changed files with 2 additions and 27 deletions

View File

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

View File

@ -600,14 +600,6 @@ conf:
echo $IMAGES | xargs openstack image delete echo $IMAGES | xargs openstack image delete
fi fi
tests: tests:
NovaAgents.list_agents:
- runner:
concurrency: 1
times: 1
type: constant
sla:
failure_rate:
max: 0
NovaAggregates.create_and_get_aggregate_details: NovaAggregates.create_and_get_aggregate_details:
- args: - args:
availability_zone: nova 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.44 Distinguish between port number of internal endpoint and binding port number
- 0.2.45 Support TLS endpoints for metadata-api - 0.2.45 Support TLS endpoints for metadata-api
- 0.2.46 Use HTTP probe instead of TCP probe - 0.2.46 Use HTTP probe instead of TCP probe
- 0.2.47 Remove list agents rally test
... ...