summaryrefslogtreecommitdiff
path: root/openstackclient/tests/identity/v3/fakes.py
diff options
context:
space:
mode:
authorwanghong <w.wanghong@huawei.com>2014-08-12 19:29:21 +0800
committerwanghong <w.wanghong@huawei.com>2014-08-14 20:11:00 +0800
commit2dc060cff3b3f85582347d70eb594b1570e0dc7d (patch)
tree296b3c09aed98f96d4839888d47b9a6610432000 /openstackclient/tests/identity/v3/fakes.py
parentf0b077eb7063d51790b207a78280206bebe63eb3 (diff)
downloadpython-openstackclient-2dc060cff3b3f85582347d70eb594b1570e0dc7d.tar.gz
add tests for identity v3 domain
Change-Id: I478215f62b51e6e73283f0304ea1b0736177d1b1
Diffstat (limited to 'openstackclient/tests/identity/v3/fakes.py')
-rw-r--r--openstackclient/tests/identity/v3/fakes.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/openstackclient/tests/identity/v3/fakes.py b/openstackclient/tests/identity/v3/fakes.py
index 60417157..4c43bacb 100644
--- a/openstackclient/tests/identity/v3/fakes.py
+++ b/openstackclient/tests/identity/v3/fakes.py
@@ -21,10 +21,13 @@ from openstackclient.tests import utils
domain_id = 'd1'
domain_name = 'oftheking'
+domain_description = 'domain description'
DOMAIN = {
'id': domain_id,
'name': domain_name,
+ 'description': domain_description,
+ 'enabled': True,
}
group_id = 'gr-010'