python-openstackclient/openstackclient/tests/unit/common
Julie Pichon 1b66ad9067 Fix 'project purge' deleting wrong project's servers and volumes
Project purge would delete the servers and volumes for the project the
user is currently authenticated for, regardless of the --project flag.

Note: This change means that no server at all will be deleted if the
logged in user doesn't have the get_all_tenants permission set in the
Nova policy (default: admin_api). This doesn't appear to be an issue
with Cinder as the default rule appears to be admin_or_owner.

Change-Id: If1c54e24e1482438b81c3c32fd5fc9fdd7a7be04
Story: 1747988
Task: 13854
2018-09-14 10:23:14 +01:00
..
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_availability_zone.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_clientmanager.py Improve no-auth path 2017-04-24 18:57:10 -05:00
test_command.py Rehome test units lib 2017-11-02 13:44:16 +01:00
test_commandmanager.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_configuration.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_extension.py Refactor Extension show and list command 2017-05-18 11:33:45 +08:00
test_limits.py Fix limits show command without Nova and Cinder 2018-04-03 00:47:00 -07:00
test_logs.py Rehome test units lib 2017-11-02 13:44:16 +01:00
test_module.py Support list commands by group name keyword 2017-02-23 12:13:06 +08:00
test_parseractions.py Rehome test units lib 2017-11-02 13:44:16 +01:00
test_project_purge.py Fix 'project purge' deleting wrong project's servers and volumes 2018-09-14 10:23:14 +01:00
test_quota.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00