ironic.tests.unit.db.test_node_tags
Tests for manipulating NodeTags via the DB API
ironic.tests.unit.db.test_node_tags.
DbNodeTagTestCase
Bases: ironic.tests.unit.db.base.DbTestCase
ironic.tests.unit.db.base.DbTestCase
setUp
test_add_node_tag
test_add_node_tag_duplicate
test_add_node_tag_node_not_exist
test_delete_node_tag
test_delete_node_tag_node_not_found
test_delete_node_tag_not_found
test_get_node_tags_by_node_id
test_get_node_tags_empty
test_get_node_tags_node_not_exist
test_node_tag_exists
test_node_tag_not_exists
test_set_node_tags
test_set_node_tags_duplicate
test_set_node_tags_node_not_exist
test_unset_empty_node_tags
test_unset_node_tags
test_unset_node_tags_node_not_exist
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.