Files
barbican/functionaltests/api/base.py
Steve Heyman 46c5383cb3 Add ability to run secrets tests in parallel
This change provides an easy way to add paging tests to a Barbican
resource via an abstract PagingTestCase in functiontests/api/base.py.

Each test creates a group of resources (secrets/orders/whatever you want)
with a name unique to that test.  That allows tests to run in parallel
without fear of cross-contamination.

This drop adds secrets.  Later drops will add other pageable resources.

Change-Id: I18828362221f004a1c17496fcc2dd74529c15727
2015-03-26 18:29:25 -05:00

14 KiB