The ironicclient.tests.unit.v1.test_port_shell Module

class ironicclient.tests.unit.v1.test_port_shell.PortShellTest(*args, **kwargs)[source]

Bases: ironicclient.tests.unit.utils.BaseTestCase

test_do_port_create()[source]
test_do_port_create_invalid_extra_fields_values()[source]
test_do_port_create_portgroup_uuid()[source]
test_do_port_create_valid_fields_values()[source]
test_do_port_create_with_uuid()[source]
test_do_port_delete()[source]
test_do_port_delete_multiple()[source]
test_do_port_delete_multiple_with_exception()[source]
test_do_port_list()[source]
test_do_port_list_detail()[source]
test_do_port_list_detail_sort_dir()[source]
test_do_port_list_detail_sort_key()[source]
test_do_port_list_detail_wrong_sort_key()[source]
test_do_port_list_fields()[source]
test_do_port_list_invalid_fields()[source]
test_do_port_list_sort_dir()[source]
test_do_port_list_sort_key()[source]
test_do_port_list_wrong_sort_dir()[source]
test_do_port_list_wrong_sort_key()[source]
test_do_port_show()[source]
test_do_port_show_by_address()[source]
test_do_port_show_empty_uuid()[source]
test_do_port_show_fields()[source]
test_do_port_show_invalid_fields()[source]
test_do_port_show_space_uuid()[source]
test_do_port_update()[source]
test_do_port_update_wrong_op()[source]
test_port_show()[source]