python-openstackclient/functional
Tang Chen 2a2cb4f75d Migrate "network show" command to use SDK.
This patch makes "network show" command use sdk.

Since we have to keep the other commands runnable with
the old network client, we use a temporary method to
create sdk network client. And as a result, the tests
need to patch a method to fake the temporary method,
which will be removed at last.

There are two same test cases in the unit tests. This
patch will remove one.

And since the output has changed, we also need to fix
function test cases.

Change-Id: I4c06b4efad2db430767bbaa882b0876df3ab483a
Implements: blueprint neutron-client
Co-Authored-By: Terry Howe <terrylhowe@gmail.com>
Co-Authored-By: Tang Chen <tangchen@cn.fujitsu.com>
2015-12-09 09:30:13 +08:00
..
common Fix functional tests for Python 3.4 2015-10-12 17:23:06 +05:30
tests Migrate "network show" command to use SDK. 2015-12-09 09:30:13 +08:00
__init__.py Add functional tests to osc 2014-10-01 19:46:07 -04:00