The ironic.tests.unit.db.test_chassis Module

Tests for manipulating Chassis via the DB API

class ironic.tests.unit.db.test_chassis.DbChassisTestCase(*args, **kwargs)[source]

Bases: ironic.tests.unit.db.base.DbTestCase

setUp()[source]
test_create_chassis_already_exists()[source]
test_destroy_chassis()[source]
test_destroy_chassis_that_does_not_exist()[source]
test_destroy_chassis_with_nodes()[source]
test_get_chassis_by_id()[source]
test_get_chassis_by_uuid()[source]
test_get_chassis_list()[source]
test_get_chassis_that_does_not_exist()[source]
test_update_chassis()[source]
test_update_chassis_that_does_not_exist()[source]
test_update_chassis_uuid()[source]