tempest/tempest/api/identity/admin/v2
Ken'ichi Ohmichi 73cb70b050 Check domain's enabled attribute strictly
Current test_domains checks domain's enabled attribute after converting
it to string because maybe that is for XML format. However, now Tempest
doesn't test XML format and the response of "create domain" is checked
as True instead of converting it to string.
This patch removes these conversions for checking boolean attribute.

Change-Id: I958de1e13b0169b03b56e4db1872d5ccf4e8904e
2015-06-01 07:23:41 +00:00
..
__init__.py Move identity v2 tests to their own folders 2015-03-03 09:34:09 +11:00
test_roles_negative.py remove gate tag (part 2) 2015-04-27 09:13:25 -04:00
test_roles.py remove gate tag (part 1) 2015-04-27 09:13:25 -04:00
test_services.py remove smoke tag from admin tests 2015-04-29 06:05:50 -04:00
test_tenant_negative.py remove gate tag (part 2) 2015-04-27 09:13:25 -04:00
test_tenants.py remove gate tag (part 1) 2015-04-27 09:13:25 -04:00
test_tokens.py remove gate tag (part 1) 2015-04-27 09:13:25 -04:00
test_users_negative.py remove gate tag (part 2) 2015-04-27 09:13:25 -04:00
test_users.py Check domain's enabled attribute strictly 2015-06-01 07:23:41 +00:00