openstacksdk/openstack/tests/functional
Artem Goncharov ae22f1532d Whitelist cloud functional tests in acceptance
Next bunch of functional tests adapted to be included in the acceptance
tests.

Inclusion of tests uncovered issue in getting quota related to the fact
that not every user is capable to find/list projects. This is fixed by
introduction of ForbiddenException, skipping it in the _find call and
using current_project_id.

Change-Id: I53e718de239de7fb6f0347ff995282da079c68f3
2022-12-02 14:00:32 +01:00
..
baremetal baremetal: rework node creation to be closer to the backend 2022-08-23 16:20:08 +02:00
block_storage Merge "Initialize tests of real clouds" 2022-11-25 15:28:58 +00:00
cloud Whitelist cloud functional tests in acceptance 2022-12-02 14:00:32 +01:00
clustering tests: Centralize configuration of default flavor, image 2022-01-28 12:59:20 +00:00
compute compute: Add functional tests for volume attachments 2022-10-26 15:10:03 +03:00
dns Adds "test_update_zone" test case 2021-11-08 07:46:07 +02:00
examples Apply import order in some tests 2021-03-25 13:51:45 +01:00
identity Apply import order in some tests 2021-03-25 13:51:45 +01:00
image image: Add metadef resource type operations 2022-11-04 22:46:38 +09:00
instance_ha Repair masakari FT 2019-07-10 19:57:34 +02:00
load_balancer Add availability zone and availability zone profile resources to load balancer 2020-03-28 00:04:04 +00:00
network Rework network functional tests 2022-12-02 13:59:22 +01:00
object_store Migrate object_store to resource2/proxy2 2018-01-17 13:55:27 -06:00
orchestration Get rid of setUpClass and block it for forever 2019-03-01 16:40:06 +00:00
placement placement: Add support for resource providers 2021-03-26 15:52:46 +00:00
shared_file_system Merge "Add revert share to snapshot to shared file system." into feature/r1 2021-12-16 17:35:19 +00:00
README.rst tests: Add pointers to docs on running tests 2022-06-24 13:33:03 +01:00
__init__.py The first functional test 2015-04-14 12:01:54 -05:00
base.py Whitelist cloud functional tests in acceptance 2022-12-02 14:00:32 +01:00

README.rst

Unit Tests for openstacksdk

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