Commit Graph

4 Commits

Author SHA1 Message Date
Douglas Mendizábal 98b7523de3 Add secure-rbac tests for Quotas
This patch adds basic secure-rbac testing for the Quotas resource
for the reader, member, and admin personas with project scope.

Change-Id: I290b808bbb8be26da281cf8971661c44fede71b0
2021-04-01 17:03:33 -05:00
wangzihao 0525790271 Remove six
Remove six Replace the following items with Python 3 style code.
- six.moves.urllib
- six.binary_type

Change-Id: I234c3b205ee21b59953aa6ce7af5c2a1e4a6cfa6
2020-11-03 13:42:27 +08:00
Kaitlin Farr 5bd7b76bd1 Fixes for py35
Decodes the bytes in a string type in a few places to get the
py35 version of the gate to pass.

Change-Id: Ifc66bdeacb09060e3ef699bc15e20f636bf84916
2017-06-19 13:19:01 -04:00
Peter Hamilton 2adeed60e5 Add a QuotaClient and quota API tests
This change adds a QuotaClient for testing the Barbican quota API.
It adds a quota test suite and integrates the QuotaClient with the
plugin testing infrastructure.

Change-Id: I3249fb879f519da63129e0ec5117377a21094974
Depends-On: I813648476a3a7b0b0e416a524d4629dffe36c92e
Implements: bp tempest-plugin
2017-02-03 15:00:20 -05:00