The ironic.tests.unit.common.test_policy Module

class ironic.tests.unit.common.test_policy.PolicyTestCase(*args, **kwargs)[source]

Bases: ironic.tests.base.TestCase

Tests whether the configuration of the policy engine is corect.

test_admin_api()[source]
test_public_api()[source]
test_show_password()[source]
test_trusted_call()[source]
class ironic.tests.unit.common.test_policy.PolicyTestCaseNegative(*args, **kwargs)[source]

Bases: ironic.tests.base.TestCase

Tests whether the configuration of the policy engine is corect.

test_admin_api()[source]
test_public_api()[source]
test_show_password()[source]
test_trusted_call()[source]

Project Source

This Page