openstack-python-openstackc.../openstackclient/tests/functional
Rui Chen 4d9da2c40a Fix OSC networking commands help errors
OSC networking commands need to authenticate to get
service catalog, then decide to show nova-network or
neutron command help message. Fake token and fake
auth_type in prepare_to_run_command() casue os-cloud-config
use AdminToken auth plugin, but pass all the auth information
(include: username, password and so on) to it, that casue the
class initialization error. Pop the fake token and url, then
try to load auth plugin again to fix the issue.

Change-Id: I8b140f0b0a60681fc2a35a013bb0c84ff8cb9589
Closes-Bug: #1650026
2017-01-22 06:30:31 +00:00
..
common Fix OSC networking commands help errors 2017-01-22 06:30:31 +00:00
compute Update functional test for aggregate. 2017-01-16 20:58:33 +00:00
examples move all functional tests to tests module 2016-09-09 03:29:47 +00:00
identity add domain id to expected IdP fields, unskip tests 2017-01-07 00:24:52 -05:00
image Add support for Glance 'update image members' feature 2017-01-04 19:26:01 +01:00
network Fix functional test for creating subnet 2017-01-18 19:33:05 +00:00
object move all functional tests to tests module 2016-09-09 03:29:47 +00:00
volume Merge "Error in the return of command 'volume qos create'" 2017-01-21 06:18:08 +00:00
__init__.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00
base.py Add support for Network QoS rule commands 2017-01-09 18:05:30 +00:00
post_test_hook.sh unwedge the gate 2016-09-09 22:49:35 -04:00
post_test_hook_tips.sh Use git+file urls instead of directories 2017-01-14 20:40:17 +00:00