The ironicclient.tests.unit.test_shell Module

class ironicclient.tests.unit.test_shell.ShellTest(*args, **kwargs)[source]

Bases: ironicclient.tests.unit.utils.BaseTestCase

make_env(exclude=None)[source]
re_options = 24
setUp()[source]
shell(argstr)[source]
test_auth_param()[source]
test_bash_completion()[source]
test_debug()[source]
test_help()[source]
test_help_on_subcommand()[source]
test_help_unknown_command()[source]
test_ironic_api_version()[source]
test_no_password_no_tty(*args, **keywargs)[source]
test_password_prompted(*args, **keywargs)[source]
test_password_prompted_ctrlD(*args, **keywargs)[source]
class ironicclient.tests.unit.test_shell.ShellTestNoMox(*args, **kwargs)[source]

Bases: ironicclient.tests.unit.test_shell.TestCase

setUp()[source]
shell(argstr)[source]
test_node_list(*args, **kw)[source]
class ironicclient.tests.unit.test_shell.ShellTestNoMoxV3(*args, **kwargs)[source]

Bases: ironicclient.tests.unit.test_shell.ShellTestNoMox

class ironicclient.tests.unit.test_shell.TestCase(*args, **kwargs)[source]

Bases: testtools.testcase.TestCase

assertRegexpMatches(text, expected_regexp, msg=None)[source]

Fail the test unless the text matches the regular expression.

register_keystone_auth_fixture()[source]
register_keystone_v2_token_fixture()[source]
register_keystone_v3_token_fixture()[source]
set_fake_env(fake_env)[source]
tokenid = '35413e87cf944724add83169cc118a68'

Previous topic

The ironicclient.tests.unit.test_import Module

Next topic

The ironicclient.tests.unit.test_utils Module

This Page