tempest/tempest/api/data_processing
Andrea Frittoli b21de6ce45 Initial class creds creation in test base class
Each test class may now define at class level which credentials
are needed, and they will be allocated automatically by the base
class. To start using this a test class that requires network
resources must implement the setup_credentials method and
define the required resources before super is invoked.

In this patch this only affects the creation of credentials
as defined in the various base classes. Other tests will be
migrated as part of the resource-cleanup bp. Note that this
changes baremetal, identity and orchestration tests to
honour the tenant isolation settings.

Partially-implements: bp resource-cleanup

Change-Id: Id36a6ebddb618a78cee7025c9537cd1e2746190e
2015-04-27 15:23:13 +01:00
..
__init__.py Add simple node group tmpl API test for Savanna 2014-01-22 13:43:30 +04:00
base.py Initial class creds creation in test base class 2015-04-27 15:23:13 +01:00
test_cluster_templates.py Decouple Sahara templates test from vanilla plugin 2015-03-11 18:35:54 +01:00
test_data_sources.py Remove migrated utils code 2015-03-06 19:16:10 -05:00
test_job_binaries.py Remove migrated utils code 2015-03-06 19:16:10 -05:00
test_job_binary_internals.py Remove migrated utils code 2015-03-06 19:16:10 -05:00
test_jobs.py Remove migrated utils code 2015-03-06 19:16:10 -05:00
test_node_group_templates.py Decouple Sahara templates test from vanilla plugin 2015-03-11 18:35:54 +01:00
test_plugins.py Add UUIDs to all tempest tests and gate check 2015-02-26 16:05:16 -08:00