ae22f1532d
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
13 lines
554 B
Plaintext
13 lines
554 B
Plaintext
# This file contains list of tests that can work with regular user privileges
|
|
# Until all tests are modified to properly identify whether they are able to
|
|
# run or must skip the ones that are known to work are listed here.
|
|
### Block Storage
|
|
openstack.tests.functional.block_storage.v3.test_volume
|
|
# Do not enable test_backup for now, since it is not capable to determine
|
|
# backup capabilities of the cloud
|
|
# openstack.tests.functional.block_storage.v3.test_backup
|
|
### Cloud
|
|
openstack.tests.functional.cloud
|
|
### Network
|
|
openstack.tests.functional.network
|