openstackclient.tests.network package¶
Subpackages¶
Submodules¶
openstackclient.tests.network.common module¶
-
class
openstackclient.tests.network.common.FakeNetworkClient¶ Bases:
object
-
class
openstackclient.tests.network.common.TestNetworkBase(*args, **kwargs)¶ Bases:
openstackclient.tests.utils.TestCommand-
given_list_options= ['-f', 'csv', '-c', 'id', '--quote', 'all']¶
-
given_show_options= ['-f', 'shell', '-c', 'id', '--prefix', 'TST']¶
-
setUp()¶
-
then_list_options= [('formatter', 'csv'), ('columns', ['id']), ('quote_mode', 'all')]¶
-
then_show_options= [('formatter', 'shell'), ('columns', ['id']), ('prefix', 'TST')]¶
-