tests: Remove references to shade

Change-Id: I66afa38437a23f9346463f2a5544a91d5267e6d0
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2023-08-31 15:24:46 +01:00
parent d474eb84c6
commit 21af0cee98
33 changed files with 33 additions and 33 deletions

View File

@ -14,7 +14,7 @@
test_aggregate
----------------------------------
Functional tests for `shade` aggregate resource.
Functional tests for aggregate resource.
"""
from openstack.tests.functional import base

View File

@ -14,7 +14,7 @@
test_clustering
----------------------------------
Functional tests for `shade` clustering methods.
Functional tests for clustering methods.
"""
import time

View File

@ -14,7 +14,7 @@
test_coe_clusters
----------------------------------
Functional tests for `shade` COE clusters methods.
Functional tests for COE clusters methods.
"""
from openstack.tests.functional import base

View File

@ -14,7 +14,7 @@
test_compute
----------------------------------
Functional tests for `shade` compute methods.
Functional tests for compute methods.
"""
import datetime

View File

@ -14,7 +14,7 @@
test_domain
----------------------------------
Functional tests for `shade` keystone domain resource.
Functional tests for keystone domain resource.
"""
import openstack.cloud

View File

@ -16,7 +16,7 @@
test_endpoint
----------------------------------
Functional tests for `shade` endpoint resource.
Functional tests for endpoint resource.
"""
import random

View File

@ -16,7 +16,7 @@
test_flavor
----------------------------------
Functional tests for `shade` flavor resource.
Functional tests for flavor resource.
"""
from openstack.cloud.exc import OpenStackCloudException

View File

@ -14,7 +14,7 @@
test_groups
----------------------------------
Functional tests for `shade` keystone group resource.
Functional tests for keystone group resource.
"""
import openstack.cloud

View File

@ -14,7 +14,7 @@
test_identity
----------------------------------
Functional tests for `shade` identity methods.
Functional tests for identity methods.
"""
import random

View File

@ -14,7 +14,7 @@
test_compute
----------------------------------
Functional tests for `shade` image methods.
Functional tests for image methods.
"""
import filecmp

View File

@ -16,7 +16,7 @@
test_inventory
----------------------------------
Functional tests for `shade` inventory methods.
Functional tests for inventory methods.
"""
from openstack.cloud import inventory

View File

@ -14,7 +14,7 @@
test_keypairs
----------------------------------
Functional tests for `shade` keypairs methods
Functional tests for keypairs methods
"""
from openstack.tests import fakes
from openstack.tests.functional import base

View File

@ -14,7 +14,7 @@
test_limits
----------------------------------
Functional tests for `shade` limits method
Functional tests for limits method
"""
from openstack.compute.v2 import limits as _limits
from openstack.tests.functional import base

View File

@ -14,7 +14,7 @@
test_magnum_services
--------------------
Functional tests for `shade` services method.
Functional tests for services method.
"""
from openstack.tests.functional import base

View File

@ -14,7 +14,7 @@
test_network
----------------------------------
Functional tests for `shade` network methods.
Functional tests for network methods.
"""
from openstack.cloud.exc import OpenStackCloudException

View File

@ -14,7 +14,7 @@
test_object
----------------------------------
Functional tests for `shade` object methods.
Functional tests for object methods.
"""
import random

View File

@ -16,7 +16,7 @@
test_port
----------------------------------
Functional tests for `shade` port resource.
Functional tests for port resource.
"""
import random

View File

@ -16,7 +16,7 @@
test_project
----------------------------------
Functional tests for `shade` project resource.
Functional tests for project resource.
"""
import pprint

View File

@ -15,7 +15,7 @@
test_qos_bandwidth_limit_rule
----------------------------------
Functional tests for `shade`QoS bandwidth limit methods.
Functional tests for QoS bandwidth limit methods.
"""
from openstack.cloud.exc import OpenStackCloudException

View File

@ -15,7 +15,7 @@
test_qos_dscp_marking_rule
----------------------------------
Functional tests for `shade`QoS DSCP marking rule methods.
Functional tests for QoS DSCP marking rule methods.
"""
from openstack.cloud.exc import OpenStackCloudException

View File

@ -15,7 +15,7 @@
test_qos_minumum_bandwidth_rule
----------------------------------
Functional tests for `shade`QoS minimum bandwidth methods.
Functional tests for QoS minimum bandwidth methods.
"""
from openstack.cloud.exc import OpenStackCloudException

View File

@ -15,7 +15,7 @@
test_qos_policy
----------------------------------
Functional tests for `shade`QoS policies methods.
Functional tests for QoS policies methods.
"""
from openstack.cloud.exc import OpenStackCloudException

View File

@ -14,7 +14,7 @@
test_quotas
----------------------------------
Functional tests for `shade` quotas methods.
Functional tests for quotas methods.
"""
from openstack.tests.functional import base

View File

@ -14,7 +14,7 @@
test_recordset
----------------------------------
Functional tests for `shade` recordset methods.
Functional tests for recordset methods.
"""
import random
import string

View File

@ -14,7 +14,7 @@
test_router
----------------------------------
Functional tests for `shade` router methods.
Functional tests for router methods.
"""
import ipaddress

View File

@ -14,7 +14,7 @@
test_security_groups
----------------------------------
Functional tests for `shade` security_groups resource.
Functional tests for security_groups resource.
"""
from openstack.tests.functional import base

View File

@ -14,7 +14,7 @@
test_server_group
----------------------------------
Functional tests for `shade` server_group resource.
Functional tests for server_group resource.
"""
from openstack.tests.functional import base

View File

@ -16,7 +16,7 @@
test_services
----------------------------------
Functional tests for `shade` service resource.
Functional tests for service resource.
"""
import random

View File

@ -14,7 +14,7 @@
test_stack
----------------------------------
Functional tests for `shade` stack methods.
Functional tests for stack methods.
"""
import tempfile

View File

@ -14,7 +14,7 @@
test_users
----------------------------------
Functional tests for `shade` user methods.
Functional tests for user methods.
"""
from openstack.cloud.exc import OpenStackCloudException

View File

@ -14,7 +14,7 @@
test_volume
----------------------------------
Functional tests for `shade` block storage methods.
Functional tests for block storage methods.
"""
from fixtures import TimeoutException

View File

@ -16,7 +16,7 @@
test_volume
----------------------------------
Functional tests for `shade` block storage methods.
Functional tests for block storage methods.
"""
import testtools

View File

@ -14,7 +14,7 @@
test_zone
----------------------------------
Functional tests for `shade` zone methods.
Functional tests for zone methods.
"""
from testtools import content