commit | 73cb70b0507b6cedd871b2c56e4c512f74e79d29 | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Fri Apr 17 02:31:12 2015 +0000 |
committer | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Mon Jun 01 07:23:41 2015 +0000 |
tree | b58d1b6ec8fe6d77a6adb3421a9b25ee7824f4a7 | |
parent | 941c56c54337acac5f315c5300cda7f958f9ff1a [diff] |
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