openstacksdk/openstack/tests/unit
silvacarloss 4e0d693816 Resource locks and access rules restrictions
Implement resource locks and access rules restrictions feature
in the openstacksdk.

Depends-On: Ib9f65a4523222f1224d51534c5061f90501b59d3
Change-Id: I45f9b06b1b41756d34f39604c82e28fd4eb102de
2024-02-19 12:58:42 -03:00
..
accelerator Remove unnecessary quotes 2023-06-02 17:52:40 +01:00
baremetal Merge "[baremetal] port add shard, is_smartnic, name" 2024-01-30 09:31:36 +00:00
baremetal_introspection ironic: Add support for Introspection Rules 2023-05-16 10:54:28 +01:00
block_storage Merge "Add snapshot manage unmanage support" 2024-02-06 19:02:02 +00:00
cloud mypy: Address issues with openstack.block_storage 2024-01-09 10:54:07 +00:00
clustering Blackify openstack.clustering 2023-05-05 11:31:36 +01:00
common Blackify everything else 2023-05-05 11:31:36 +01:00
compute Merge "Encode type of 'links' for Extension objects" 2023-08-28 10:55:32 +00:00
config config loader: Prefer cli/env over clouds.yaml args for some args 2023-10-02 14:41:57 -05:00
container_infrastructure_management Blackify openstack.container_infrastructure_management 2023-05-05 11:31:36 +01:00
database mypy: Address issues with remaining service modules 2024-01-09 10:54:07 +00:00
dns Remove resource_key for dns floating IP 2023-12-19 07:39:20 +00:00
fake Bump black to 23.3.0 2023-05-05 12:46:17 +01:00
fixtures Switch unittests for BS to use v3 2021-12-23 16:50:22 +01:00
identity identity: Add test for 'role_assignments_filter' proxy method 2024-01-09 10:54:07 +00:00
image image: Add support for metadef property operations 2023-10-04 17:40:42 +01:00
instance_ha support notification vmoves for masakari 2023-08-28 18:03:40 +08:00
key_manager Blackify openstack.key_manager 2023-05-05 11:00:35 +01:00
load_balancer Merge "Add 2 tls container params for Octavia Pools" 2023-08-25 08:46:44 +00:00
message Blackify openstack.message 2023-05-05 11:02:56 +01:00
network Support the API for managing external gateways 2023-10-26 08:37:19 +02:00
object_store Fix Swift endpoint conversion to determine info/caps url 2023-08-30 16:39:43 +02:00
orchestration Implement heat 'stack event list' 2023-11-14 16:31:31 +00:00
placement mypy: Address issues with remaining service modules 2024-01-09 10:54:07 +00:00
shared_file_system Resource locks and access rules restrictions 2024-02-19 12:58:42 -03:00
workflow wokflow: add update_workflow proxy method 2023-07-18 14:18:11 +03:00
README.rst tests: Add pointers to docs on running tests 2022-06-24 13:33:03 +01:00
__init__.py Make way for the functional tests 2015-03-31 17:07:47 -05:00
base.py Merge "Remove unnecessary quotes" 2023-06-06 17:23:58 +00:00
fakes.py Use unittest.mock instead of mock 2020-07-17 09:55:29 +02:00
test_connection.py Bump black to 23.3.0 2023-05-05 12:46:17 +01:00
test_exceptions.py Blackify everything else 2023-05-05 11:31:36 +01:00
test_fakes.py fakes: Generate correct type for list type components 2023-10-06 11:18:30 +01:00
test_format.py openstack.format: Remove 'serialize' classmethod 2023-08-17 11:47:01 +01:00
test_hacking.py Blackify everything else 2023-05-05 11:31:36 +01:00
test_microversions.py Bump black to 23.3.0 2023-05-05 12:46:17 +01:00
test_missing_version.py tests: Ignore our own deprecation warnings 2023-05-26 14:25:25 +01:00
test_placement_rest.py Blackify everything else 2023-05-05 11:31:36 +01:00
test_proxy.py Merge "tests: Enable UserWarning by default" 2023-07-28 16:28:43 +00:00
test_proxy_base.py Blackify everything else 2023-05-05 11:31:36 +01:00
test_resource.py openstack.format: Remove 'serialize' classmethod 2023-08-17 11:47:01 +01:00
test_stats.py Bump black to 23.3.0 2023-05-05 12:46:17 +01:00
test_utils.py Bump black to 23.3.0 2023-05-05 12:46:17 +01:00

README.rst

Unit Tests for openstacksdk

For information on how to run and extend these tests, refer to the contributor guide.