Commit Graph

6 Commits

Author SHA1 Message Date
David Wilde e80c1db7e0 Add cross-project tests for Containers
Depends-On: I821b4f5998be5b40327311039979f5e00ea9cefc
Change-Id: I4ef2f68d9070da0c56c4e2370cf66bc813829cd5
2021-11-03 16:59:43 +00:00
Douglas Mendizábal d47ae4245a Refactor orders cleanup
This patch continues the refactor of cleanup logic.  It adds a
new `cleanup()` method to the order client that attempts to delete
all orders and all screts created by those orders on cleanup.

This patch also adds some scaffolding to the Container client that
will be fleshed out in a follow-up patch.

Change-Id: I78d875980637e82ddc3173aad2fc7ecf4941230c
2021-09-01 20:30:34 +00:00
Douglas Mendizábal db9b512ead Add secure-rbac tests for Containers
This patch adds basic RBAC testing for the Containers resource for
reader, member and admin personas with project scope.

Depends-On: I6879f566117db5ec0099ddad35ba649a3c674bd1
Change-Id: I2272f5cd2385df15cc7761e8b858dfd39be955d4
2021-04-01 16:54:25 -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 7be3f7e13c Add a ContainerClient and container API tests
This change adds a ContainerClient for testing the
Barbican container API. It adds a container test suite
and integrates the ContainerClient with the plugin
testing infrastructure.

Change-Id: I930455c6ae1e1127706480f24c0ea46f5cc81e85
Depends-On: I27f15375c46faa48cd56c8d52ecfd585fb325239
Implements: bp tempest-plugin
2017-01-12 10:57:11 -05:00