netbox_rpki.tests.test_routing_intent_services

Classes

RoutingIntentServiceTestCase

RoutingIntentProfileRunActionAPITestCase

ROAReconciliationRunCreatePlanAPITestCase

Module Contents

class netbox_rpki.tests.test_routing_intent_services.RoutingIntentServiceTestCase[source]

Bases: django.test.TestCase

Inheritance diagram of netbox_rpki.tests.test_routing_intent_services.RoutingIntentServiceTestCase
classmethod setUpTestData()[source]
test_derivation_creates_active_and_suppressed_intents()[source]
test_reconciliation_flags_overbroad_roa()[source]
test_reconciliation_supports_provider_imported_scope()[source]
test_reconciliation_marks_same_prefix_provider_mismatch_as_replacement()[source]
test_change_plan_creates_create_and_withdraw_actions()[source]
test_change_plan_creates_replacement_items_for_local_mismatch()[source]
test_change_plan_creates_replacement_items_for_provider_mismatch()[source]
test_change_plan_creation_runs_lint_and_simulation_analysis()[source]
test_change_plan_items_record_plan_semantics()[source]
test_reconciliation_summary_stays_consistent_across_local_and_provider_scopes()[source]
test_mixed_change_plan_counts_cover_create_withdraw_and_replacement_combinations()[source]
test_management_command_runs_pipeline_synchronously()[source]
test_management_command_supports_provider_imported_scope()[source]
class netbox_rpki.tests.test_routing_intent_services.RoutingIntentProfileRunActionAPITestCase[source]

Bases: netbox_rpki.tests.base.PluginAPITestCase

Inheritance diagram of netbox_rpki.tests.test_routing_intent_services.RoutingIntentProfileRunActionAPITestCase
classmethod setUpTestData()[source]
test_run_action_enqueues_job()[source]
test_run_action_passes_provider_snapshot_parameters()[source]
class netbox_rpki.tests.test_routing_intent_services.ROAReconciliationRunCreatePlanAPITestCase[source]

Bases: netbox_rpki.tests.base.PluginAPITestCase

Inheritance diagram of netbox_rpki.tests.test_routing_intent_services.ROAReconciliationRunCreatePlanAPITestCase
classmethod setUpTestData()[source]
test_create_plan_action_creates_plan()[source]
test_summary_action_returns_aggregate_counts()[source]