python-openstackclient/openstackclient/tests/functional/common
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
..
__init__.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00
test_availability_zone.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00
test_configuration.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00
test_help.py Fix OSC networking commands help errors 2017-01-22 06:30:31 +00:00
test_quota.py Fix quota set command error for SDK > 0.9.10 2017-01-15 20:00:53 +08:00