diff options
| author | Zuul <zuul@review.openstack.org> | 2017-12-13 02:18:43 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-12-13 02:18:43 +0000 |
| commit | 21b656ca4aa995530be474a8b9761b89f2ef93dd (patch) | |
| tree | b75291d0eb94a417b09c3cc6df1d2ea11338414b /openstackclient/tests/functional/identity/v3/common.py | |
| parent | 58e5abf2946ce9f0fa118866ac89f6ce881e440e (diff) | |
| parent | 12ee1861085144f43e6e535f82ba5d9b5d9a5632 (diff) | |
| download | python-openstackclient-21b656ca4aa995530be474a8b9761b89f2ef93dd.tar.gz | |
Merge "Add support for endpoing filter commands"
Diffstat (limited to 'openstackclient/tests/functional/identity/v3/common.py')
| -rw-r--r-- | openstackclient/tests/functional/identity/v3/common.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openstackclient/tests/functional/identity/v3/common.py b/openstackclient/tests/functional/identity/v3/common.py index 6d7896d8..33cb5d86 100644 --- a/openstackclient/tests/functional/identity/v3/common.py +++ b/openstackclient/tests/functional/identity/v3/common.py @@ -42,6 +42,7 @@ class IdentityTests(base.TestCase): REGION_LIST_HEADERS = ['Region', 'Parent Region', 'Description'] ENDPOINT_LIST_HEADERS = ['ID', 'Region', 'Service Name', 'Service Type', 'Enabled', 'Interface', 'URL'] + ENDPOINT_LIST_PROJECT_HEADERS = ['ID', 'Name'] IDENTITY_PROVIDER_FIELDS = ['description', 'enabled', 'id', 'remote_ids', 'domain_id'] |
