openstackclient.tests.network package

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')]

openstackclient.tests.network.test_common module

class openstackclient.tests.network.test_common.TestFind(*args, **kwargs)

Bases: openstackclient.tests.utils.TestCase

setUp()
test_dups()
test_id()
test_nada()
test_name()
test_nameo()

Module contents