user@workstation:~/tempest$ tempest run --concurrency 1 --load-list testslist
...
...
======
Totals
======
Ran: 14 tests in 104.0000 sec.
- Passed: 14
- Skipped: 0
- Expected Fail: 0
- Unexpected Success: 0
- Failed: 0
Sum of execute time for each test: 17.3188 sec.
==============
Worker Balance
==============
- Worker 0 (14 tests) => 0:01:35.806710
user@workstation:~/tempest$ tempest run --list-tests | grep identity > testslist
======
Totals
======
Ran: 132 tests in 403.0000 sec.
- Passed: 104
- Skipped: 3
- Expected Fail: 0
- Unexpected Success: 0
- Failed: 9
Sum of execute time for each test: 142.0959 sec.
==============
Worker Balance
==============
- Worker 0 (132 tests) => 0:06:39.607883
{0} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset ... SKIPPED: Security compliance not available.
{0} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... SKIPPED: Security compliance not available.
{0} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... SKIPPED: Security compliance not available.
{0} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id [1.317259s] ... FAILED
Details: {u'message': u'The password does not match the requirements: Password must have a minimum length of 7 characters, and must contain at least 1 upper case, 1 lower case, 1 digit, and 1 special character.', u'code': 400, u'title': u'Bad Request'}
{0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_domain_delete_cascades_content [2.503778s] ... FAILED
tempest.lib.exceptions.ServerFault: Got server fault
Details: An unexpected error prevented the server from fulfilling your request.
{0} setUpClass (tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest) [0.000000s] ... FAILED
tempest.lib.exceptions.BadRequest: Bad request
Details: {u'message': u'The password does not match the requirements: Password must have a minimum length of 7 characters, and must contain at least 1 upper case, 1 lower case, 1 digit, and 1 special character.', u'code': 400, u'title': u'Bad Request'}
{0} setUpClass (tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON) [0.000000s] ... FAILED
Details: {u'message': u'The password does not match the requirements: Password must have a minimum length of 7 characters, and must contain at least 1 upper case, 1 lower case, 1 digit, and 1 special character.', u'code': 400, u'title': u'Bad Request'}
credentials: Credentials: {'username': u'tempest-InheritsV3TestJSON-1520347988', 'project_name': u'tempest-InheritsV3TestJSON-1520347988', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'224d2eda077d433d80826ccff0e867c0', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-InheritsV3TestJSON-1520347988', 'user_id': u'977df52ef5574c5eb0faec0e07c72afd', 'project_id': u'224d2eda077d433d80826ccff0e867c0', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None
{0} setUpClass (tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON) [0.000000s] ... FAILED
Details: {u'message': u'The password does not match the requirements: Password must have a minimum length of 7 characters, and must contain at least 1 upper case, 1 lower case, 1 digit, and 1 special character.', u'code': 400, u'title': u'Bad Request'}
{0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user [0.183578s] ... FAILED
testtools.matchers._impl.MismatchError: <bound method ProjectsClient.create_project of <tempest.lib.services.identity.v3.projects_client.ProjectsClient object at 0x7f006a0b6150>> returned {u'project': {u'is_domain': False, u'description': u'', u'links': {u'self': u'http://10.10.10.2:5000/v3/projects/35e1cb27f9004f2ab62044c01a8a6059'}, u'enabled': True, u'domain_id': u'default', u'parent_id': u'default', u'id': u'35e1cb27f9004f2ab62044c01a8a6059', u'name': u'tempest-project-1386228393'}}
{0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user [0.151216s] ... FAILED
{0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user [0.592864s] ... FAILED
{0} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization [0.166496s] ... FAILED
testtools.matchers._impl.MismatchError: 'object-store' not in [u'image', u'alarming', u'placement', u'cloudformation', u'patching', u'nfv', u'metering', u'compute', u'network', u'identity', u'event', u'platform', u'orchestration', u'tempest-type-400235938', u'tempest-type-543113869', u'tempest-type-1994904109', u'tempest-type-1522230055', u'tempest-type-1774749153', u'tempest-type-1587238250', u'tempest-type-912700716', u'tempest-type-1236045228']
{0} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password [5.618453s] ... FAILED
Details: {u'message': u'The new password cannot be identical to a previous password. The number of previous passwords that must be unique is 2.', u'code': 400, u'title': u'Bad Request'}