]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use tempest-lib's token_client
authorKen'ichi Ohmichi <ken-oomichi@wx.jp.nec.com>
Wed, 16 Sep 2015 10:04:32 +0000 (10:04 +0000)
committerKen'ichi Ohmichi <ken-oomichi@wx.jp.nec.com>
Wed, 16 Sep 2015 10:08:50 +0000 (10:08 +0000)
commitdb4a06f7caa20a4c7879b58b20e95b223ed8eeaf
tree77bbef09d92999f531ec2aedeb764c220c033fe0
parentca5fd3cd11f3b653bb91ff12964fb26b2b946b32
Use tempest-lib's token_client

Now tempest-lib provides token_client modules as library and the
interface is stable. So neutron repogitory doesn't need to contain
these modules.
This patch makes neutron use tempest-lib's token_client and removes
the own modules for the maintenance.

Change-Id: Ieff7eb003f6e8257d83368dbc80e332aa66a156c
neutron/tests/api/clients.py
neutron/tests/tempest/auth.py
neutron/tests/tempest/services/identity/v2/json/token_client.py [deleted file]
neutron/tests/tempest/services/identity/v3/json/token_client.py [deleted file]