Status: Pass 1676 Failure 1 Skip 36
Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase | 26 | 25 | 1 | 0 | 0 | Detail | |
test__delete_queue |
pass
pt1.1: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test__delete_queue |
||||||
test__delete_queue_still_used_in_a_qos |
pass
pt1.2: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test__delete_queue_still_used_in_a_qos |
||||||
test__find_qos |
pass
pt1.3: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test__find_qos |
||||||
test__find_queue |
pass
pt1.4: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test__find_queue |
||||||
test__list_queues |
pass
pt1.5: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test__list_queues |
||||||
test__set_pkt_mark_for_minimum_bandwidth |
pass
pt1.6: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test__set_pkt_mark_for_minimum_bandwidth |
||||||
test__set_port_qos |
pass
pt1.7: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test__set_port_qos |
||||||
test__unset_pkt_mark_for_minimum_bandwidth |
pass
pt1.8: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test__unset_pkt_mark_for_minimum_bandwidth |
||||||
test__update_qos_new |
pass
pt1.9: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test__update_qos_new |
||||||
test__update_qos_update |
pass
pt1.10: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test__update_qos_update |
||||||
test__update_queue_new |
pass
pt1.11: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test__update_queue_new |
||||||
test__update_queue_update |
pass
pt1.12: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test__update_queue_update |
||||||
test_add_gre_tunnel_port |
pass
pt1.13: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test_add_gre_tunnel_port |
||||||
test_clear_bandwidth_qos |
pass
pt1.14: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test_clear_bandwidth_qos |
||||||
test_delete_minimum_bandwidth_queue |
pass
pt1.15: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test_delete_minimum_bandwidth_queue |
||||||
test_delete_minimum_bandwidth_queue_no_qos_found |
pass
pt1.16: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test_delete_minimum_bandwidth_queue_no_qos_found |
||||||
test_egress_bw_limit |
pass
pt1.17: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test_egress_bw_limit |
||||||
test_get_bridge_ports |
pass
pt1.18: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test_get_bridge_ports |
||||||
test_get_egress_min_bw_for_port |
pass
pt1.19: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test_get_egress_min_bw_for_port |
||||||
test_ingress_bw_limit |
pass
pt1.20: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test_ingress_bw_limit |
||||||
test_ingress_bw_limit_dpdk_port |
pass
pt1.21: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test_ingress_bw_limit_dpdk_port |
||||||
test_set_controllers_inactivity_probe |
pass
pt1.22: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test_set_controllers_inactivity_probe |
||||||
test_set_igmp_snooping_flood |
pass
pt1.23: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test_set_igmp_snooping_flood |
||||||
test_set_pkt_mark_for_ingress_bandwidth_limit |
pass
pt1.24: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test_set_pkt_mark_for_ingress_bandwidth_limit |
||||||
test_update_minimum_bandwidth_queue |
fail
ft1.25: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test_update_minimum_bandwidth_queuetesttools.testresult.real._StringException: Traceback (most recent call last): File "/home/zuul/src/opendev.org/openstack/neutron/neutron/common/utils.py", line 739, in wait_until_true eventlet.sleep(sleep) File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/eventlet/greenthread.py", line 38, in sleep hub.switch() File "/home/zuul/src/opendev.org/openstack/neutron/.tox/dsvm-functional-gate/lib/python3.10/site-packages/eventlet/hubs/hub.py", line 310, in switch return self.greenlet.switch() eventlet.timeout.Timeout: 5 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/zuul/src/opendev.org/openstack/neutron/neutron/tests/functional/agent/common/test_ovs_lib.py", line 165, in _check_value common_utils.wait_until_true(part_check_value, timeout=5, sleep=1) File "/home/zuul/src/opendev.org/openstack/neutron/neutron/common/utils.py", line 744, in wait_until_true raise WaitTimeout(_("Timed out after %d seconds") % timeout) neutron.common.utils.WaitTimeout: Timed out after 5 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/zuul/src/opendev.org/openstack/neutron/neutron/tests/base.py", line 178, in func return f(self, *args, **kwargs) File "/home/zuul/src/opendev.org/openstack/neutron/neutron/tests/functional/agent/common/test_ovs_lib.py", line 495, in test_update_minimum_bandwidth_queue self._check_value(expected, self._list_queues, queue_id) File "/home/zuul/src/opendev.org/openstack/neutron/neutron/tests/functional/agent/common/test_ovs_lib.py", line 167, in _check_value self.fail('Expected value: %s, retrieved value: %s' % File "/usr/lib/python3.10/unittest/case.py", line 675, in fail raise self.failureException(msg) AssertionError: Expected value: {'_uuid': UUID('f3b0bec9-f681-4fad-b1e9-1172cc3bdb4e'), 'external_ids': {'port': 'port-c7e', 'type': 'minimum_bandwidth', 'queue-num': 'queue_num'}, 'other_config': {'max-rate': '3000000', 'burst': '2000000', 'min-rate': '1800000'}}, retrieved value: {'_uuid': UUID('f3b0bec9-f681-4fad-b1e9-1172cc3bdb4e'), 'other_config': {'max-rate': '3000000', 'min-rate': '1800000', 'burst': '2000000'}, 'external_ids': {'port': 'port-c7e', 'queue-num': '1', 'type': 'minimum_bandwidth'}} |
||||||
test_update_minimum_bandwidth_queue_no_qos_no_queue |
pass
pt1.26: neutron.tests.functional.agent.common.test_ovs_lib.BaseOVSTestCase.test_update_minimum_bandwidth_queue_no_qos_no_queue |
||||||
neutron.tests.functional.agent.common.test_ovsdb_monitor.SimpleInterfaceMonitorTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_interface_monitor_filtering |
pass
pt2.1: neutron.tests.functional.agent.common.test_ovsdb_monitor.SimpleInterfaceMonitorTestCase.test_interface_monitor_filtering |
||||||
neutron.tests.functional.agent.l2.extensions.test_ovs_agent_qos_extension.TestOVSAgentQosExtension | 20 | 20 | 0 | 0 | 0 | Detail | |
test_port_creation_with_bandwidth_limit(egress) |
pass
pt3.1: neutron.tests.functional.agent.l2.extensions.test_ovs_agent_qos_extension.TestOVSAgentQosExtension.test_port_creation_with_bandwidth_limit(egress) |
||||||
test_simple_port_policy_update(egress) |
pass
pt3.2: neutron.tests.functional.agent.l2.extensions.test_ovs_agent_qos_extension.TestOVSAgentQosExtension.test_simple_port_policy_update(egress) |
||||||
test_policy_rule_delete(ingress) |
pass
pt3.3: neutron.tests.functional.agent.l2.extensions.test_ovs_agent_qos_extension.TestOVSAgentQosExtension.test_policy_rule_delete(ingress) |
||||||
test_port_creation_with_bandwidth_limit(ingress) |
pass
pt3.4: neutron.tests.functional.agent.l2.extensions.test_ovs_agent_qos_extension.TestOVSAgentQosExtension.test_port_creation_with_bandwidth_limit(ingress) |
||||||
test_port_creation_with_bandwidth_limits_both_directions(egress) |
pass
pt3.5: neutron.tests.functional.agent.l2.extensions.test_ovs_agent_qos_extension.TestOVSAgentQosExtension.test_port_creation_with_bandwidth_limits_both_directions(egress) |
||||||
test_policy_rule_delete(egress) |
pass
pt3.6: neutron.tests.functional.agent.l2.extensions.test_ovs_agent_qos_extension.TestOVSAgentQosExtension.test_policy_rule_delete(egress) |
||||||
test_port_creation_with_different_dscp_markings(egress) |
pass
pt3.7: neutron.tests.functional.agent.l2.extensions.test_ovs_agent_qos_extension.TestOVSAgentQosExtension.test_port_creation_with_different_dscp_markings(egress) |
||||||
test_port_creation_with_bandwidth_limits_both_directions(ingress) |
pass
pt3.8: neutron.tests.functional.agent.l2.extensions.test_ovs_agent_qos_extension.TestOVSAgentQosExtension.test_port_creation_with_bandwidth_limits_both_directions(ingress) |
||||||
test_simple_port_policy_update(ingress) |
pass
pt3.9: neutron.tests.functional.agent.l2.extensions.test_ovs_agent_qos_extension.TestOVSAgentQosExtension.test_simple_port_policy_update(ingress) |
||||||
test_port_creation_with_different_bandwidth_limits(egress) |
pass
pt3.10: neutron.tests.functional.agent.l2.extensions.test_ovs_agent_qos_extension.TestOVSAgentQosExtension.test_port_creation_with_different_bandwidth_limits(egress) |
||||||
test_port_qos_disassociation(egress) |
pass
pt3.11: neutron.tests.functional.agent.l2.extensions.test_ovs_agent_qos_extension.TestOVSAgentQosExtension.test_port_qos_disassociation(egress) |
||||||
test_port_creation_with_different_bandwidth_limits(ingress) |
pass
pt3.12: neutron.tests.functional.agent.l2.extensions.test_ovs_agent_qos_extension.TestOVSAgentQosExtension.test_port_creation_with_different_bandwidth_limits(ingress) |
||||||
test_simple_port_policy_update_change_bw_limit_direction(ingress) |
pass
pt3.13: neutron.tests.functional.agent.l2.extensions.test_ovs_agent_qos_extension.TestOVSAgentQosExtension.test_simple_port_policy_update_change_bw_limit_direction(ingress) |
||||||
test_simple_port_policy_update_change_bw_limit_direction(egress) |
pass
pt3.14: neutron.tests.functional.agent.l2.extensions.test_ovs_agent_qos_extension.TestOVSAgentQosExtension.test_simple_port_policy_update_change_bw_limit_direction(egress) |
||||||
test_port_creation_with_different_dscp_markings(ingress) |
pass
pt3.15: neutron.tests.functional.agent.l2.extensions.test_ovs_agent_qos_extension.TestOVSAgentQosExtension.test_port_creation_with_different_dscp_markings(ingress) |
||||||
test_port_creation_with_dscp_marking(ingress) |
pass
pt3.16: neutron.tests.functional.agent.l2.extensions.test_ovs_agent_qos_extension.TestOVSAgentQosExtension.test_port_creation_with_dscp_marking(ingress) |
||||||
test_port_creation_with_dscp_marking(egress) |
pass
pt3.17: neutron.tests.functional.agent.l2.extensions.test_ovs_agent_qos_extension.TestOVSAgentQosExtension.test_port_creation_with_dscp_marking(egress) |
||||||
test_port_qos_disassociation(ingress) |
pass
pt3.18: neutron.tests.functional.agent.l2.extensions.test_ovs_agent_qos_extension.TestOVSAgentQosExtension.test_port_qos_disassociation(ingress) |
||||||
test_port_qos_update_policy_id(ingress) |
pass
pt3.19: neutron.tests.functional.agent.l2.extensions.test_ovs_agent_qos_extension.TestOVSAgentQosExtension.test_port_qos_update_policy_id(ingress) |
||||||
test_port_qos_update_policy_id(egress) |
pass
pt3.20: neutron.tests.functional.agent.l2.extensions.test_ovs_agent_qos_extension.TestOVSAgentQosExtension.test_port_qos_update_policy_id(egress) |
||||||
neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.LinuxBridgeL3AgentFipQosExtensionTestCase | 8 | 8 | 0 | 0 | 0 | Detail | |
test_ha_router_fip_qos |
pass
pt4.1: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.LinuxBridgeL3AgentFipQosExtensionTestCase.test_ha_router_fip_qos |
||||||
test_ha_router_with_pf_fips_qos |
pass
pt4.2: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.LinuxBridgeL3AgentFipQosExtensionTestCase.test_ha_router_with_pf_fips_qos |
||||||
test_legacy_router_fip_qos |
pass
pt4.3: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.LinuxBridgeL3AgentFipQosExtensionTestCase.test_legacy_router_fip_qos |
||||||
test_ha_router_fip_qos_egress |
pass
pt4.4: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.LinuxBridgeL3AgentFipQosExtensionTestCase.test_ha_router_fip_qos_egress |
||||||
test_legacy_router_with_pf_fips_qos |
pass
pt4.5: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.LinuxBridgeL3AgentFipQosExtensionTestCase.test_legacy_router_with_pf_fips_qos |
||||||
test_legacy_router_fip_qos_egress |
pass
pt4.6: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.LinuxBridgeL3AgentFipQosExtensionTestCase.test_legacy_router_fip_qos_egress |
||||||
test_ha_router_fip_qos_ingress |
pass
pt4.7: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.LinuxBridgeL3AgentFipQosExtensionTestCase.test_ha_router_fip_qos_ingress |
||||||
test_legacy_router_fip_qos_ingress |
pass
pt4.8: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.LinuxBridgeL3AgentFipQosExtensionTestCase.test_legacy_router_fip_qos_ingress |
||||||
neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtension | 8 | 8 | 0 | 0 | 0 | Detail | |
test_legacy_router_fip_qos_egress |
pass
pt5.1: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtension.test_legacy_router_fip_qos_egress |
||||||
test_ha_router_fip_qos_ingress |
pass
pt5.2: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtension.test_ha_router_fip_qos_ingress |
||||||
test_ha_router_fip_qos |
pass
pt5.3: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtension.test_ha_router_fip_qos |
||||||
test_legacy_router_fip_qos_ingress |
pass
pt5.4: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtension.test_legacy_router_fip_qos_ingress |
||||||
test_ha_router_with_pf_fips_qos |
pass
pt5.5: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtension.test_ha_router_with_pf_fips_qos |
||||||
test_legacy_router_fip_qos |
pass
pt5.6: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtension.test_legacy_router_fip_qos |
||||||
test_ha_router_fip_qos_egress |
pass
pt5.7: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtension.test_ha_router_fip_qos_egress |
||||||
test_legacy_router_with_pf_fips_qos |
pass
pt5.8: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtension.test_legacy_router_with_pf_fips_qos |
||||||
neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR | 69 | 67 | 0 | 0 | 2 | Detail | |
test_dvr_fip_and_router_namespace_rules_with_address_scopes_match |
pass
pt6.1: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_fip_and_router_namespace_rules_with_address_scopes_match |
||||||
test_connection_from_same_address_scope |
pass
pt6.2: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_connection_from_same_address_scope |
||||||
test_dvr_gateway_move_does_not_remove_redirect_rules |
pass
pt6.3: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_gateway_move_does_not_remove_redirect_rules |
||||||
test_connection_from_diff_address_scope |
pass
pt6.4: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_connection_from_diff_address_scope |
||||||
test_dvr_dvr_fip_snat_qos |
pass
pt6.5: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_dvr_fip_snat_qos |
||||||
test_dvr_fip_and_router_namespace_rules_with_address_scopes_mismatch |
pass
pt6.6: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_fip_and_router_namespace_rules_with_address_scopes_mismatch |
||||||
test_dvr_router_fip_agent_mismatch |
pass
pt6.7: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_fip_agent_mismatch |
||||||
test_dvr_ha_rtr_static_routes_in_rtr_namespace |
pass
pt6.8: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_ha_rtr_static_routes_in_rtr_namespace |
||||||
test_direct_route_for_address_scope |
pass
pt6.9: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_direct_route_for_address_scope |
||||||
test_dvr_ha_router_failover_without_gw |
pass
pt6.10: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_ha_router_failover_without_gw |
||||||
test_dvr_local_router_fip_qos |
pass
pt6.11: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_local_router_fip_qos |
||||||
test_dvr_router_lifecycle_without_ha_with_snat_with_fips |
pass
pt6.12: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_lifecycle_without_ha_with_snat_with_fips |
||||||
test_dvr_non_ha_router_update |
pass
pt6.13: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_non_ha_router_update |
||||||
test_dvr_ha_router_failover_with_gw_and_floatingip |
pass
pt6.14: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_ha_router_failover_with_gw_and_floatingip |
||||||
test_dvr_lifecycle_no_ha_with_snat_with_fips_with_cent_fips |
pass
pt6.15: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_lifecycle_no_ha_with_snat_with_fips_with_cent_fips |
||||||
test_dvr_local_router_no_fip |
pass
pt6.16: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_local_router_no_fip |
||||||
test_dvr_ha_router_failover_with_gw |
pass
pt6.17: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_ha_router_failover_with_gw |
||||||
test_dvr_lifecycle_ha_with_snat_with_fips_with_cent_fips |
pass
pt6.18: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_lifecycle_ha_with_snat_with_fips_with_cent_fips |
||||||
test_dvr_no_external_router_namespace_rules_with_address_scopes_match |
pass
pt6.19: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_no_external_router_namespace_rules_with_address_scopes_match |
||||||
test_dvr_router_fip_create_for_migrating_port |
pass
pt6.20: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_fip_create_for_migrating_port |
||||||
test_dvr_router_snat_namespace_with_interface_remove |
pass
pt6.21: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_snat_namespace_with_interface_remove |
||||||
test_dvr_process_fips_with_no_gw_port_in_namespace |
skip
pt6.22: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_process_fips_with_no_gw_port_in_namespace |
||||||
test_dvr_router_add_fips_on_restarted_agent |
pass
pt6.23: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_add_fips_on_restarted_agent |
||||||
test_dvr_router_fips_for_multiple_ext_networks |
pass
pt6.24: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_fips_for_multiple_ext_networks |
||||||
test_dvr_router_fip_namespace_create_without_floatingip |
pass
pt6.25: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_fip_namespace_create_without_floatingip |
||||||
test_dvr_router_update_ecmp_routes |
pass
pt6.26: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_update_ecmp_routes |
||||||
test_dvr_router_add_internal_network_set_arp_cache |
pass
pt6.27: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_add_internal_network_set_arp_cache |
||||||
test_dvr_router_gateway_redirect_cleanup_on_agent_restart |
pass
pt6.28: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_gateway_redirect_cleanup_on_agent_restart |
||||||
test_dvr_router_floating_ip_moved |
pass
pt6.29: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_floating_ip_moved |
||||||
test_dvr_router_static_routes_in_fip_and_snat_namespace |
pass
pt6.30: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_static_routes_in_fip_and_snat_namespace |
||||||
test_dvr_ha_router_interface_mtu_update |
pass
pt6.31: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_ha_router_interface_mtu_update |
||||||
test_dvr_router_fip_associations_exist_when_router_reenabled |
pass
pt6.32: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_fip_associations_exist_when_router_reenabled |
||||||
test_dvr_ha_router_unbound_from_agents |
pass
pt6.33: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_ha_router_unbound_from_agents |
||||||
test_dvr_router_fip_namespace_routes |
pass
pt6.34: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_fip_namespace_routes |
||||||
test_dvr_snat_namespace_has_ip_nonlocal_bind_enabled |
pass
pt6.35: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_snat_namespace_has_ip_nonlocal_bind_enabled |
||||||
test_dvr_router_rule_and_route_table_cleared_when_fip_removed |
pass
pt6.36: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_rule_and_route_table_cleared_when_fip_removed |
||||||
test_dvr_lifecycle_ha_with_snat_with_fips_with_cent_fips_no_gw |
pass
pt6.37: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_lifecycle_ha_with_snat_with_fips_with_cent_fips_no_gw |
||||||
test_dvr_lifecycle_no_ha_with_snat_with_fips_with_cent_fips_no_gw |
pass
pt6.38: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_lifecycle_no_ha_with_snat_with_fips_with_cent_fips_no_gw |
||||||
test_dvr_ha_router_with_centralized_fip_calls_keepalived_cidr |
pass
pt6.39: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_ha_router_with_centralized_fip_calls_keepalived_cidr |
||||||
test_dvr_update_floatingip_statuses |
pass
pt6.40: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_update_floatingip_statuses |
||||||
test_dvr_router_interface_mtu_update |
pass
pt6.41: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_interface_mtu_update |
||||||
test_dvr_router_rem_fips_on_restarted_agent |
pass
pt6.42: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_rem_fips_on_restarted_agent |
||||||
test_dvr_no_external_no_qos |
pass
pt6.43: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_no_external_no_qos |
||||||
test_dvr_router_fips_stale_gw_port |
pass
pt6.44: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_fips_stale_gw_port |
||||||
test_dvr_router_update_on_restarted_agent_sets_rtr_fip_connect |
pass
pt6.45: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_update_on_restarted_agent_sets_rtr_fip_connect |
||||||
test_dvr_router_fip_late_binding |
pass
pt6.46: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_fip_late_binding |
||||||
test_floating_ip_not_deployed_on_dvr_no_external_agent |
pass
pt6.47: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_floating_ip_not_deployed_on_dvr_no_external_agent |
||||||
test_dvr_router_with_ha_for_fip_disassociation |
pass
pt6.48: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_with_ha_for_fip_disassociation |
||||||
test_ha_dvr_no_external_no_qos |
pass
pt6.49: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_ha_dvr_no_external_no_qos |
||||||
test_dvr_router_static_routes_in_snat_namespace_and_router_namespace |
pass
pt6.50: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_static_routes_in_snat_namespace_and_router_namespace |
||||||
test_dvr_snat_qos_rules_set_in_qrouter |
pass
pt6.51: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_snat_qos_rules_set_in_qrouter |
||||||
test_dvr_router_fip_associations_exist_when_snat_removed |
pass
pt6.52: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_fip_associations_exist_when_snat_removed |
||||||
test_fip_connection_for_address_scope |
pass
pt6.53: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_fip_connection_for_address_scope |
||||||
test_get_centralized_fip_cidr_set_no_ex_gw_port |
pass
pt6.54: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_get_centralized_fip_cidr_set_no_ex_gw_port |
||||||
test_dvr_router_gateway_update_to_none |
pass
pt6.55: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_gateway_update_to_none |
||||||
test_dvr_update_gateway_port_no_fip_fg_port_recovers_itself_with_fpr |
pass
pt6.56: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_update_gateway_port_no_fip_fg_port_recovers_itself_with_fpr |
||||||
test_dvr_update_gateway_port_with_no_gw_port_in_namespace |
skip
pt6.57: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_update_gateway_port_with_no_gw_port_in_namespace |
||||||
test_dvr_router_lifecycle_ha_with_snat_with_fips |
pass
pt6.58: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_lifecycle_ha_with_snat_with_fips |
||||||
test_get_centralized_fip_cidr_set |
pass
pt6.59: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_get_centralized_fip_cidr_set |
||||||
test_floating_ip_create_does_not_raise_keyerror_on_missing_host |
pass
pt6.60: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_floating_ip_create_does_not_raise_keyerror_on_missing_host |
||||||
test_dvr_router_lifecycle_without_ha_without_snat_with_fips |
pass
pt6.61: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_lifecycle_without_ha_without_snat_with_fips |
||||||
test_floating_ip_migrate_when_unbound_port_is_bound_to_a_host |
pass
pt6.62: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_floating_ip_migrate_when_unbound_port_is_bound_to_a_host |
||||||
test_dvr_unused_snat_ns_deleted_when_agent_restarts_after_move |
pass
pt6.63: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_unused_snat_ns_deleted_when_agent_restarts_after_move |
||||||
test_prevent_snat_rule_exist_on_restarted_agent |
pass
pt6.64: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_prevent_snat_rule_exist_on_restarted_agent |
||||||
test_get_centralized_fip_cidr_set_not_snat_host |
pass
pt6.65: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_get_centralized_fip_cidr_set_not_snat_host |
||||||
test_ha_dvr_dvr_fip_snat_qos |
pass
pt6.66: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_ha_dvr_dvr_fip_snat_qos |
||||||
test_dvr_router_with_centralized_fip_calls_keepalived_cidr |
pass
pt6.67: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_dvr_router_with_centralized_fip_calls_keepalived_cidr |
||||||
test_snat_bound_floating_ip |
pass
pt6.68: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_snat_bound_floating_ip |
||||||
test_ha_dvr_local_router_fip_qos |
pass
pt6.69: neutron.tests.functional.agent.l3.extensions.qos.test_fip_qos_extension.TestL3AgentFipQosExtensionDVR.test_ha_dvr_local_router_fip_qos |
||||||
neutron.tests.functional.agent.l3.extensions.test_conntrack_helper_extension.TestL3AgentConntrackHelperExtension | 4 | 0 | 0 | 0 | 4 | Detail | |
test_dvr_edge_router |
skip
pt7.1: neutron.tests.functional.agent.l3.extensions.test_conntrack_helper_extension.TestL3AgentConntrackHelperExtension.test_dvr_edge_router |
||||||
test_dvr_ha_router |
skip
pt7.2: neutron.tests.functional.agent.l3.extensions.test_conntrack_helper_extension.TestL3AgentConntrackHelperExtension.test_dvr_ha_router |
||||||
test_legacy_router_conntrack_helper |
skip
pt7.3: neutron.tests.functional.agent.l3.extensions.test_conntrack_helper_extension.TestL3AgentConntrackHelperExtension.test_legacy_router_conntrack_helper |
||||||
test_ha_router_conntrack_helper |
skip
pt7.4: neutron.tests.functional.agent.l3.extensions.test_conntrack_helper_extension.TestL3AgentConntrackHelperExtension.test_ha_router_conntrack_helper |
||||||
neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.LinuxBridgeRouterGatewayIPQosAgentExtensionTestCase | 6 | 6 | 0 | 0 | 0 | Detail | |
test_ha_router_gateway_ip_qos |
pass
pt8.1: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.LinuxBridgeRouterGatewayIPQosAgentExtensionTestCase.test_ha_router_gateway_ip_qos |
||||||
test_legacy_router_gateway_ip_qos |
pass
pt8.2: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.LinuxBridgeRouterGatewayIPQosAgentExtensionTestCase.test_legacy_router_gateway_ip_qos |
||||||
test_legacy_router_gateway_ip_qos_egress |
pass
pt8.3: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.LinuxBridgeRouterGatewayIPQosAgentExtensionTestCase.test_legacy_router_gateway_ip_qos_egress |
||||||
test_ha_router_gateway_ip_qos_egress |
pass
pt8.4: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.LinuxBridgeRouterGatewayIPQosAgentExtensionTestCase.test_ha_router_gateway_ip_qos_egress |
||||||
test_ha_router_gateway_ip_qos_ingress |
pass
pt8.5: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.LinuxBridgeRouterGatewayIPQosAgentExtensionTestCase.test_ha_router_gateway_ip_qos_ingress |
||||||
test_legacy_router_gateway_ip_qos_ingress |
pass
pt8.6: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.LinuxBridgeRouterGatewayIPQosAgentExtensionTestCase.test_legacy_router_gateway_ip_qos_ingress |
||||||
neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtension | 6 | 6 | 0 | 0 | 0 | Detail | |
test_legacy_router_gateway_ip_qos_egress |
pass
pt9.1: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtension.test_legacy_router_gateway_ip_qos_egress |
||||||
test_legacy_router_gateway_ip_qos_ingress |
pass
pt9.2: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtension.test_legacy_router_gateway_ip_qos_ingress |
||||||
test_ha_router_gateway_ip_qos_ingress |
pass
pt9.3: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtension.test_ha_router_gateway_ip_qos_ingress |
||||||
test_ha_router_gateway_ip_qos |
pass
pt9.4: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtension.test_ha_router_gateway_ip_qos |
||||||
test_ha_router_gateway_ip_qos_egress |
pass
pt9.5: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtension.test_ha_router_gateway_ip_qos_egress |
||||||
test_legacy_router_gateway_ip_qos |
pass
pt9.6: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtension.test_legacy_router_gateway_ip_qos |
||||||
neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR | 63 | 61 | 0 | 0 | 2 | Detail | |
test_dvr_gateway_move_does_not_remove_redirect_rules |
pass
pt10.1: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_gateway_move_does_not_remove_redirect_rules |
||||||
test_connection_from_diff_address_scope |
pass
pt10.2: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_connection_from_diff_address_scope |
||||||
test_dvr_ha_router_failover_with_gw_and_floatingip |
pass
pt10.3: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_ha_router_failover_with_gw_and_floatingip |
||||||
test_direct_route_for_address_scope |
pass
pt10.4: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_direct_route_for_address_scope |
||||||
test_dvr_edge_router_gateway_ip_qos |
pass
pt10.5: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_edge_router_gateway_ip_qos |
||||||
test_dvr_lifecycle_ha_with_snat_with_fips_with_cent_fips_no_gw |
pass
pt10.6: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_lifecycle_ha_with_snat_with_fips_with_cent_fips_no_gw |
||||||
test_dvr_router_fip_namespace_create_without_floatingip |
pass
pt10.7: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_fip_namespace_create_without_floatingip |
||||||
test_dvr_fip_and_router_namespace_rules_with_address_scopes_mismatch |
pass
pt10.8: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_fip_and_router_namespace_rules_with_address_scopes_mismatch |
||||||
test_dvr_ha_router_with_centralized_fip_calls_keepalived_cidr |
pass
pt10.9: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_ha_router_with_centralized_fip_calls_keepalived_cidr |
||||||
test_dvr_ha_rtr_static_routes_in_rtr_namespace |
pass
pt10.10: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_ha_rtr_static_routes_in_rtr_namespace |
||||||
test_connection_from_same_address_scope |
pass
pt10.11: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_connection_from_same_address_scope |
||||||
test_dvr_lifecycle_no_ha_with_snat_with_fips_with_cent_fips_no_gw |
pass
pt10.12: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_lifecycle_no_ha_with_snat_with_fips_with_cent_fips_no_gw |
||||||
test_dvr_fip_and_router_namespace_rules_with_address_scopes_match |
pass
pt10.13: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_fip_and_router_namespace_rules_with_address_scopes_match |
||||||
test_dvr_lifecycle_no_ha_with_snat_with_fips_with_cent_fips |
pass
pt10.14: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_lifecycle_no_ha_with_snat_with_fips_with_cent_fips |
||||||
test_dvr_router_fips_for_multiple_ext_networks |
pass
pt10.15: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_fips_for_multiple_ext_networks |
||||||
test_dvr_ha_router_unbound_from_agents |
pass
pt10.16: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_ha_router_unbound_from_agents |
||||||
test_dvr_router_fip_associations_exist_when_snat_removed |
pass
pt10.17: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_fip_associations_exist_when_snat_removed |
||||||
test_dvr_router_add_fips_on_restarted_agent |
pass
pt10.18: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_add_fips_on_restarted_agent |
||||||
test_dvr_no_external_router_namespace_rules_with_address_scopes_match |
pass
pt10.19: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_no_external_router_namespace_rules_with_address_scopes_match |
||||||
test_dvr_ha_router_failover_with_gw |
pass
pt10.20: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_ha_router_failover_with_gw |
||||||
test_dvr_ha_router_failover_without_gw |
pass
pt10.21: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_ha_router_failover_without_gw |
||||||
test_dvr_lifecycle_ha_with_snat_with_fips_with_cent_fips |
pass
pt10.22: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_lifecycle_ha_with_snat_with_fips_with_cent_fips |
||||||
test_dvr_router_interface_mtu_update |
pass
pt10.23: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_interface_mtu_update |
||||||
test_dvr_router_snat_namespace_with_interface_remove |
pass
pt10.24: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_snat_namespace_with_interface_remove |
||||||
test_dvr_router_fip_associations_exist_when_router_reenabled |
pass
pt10.25: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_fip_associations_exist_when_router_reenabled |
||||||
test_dvr_router_fip_agent_mismatch |
pass
pt10.26: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_fip_agent_mismatch |
||||||
test_dvr_router_lifecycle_ha_with_snat_with_fips |
pass
pt10.27: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_lifecycle_ha_with_snat_with_fips |
||||||
test_dvr_router_fip_create_for_migrating_port |
pass
pt10.28: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_fip_create_for_migrating_port |
||||||
test_dvr_router_fips_stale_gw_port |
pass
pt10.29: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_fips_stale_gw_port |
||||||
test_dvr_router_lifecycle_without_ha_with_snat_with_fips |
pass
pt10.30: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_lifecycle_without_ha_with_snat_with_fips |
||||||
test_dvr_non_ha_router_update |
pass
pt10.31: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_non_ha_router_update |
||||||
test_dvr_router_fip_late_binding |
pass
pt10.32: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_fip_late_binding |
||||||
test_dvr_ha_router_interface_mtu_update |
pass
pt10.33: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_ha_router_interface_mtu_update |
||||||
test_dvr_router_with_ha_for_fip_disassociation |
pass
pt10.34: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_with_ha_for_fip_disassociation |
||||||
test_dvr_router_fip_namespace_routes |
pass
pt10.35: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_fip_namespace_routes |
||||||
test_dvr_process_fips_with_no_gw_port_in_namespace |
skip
pt10.36: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_process_fips_with_no_gw_port_in_namespace |
||||||
test_dvr_router_static_routes_in_fip_and_snat_namespace |
pass
pt10.37: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_static_routes_in_fip_and_snat_namespace |
||||||
test_get_centralized_fip_cidr_set_not_snat_host |
pass
pt10.38: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_get_centralized_fip_cidr_set_not_snat_host |
||||||
test_dvr_router_lifecycle_without_ha_without_snat_with_fips |
pass
pt10.39: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_lifecycle_without_ha_without_snat_with_fips |
||||||
test_dvr_router_floating_ip_moved |
pass
pt10.40: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_floating_ip_moved |
||||||
test_dvr_router_add_internal_network_set_arp_cache |
pass
pt10.41: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_add_internal_network_set_arp_cache |
||||||
test_dvr_update_gateway_port_with_no_gw_port_in_namespace |
skip
pt10.42: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_update_gateway_port_with_no_gw_port_in_namespace |
||||||
test_dvr_update_gateway_port_no_fip_fg_port_recovers_itself_with_fpr |
pass
pt10.43: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_update_gateway_port_no_fip_fg_port_recovers_itself_with_fpr |
||||||
test_dvr_router_rem_fips_on_restarted_agent |
pass
pt10.44: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_rem_fips_on_restarted_agent |
||||||
test_dvr_unused_snat_ns_deleted_when_agent_restarts_after_move |
pass
pt10.45: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_unused_snat_ns_deleted_when_agent_restarts_after_move |
||||||
test_dvr_router_static_routes_in_snat_namespace_and_router_namespace |
pass
pt10.46: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_static_routes_in_snat_namespace_and_router_namespace |
||||||
test_floating_ip_create_does_not_raise_keyerror_on_missing_host |
pass
pt10.47: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_floating_ip_create_does_not_raise_keyerror_on_missing_host |
||||||
test_dvr_update_floatingip_statuses |
pass
pt10.48: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_update_floatingip_statuses |
||||||
test_dvr_router_rule_and_route_table_cleared_when_fip_removed |
pass
pt10.49: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_rule_and_route_table_cleared_when_fip_removed |
||||||
test_dvr_router_gateway_redirect_cleanup_on_agent_restart |
pass
pt10.50: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_gateway_redirect_cleanup_on_agent_restart |
||||||
test_get_centralized_fip_cidr_set_no_ex_gw_port |
pass
pt10.51: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_get_centralized_fip_cidr_set_no_ex_gw_port |
||||||
test_snat_bound_floating_ip |
pass
pt10.52: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_snat_bound_floating_ip |
||||||
test_dvr_router_update_ecmp_routes |
pass
pt10.53: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_update_ecmp_routes |
||||||
test_floating_ip_migrate_when_unbound_port_is_bound_to_a_host |
pass
pt10.54: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_floating_ip_migrate_when_unbound_port_is_bound_to_a_host |
||||||
test_dvr_router_gateway_update_to_none |
pass
pt10.55: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_gateway_update_to_none |
||||||
test_floating_ip_not_deployed_on_dvr_no_external_agent |
pass
pt10.56: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_floating_ip_not_deployed_on_dvr_no_external_agent |
||||||
test_dvr_router_update_on_restarted_agent_sets_rtr_fip_connect |
pass
pt10.57: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_update_on_restarted_agent_sets_rtr_fip_connect |
||||||
test_dvr_router_with_centralized_fip_calls_keepalived_cidr |
pass
pt10.58: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_router_with_centralized_fip_calls_keepalived_cidr |
||||||
test_prevent_snat_rule_exist_on_restarted_agent |
pass
pt10.59: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_prevent_snat_rule_exist_on_restarted_agent |
||||||
test_get_centralized_fip_cidr_set |
pass
pt10.60: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_get_centralized_fip_cidr_set |
||||||
test_dvr_snat_namespace_has_ip_nonlocal_bind_enabled |
pass
pt10.61: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_dvr_snat_namespace_has_ip_nonlocal_bind_enabled |
||||||
test_fip_connection_for_address_scope |
pass
pt10.62: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_fip_connection_for_address_scope |
||||||
test_ha_dvr_edge_router_gateway_ip_qos |
pass
pt10.63: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtensionDVR.test_ha_dvr_edge_router_gateway_ip_qos |
||||||
neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtension | 2 | 2 | 0 | 0 | 0 | Detail | |
test_ha_router_ndp_proxy |
pass
pt11.1: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtension.test_ha_router_ndp_proxy |
||||||
test_legacy_router_ndp_proxy |
pass
pt11.2: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtension.test_legacy_router_ndp_proxy |
||||||
neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR | 63 | 61 | 0 | 0 | 2 | Detail | |
test_dvr_ha_router_with_centralized_fip_calls_keepalived_cidr |
pass
pt12.1: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_ha_router_with_centralized_fip_calls_keepalived_cidr |
||||||
test_dvr_process_fips_with_no_gw_port_in_namespace |
skip
pt12.2: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_process_fips_with_no_gw_port_in_namespace |
||||||
test_dvr_ha_rtr_static_routes_in_rtr_namespace |
pass
pt12.3: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_ha_rtr_static_routes_in_rtr_namespace |
||||||
test_dvr_lifecycle_ha_with_snat_with_fips_with_cent_fips_no_gw |
pass
pt12.4: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_lifecycle_ha_with_snat_with_fips_with_cent_fips_no_gw |
||||||
test_dvr_router_gateway_update_to_none |
pass
pt12.5: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_gateway_update_to_none |
||||||
test_connection_from_diff_address_scope |
pass
pt12.6: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_connection_from_diff_address_scope |
||||||
test_dvr_router_fip_associations_exist_when_snat_removed |
pass
pt12.7: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_fip_associations_exist_when_snat_removed |
||||||
test_dvr_router_update_ecmp_routes |
pass
pt12.8: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_update_ecmp_routes |
||||||
test_dvr_lifecycle_no_ha_with_snat_with_fips_with_cent_fips |
pass
pt12.9: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_lifecycle_no_ha_with_snat_with_fips_with_cent_fips |
||||||
test_direct_route_for_address_scope |
pass
pt12.10: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_direct_route_for_address_scope |
||||||
test_fip_connection_for_address_scope |
pass
pt12.11: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_fip_connection_for_address_scope |
||||||
test_dvr_router_lifecycle_ha_with_snat_with_fips |
pass
pt12.12: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_lifecycle_ha_with_snat_with_fips |
||||||
test_dvr_router_fip_late_binding |
pass
pt12.13: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_fip_late_binding |
||||||
test_dvr_router_fip_associations_exist_when_router_reenabled |
pass
pt12.14: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_fip_associations_exist_when_router_reenabled |
||||||
test_dvr_fip_and_router_namespace_rules_with_address_scopes_mismatch |
pass
pt12.15: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_fip_and_router_namespace_rules_with_address_scopes_mismatch |
||||||
test_floating_ip_not_deployed_on_dvr_no_external_agent |
pass
pt12.16: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_floating_ip_not_deployed_on_dvr_no_external_agent |
||||||
test_dvr_fip_and_router_namespace_rules_with_address_scopes_match |
pass
pt12.17: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_fip_and_router_namespace_rules_with_address_scopes_match |
||||||
test_dvr_router_fip_namespace_create_without_floatingip |
pass
pt12.18: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_fip_namespace_create_without_floatingip |
||||||
test_dvr_router_fip_namespace_routes |
pass
pt12.19: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_fip_namespace_routes |
||||||
test_connection_from_same_address_scope |
pass
pt12.20: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_connection_from_same_address_scope |
||||||
test_dvr_router_lifecycle_without_ha_with_snat_with_fips |
pass
pt12.21: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_lifecycle_without_ha_with_snat_with_fips |
||||||
test_dvr_gateway_move_does_not_remove_redirect_rules |
pass
pt12.22: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_gateway_move_does_not_remove_redirect_rules |
||||||
test_dvr_ha_router_unbound_from_agents |
pass
pt12.23: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_ha_router_unbound_from_agents |
||||||
test_dvr_router_lifecycle_without_ha_without_snat_with_fips |
pass
pt12.24: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_lifecycle_without_ha_without_snat_with_fips |
||||||
test_dvr_router_interface_mtu_update |
pass
pt12.25: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_interface_mtu_update |
||||||
test_dvr_router_fips_for_multiple_ext_networks |
pass
pt12.26: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_fips_for_multiple_ext_networks |
||||||
test_dvr_ha_router_interface_mtu_update |
pass
pt12.27: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_ha_router_interface_mtu_update |
||||||
test_dvr_ha_router_failover_without_gw |
pass
pt12.28: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_ha_router_failover_without_gw |
||||||
test_dvr_update_floatingip_statuses |
pass
pt12.29: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_update_floatingip_statuses |
||||||
test_dvr_lifecycle_no_ha_with_snat_with_fips_with_cent_fips_no_gw |
pass
pt12.30: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_lifecycle_no_ha_with_snat_with_fips_with_cent_fips_no_gw |
||||||
test_dvr_snat_namespace_has_ip_nonlocal_bind_enabled |
pass
pt12.31: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_snat_namespace_has_ip_nonlocal_bind_enabled |
||||||
test_dvr_router_update_on_restarted_agent_sets_rtr_fip_connect |
pass
pt12.32: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_update_on_restarted_agent_sets_rtr_fip_connect |
||||||
test_get_centralized_fip_cidr_set_no_ex_gw_port |
pass
pt12.33: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_get_centralized_fip_cidr_set_no_ex_gw_port |
||||||
test_dvr_update_gateway_port_no_fip_fg_port_recovers_itself_with_fpr |
pass
pt12.34: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_update_gateway_port_no_fip_fg_port_recovers_itself_with_fpr |
||||||
test_dvr_router_rem_fips_on_restarted_agent |
pass
pt12.35: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_rem_fips_on_restarted_agent |
||||||
test_dvr_ha_router_failover_with_gw |
pass
pt12.36: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_ha_router_failover_with_gw |
||||||
test_dvr_lifecycle_ha_with_snat_with_fips_with_cent_fips |
pass
pt12.37: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_lifecycle_ha_with_snat_with_fips_with_cent_fips |
||||||
test_get_centralized_fip_cidr_set_not_snat_host |
pass
pt12.38: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_get_centralized_fip_cidr_set_not_snat_host |
||||||
test_snat_bound_floating_ip |
pass
pt12.39: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_snat_bound_floating_ip |
||||||
test_dvr_router_rule_and_route_table_cleared_when_fip_removed |
pass
pt12.40: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_rule_and_route_table_cleared_when_fip_removed |
||||||
test_dvr_router_add_internal_network_set_arp_cache |
pass
pt12.41: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_add_internal_network_set_arp_cache |
||||||
test_dvr_non_ha_router_update |
pass
pt12.42: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_non_ha_router_update |
||||||
test_prevent_snat_rule_exist_on_restarted_agent |
pass
pt12.43: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_prevent_snat_rule_exist_on_restarted_agent |
||||||
test_dvr_router_fip_agent_mismatch |
pass
pt12.44: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_fip_agent_mismatch |
||||||
test_dvr_router_fip_create_for_migrating_port |
pass
pt12.45: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_fip_create_for_migrating_port |
||||||
test_dvr_router_static_routes_in_snat_namespace_and_router_namespace |
pass
pt12.46: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_static_routes_in_snat_namespace_and_router_namespace |
||||||
test_dvr_router_floating_ip_moved |
pass
pt12.47: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_floating_ip_moved |
||||||
test_dvr_ha_router_failover_with_gw_and_floatingip |
pass
pt12.48: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_ha_router_failover_with_gw_and_floatingip |
||||||
test_dvr_router_gateway_redirect_cleanup_on_agent_restart |
pass
pt12.49: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_gateway_redirect_cleanup_on_agent_restart |
||||||
test_dvr_no_external_router_namespace_rules_with_address_scopes_match |
pass
pt12.50: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_no_external_router_namespace_rules_with_address_scopes_match |
||||||
test_dvr_router_with_ha_for_fip_disassociation |
pass
pt12.51: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_with_ha_for_fip_disassociation |
||||||
test_floating_ip_migrate_when_unbound_port_is_bound_to_a_host |
pass
pt12.52: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_floating_ip_migrate_when_unbound_port_is_bound_to_a_host |
||||||
test_dvr_router_add_fips_on_restarted_agent |
pass
pt12.53: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_add_fips_on_restarted_agent |
||||||
test_dvr_router_static_routes_in_fip_and_snat_namespace |
pass
pt12.54: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_static_routes_in_fip_and_snat_namespace |
||||||
test_get_centralized_fip_cidr_set |
pass
pt12.55: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_get_centralized_fip_cidr_set |
||||||
test_dvr_update_gateway_port_with_no_gw_port_in_namespace |
skip
pt12.56: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_update_gateway_port_with_no_gw_port_in_namespace |
||||||
test_dvr_router_fips_stale_gw_port |
pass
pt12.57: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_fips_stale_gw_port |
||||||
test_dvr_router_snat_namespace_with_interface_remove |
pass
pt12.58: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_snat_namespace_with_interface_remove |
||||||
test_dvr_router_with_centralized_fip_calls_keepalived_cidr |
pass
pt12.59: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_with_centralized_fip_calls_keepalived_cidr |
||||||
test_dvr_unused_snat_ns_deleted_when_agent_restarts_after_move |
pass
pt12.60: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_unused_snat_ns_deleted_when_agent_restarts_after_move |
||||||
test_edge_dvr_router |
pass
pt12.61: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_edge_dvr_router |
||||||
test_floating_ip_create_does_not_raise_keyerror_on_missing_host |
pass
pt12.62: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_floating_ip_create_does_not_raise_keyerror_on_missing_host |
||||||
test_local_dvr_router |
pass
pt12.63: neutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_local_dvr_router |
||||||
neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtension | 2 | 2 | 0 | 0 | 0 | Detail | |
test_legacy_router_fip_portforwarding |
pass
pt13.1: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtension.test_legacy_router_fip_portforwarding |
||||||
test_ha_router_fip_portforwarding |
pass
pt13.2: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtension.test_ha_router_fip_portforwarding |
||||||
neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR | 63 | 61 | 0 | 0 | 2 | Detail | |
test_dvr_fip_and_router_namespace_rules_with_address_scopes_match |
pass
pt14.1: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_fip_and_router_namespace_rules_with_address_scopes_match |
||||||
test_dvr_non_ha_router_update |
pass
pt14.2: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_non_ha_router_update |
||||||
test_dvr_router_add_fips_on_restarted_agent |
pass
pt14.3: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_add_fips_on_restarted_agent |
||||||
test_dvr_router_fip_create_for_migrating_port |
pass
pt14.4: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_fip_create_for_migrating_port |
||||||
test_dvr_router_fip_late_binding |
pass
pt14.5: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_fip_late_binding |
||||||
test_dvr_ha_router |
pass
pt14.6: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_ha_router |
||||||
test_dvr_ha_router_unbound_from_agents |
pass
pt14.7: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_ha_router_unbound_from_agents |
||||||
test_dvr_lifecycle_ha_with_snat_with_fips_with_cent_fips_no_gw |
pass
pt14.8: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_lifecycle_ha_with_snat_with_fips_with_cent_fips_no_gw |
||||||
test_dvr_router_gateway_redirect_cleanup_on_agent_restart |
pass
pt14.9: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_gateway_redirect_cleanup_on_agent_restart |
||||||
test_dvr_no_external_router_namespace_rules_with_address_scopes_match |
pass
pt14.10: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_no_external_router_namespace_rules_with_address_scopes_match |
||||||
test_dvr_lifecycle_ha_with_snat_with_fips_with_cent_fips |
pass
pt14.11: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_lifecycle_ha_with_snat_with_fips_with_cent_fips |
||||||
test_dvr_router_lifecycle_without_ha_with_snat_with_fips |
pass
pt14.12: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_lifecycle_without_ha_with_snat_with_fips |
||||||
test_dvr_router_add_internal_network_set_arp_cache |
pass
pt14.13: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_add_internal_network_set_arp_cache |
||||||
test_dvr_ha_router_failover_with_gw_and_floatingip |
pass
pt14.14: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_ha_router_failover_with_gw_and_floatingip |
||||||
test_dvr_router_lifecycle_ha_with_snat_with_fips |
pass
pt14.15: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_lifecycle_ha_with_snat_with_fips |
||||||
test_dvr_update_floatingip_statuses |
pass
pt14.16: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_update_floatingip_statuses |
||||||
test_dvr_router_fip_namespace_routes |
pass
pt14.17: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_fip_namespace_routes |
||||||
test_connection_from_same_address_scope |
pass
pt14.18: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_connection_from_same_address_scope |
||||||
test_dvr_router_static_routes_in_fip_and_snat_namespace |
pass
pt14.19: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_static_routes_in_fip_and_snat_namespace |
||||||
test_dvr_gateway_move_does_not_remove_redirect_rules |
pass
pt14.20: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_gateway_move_does_not_remove_redirect_rules |
||||||
test_dvr_ha_router_interface_mtu_update |
pass
pt14.21: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_ha_router_interface_mtu_update |
||||||
test_dvr_update_gateway_port_no_fip_fg_port_recovers_itself_with_fpr |
pass
pt14.22: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_update_gateway_port_no_fip_fg_port_recovers_itself_with_fpr |
||||||
test_dvr_fip_and_router_namespace_rules_with_address_scopes_mismatch |
pass
pt14.23: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_fip_and_router_namespace_rules_with_address_scopes_mismatch |
||||||
test_dvr_process_fips_with_no_gw_port_in_namespace |
skip
pt14.24: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_process_fips_with_no_gw_port_in_namespace |
||||||
test_dvr_router_rem_fips_on_restarted_agent |
pass
pt14.25: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_rem_fips_on_restarted_agent |
||||||
test_dvr_router_fips_for_multiple_ext_networks |
pass
pt14.26: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_fips_for_multiple_ext_networks |
||||||
test_floating_ip_not_deployed_on_dvr_no_external_agent |
pass
pt14.27: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_floating_ip_not_deployed_on_dvr_no_external_agent |
||||||
test_dvr_lifecycle_no_ha_with_snat_with_fips_with_cent_fips |
pass
pt14.28: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_lifecycle_no_ha_with_snat_with_fips_with_cent_fips |
||||||
test_get_centralized_fip_cidr_set_no_ex_gw_port |
pass
pt14.29: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_get_centralized_fip_cidr_set_no_ex_gw_port |
||||||
test_dvr_router_update_on_restarted_agent_sets_rtr_fip_connect |
pass
pt14.30: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_update_on_restarted_agent_sets_rtr_fip_connect |
||||||
test_dvr_router_fip_associations_exist_when_router_reenabled |
pass
pt14.31: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_fip_associations_exist_when_router_reenabled |
||||||
test_dvr_unused_snat_ns_deleted_when_agent_restarts_after_move |
pass
pt14.32: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_unused_snat_ns_deleted_when_agent_restarts_after_move |
||||||
test_dvr_router_fip_namespace_create_without_floatingip |
pass
pt14.33: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_fip_namespace_create_without_floatingip |
||||||
test_dvr_router_with_ha_for_fip_disassociation |
pass
pt14.34: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_with_ha_for_fip_disassociation |
||||||
test_dvr_router_fips_stale_gw_port |
pass
pt14.35: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_fips_stale_gw_port |
||||||
test_dvr_ha_router_failover_with_gw |
pass
pt14.36: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_ha_router_failover_with_gw |
||||||
test_get_centralized_fip_cidr_set |
pass
pt14.37: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_get_centralized_fip_cidr_set |
||||||
test_dvr_router_floating_ip_moved |
pass
pt14.38: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_floating_ip_moved |
||||||
test_dvr_router_with_centralized_fip_calls_keepalived_cidr |
pass
pt14.39: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_with_centralized_fip_calls_keepalived_cidr |
||||||
test_get_centralized_fip_cidr_set_not_snat_host |
pass
pt14.40: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_get_centralized_fip_cidr_set_not_snat_host |
||||||
test_dvr_ha_rtr_static_routes_in_rtr_namespace |
pass
pt14.41: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_ha_rtr_static_routes_in_rtr_namespace |
||||||
test_floating_ip_create_does_not_raise_keyerror_on_missing_host |
pass
pt14.42: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_floating_ip_create_does_not_raise_keyerror_on_missing_host |
||||||
test_fip_connection_for_address_scope |
pass
pt14.43: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_fip_connection_for_address_scope |
||||||
test_dvr_router_gateway_update_to_none |
pass
pt14.44: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_gateway_update_to_none |
||||||
test_dvr_router_lifecycle_without_ha_without_snat_with_fips |
pass
pt14.45: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_lifecycle_without_ha_without_snat_with_fips |
||||||
test_floating_ip_migrate_when_unbound_port_is_bound_to_a_host |
pass
pt14.46: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_floating_ip_migrate_when_unbound_port_is_bound_to_a_host |
||||||
test_dvr_router_static_routes_in_snat_namespace_and_router_namespace |
pass
pt14.47: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_static_routes_in_snat_namespace_and_router_namespace |
||||||
test_dvr_router_snat_namespace_with_interface_remove |
pass
pt14.48: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_snat_namespace_with_interface_remove |
||||||
test_dvr_router_update_ecmp_routes |
pass
pt14.49: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_update_ecmp_routes |
||||||
test_dvr_snat_namespace_has_ip_nonlocal_bind_enabled |
pass
pt14.50: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_snat_namespace_has_ip_nonlocal_bind_enabled |
||||||
test_prevent_snat_rule_exist_on_restarted_agent |
pass
pt14.51: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_prevent_snat_rule_exist_on_restarted_agent |
||||||
test_connection_from_diff_address_scope |
pass
pt14.52: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_connection_from_diff_address_scope |
||||||
test_dvr_update_gateway_port_with_no_gw_port_in_namespace |
skip
pt14.53: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_update_gateway_port_with_no_gw_port_in_namespace |
||||||
test_direct_route_for_address_scope |
pass
pt14.54: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_direct_route_for_address_scope |
||||||
test_dvr_edge_router |
pass
pt14.55: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_edge_router |
||||||
test_dvr_ha_router_failover_without_gw |
pass
pt14.56: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_ha_router_failover_without_gw |
||||||
test_dvr_ha_router_with_centralized_fip_calls_keepalived_cidr |
pass
pt14.57: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_ha_router_with_centralized_fip_calls_keepalived_cidr |
||||||
test_dvr_lifecycle_no_ha_with_snat_with_fips_with_cent_fips_no_gw |
pass
pt14.58: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_lifecycle_no_ha_with_snat_with_fips_with_cent_fips_no_gw |
||||||
test_dvr_router_fip_agent_mismatch |
pass
pt14.59: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_fip_agent_mismatch |
||||||
test_dvr_router_fip_associations_exist_when_snat_removed |
pass
pt14.60: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_fip_associations_exist_when_snat_removed |
||||||
test_dvr_router_interface_mtu_update |
pass
pt14.61: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_interface_mtu_update |
||||||
test_dvr_router_rule_and_route_table_cleared_when_fip_removed |
pass
pt14.62: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_dvr_router_rule_and_route_table_cleared_when_fip_removed |
||||||
test_snat_bound_floating_ip |
pass
pt14.63: neutron.tests.functional.agent.l3.extensions.test_port_forwarding_extension.TestL3AgentFipPortForwardingExtensionDVR.test_snat_bound_floating_ip |
||||||
neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter | 61 | 59 | 0 | 0 | 2 | Detail | |
test_dvr_lifecycle_no_ha_with_snat_with_fips_with_cent_fips |
pass
pt15.1: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_lifecycle_no_ha_with_snat_with_fips_with_cent_fips |
||||||
test_dvr_ha_router_failover_with_gw |
pass
pt15.2: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_ha_router_failover_with_gw |
||||||
test_dvr_router_fip_associations_exist_when_snat_removed |
pass
pt15.3: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_fip_associations_exist_when_snat_removed |
||||||
test_dvr_router_fip_late_binding |
pass
pt15.4: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_fip_late_binding |
||||||
test_dvr_lifecycle_ha_with_snat_with_fips_with_cent_fips |
pass
pt15.5: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_lifecycle_ha_with_snat_with_fips_with_cent_fips |
||||||
test_dvr_router_rem_fips_on_restarted_agent |
pass
pt15.6: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_rem_fips_on_restarted_agent |
||||||
test_dvr_router_fip_agent_mismatch |
pass
pt15.7: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_fip_agent_mismatch |
||||||
test_dvr_router_lifecycle_without_ha_with_snat_with_fips |
pass
pt15.8: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_lifecycle_without_ha_with_snat_with_fips |
||||||
test_dvr_update_gateway_port_with_no_gw_port_in_namespace |
skip
pt15.9: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_update_gateway_port_with_no_gw_port_in_namespace |
||||||
test_dvr_router_fip_create_for_migrating_port |
pass
pt15.10: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_fip_create_for_migrating_port |
||||||
test_dvr_router_lifecycle_ha_with_snat_with_fips |
pass
pt15.11: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_lifecycle_ha_with_snat_with_fips |
||||||
test_dvr_router_fip_namespace_create_without_floatingip |
pass
pt15.12: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_fip_namespace_create_without_floatingip |
||||||
test_dvr_snat_namespace_has_ip_nonlocal_bind_enabled |
pass
pt15.13: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_snat_namespace_has_ip_nonlocal_bind_enabled |
||||||
test_floating_ip_not_deployed_on_dvr_no_external_agent |
pass
pt15.14: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_floating_ip_not_deployed_on_dvr_no_external_agent |
||||||
test_dvr_router_rule_and_route_table_cleared_when_fip_removed |
pass
pt15.15: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_rule_and_route_table_cleared_when_fip_removed |
||||||
test_dvr_router_lifecycle_without_ha_without_snat_with_fips |
pass
pt15.16: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_lifecycle_without_ha_without_snat_with_fips |
||||||
test_get_centralized_fip_cidr_set_no_ex_gw_port |
pass
pt15.17: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_get_centralized_fip_cidr_set_no_ex_gw_port |
||||||
test_connection_from_diff_address_scope |
pass
pt15.18: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_connection_from_diff_address_scope |
||||||
test_dvr_fip_and_router_namespace_rules_with_address_scopes_mismatch |
pass
pt15.19: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_fip_and_router_namespace_rules_with_address_scopes_mismatch |
||||||
test_get_centralized_fip_cidr_set_not_snat_host |
pass
pt15.20: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_get_centralized_fip_cidr_set_not_snat_host |
||||||
test_dvr_router_static_routes_in_fip_and_snat_namespace |
pass
pt15.21: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_static_routes_in_fip_and_snat_namespace |
||||||
test_dvr_router_with_ha_for_fip_disassociation |
pass
pt15.22: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_with_ha_for_fip_disassociation |
||||||
test_dvr_fip_and_router_namespace_rules_with_address_scopes_match |
pass
pt15.23: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_fip_and_router_namespace_rules_with_address_scopes_match |
||||||
test_floating_ip_create_does_not_raise_keyerror_on_missing_host |
pass
pt15.24: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_floating_ip_create_does_not_raise_keyerror_on_missing_host |
||||||
test_dvr_update_floatingip_statuses |
pass
pt15.25: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_update_floatingip_statuses |
||||||
test_dvr_gateway_move_does_not_remove_redirect_rules |
pass
pt15.26: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_gateway_move_does_not_remove_redirect_rules |
||||||
test_dvr_ha_router_interface_mtu_update |
pass
pt15.27: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_ha_router_interface_mtu_update |
||||||
test_get_centralized_fip_cidr_set |
pass
pt15.28: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_get_centralized_fip_cidr_set |
||||||
test_dvr_update_gateway_port_no_fip_fg_port_recovers_itself_with_fpr |
pass
pt15.29: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_update_gateway_port_no_fip_fg_port_recovers_itself_with_fpr |
||||||
test_dvr_no_external_router_namespace_rules_with_address_scopes_match |
pass
pt15.30: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_no_external_router_namespace_rules_with_address_scopes_match |
||||||
test_dvr_ha_router_failover_with_gw_and_floatingip |
pass
pt15.31: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_ha_router_failover_with_gw_and_floatingip |
||||||
test_dvr_router_gateway_redirect_cleanup_on_agent_restart |
pass
pt15.32: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_gateway_redirect_cleanup_on_agent_restart |
||||||
test_dvr_ha_router_with_centralized_fip_calls_keepalived_cidr |
pass
pt15.33: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_ha_router_with_centralized_fip_calls_keepalived_cidr |
||||||
test_fip_connection_for_address_scope |
pass
pt15.34: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_fip_connection_for_address_scope |
||||||
test_dvr_lifecycle_ha_with_snat_with_fips_with_cent_fips_no_gw |
pass
pt15.35: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_lifecycle_ha_with_snat_with_fips_with_cent_fips_no_gw |
||||||
test_floating_ip_migrate_when_unbound_port_is_bound_to_a_host |
pass
pt15.36: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_floating_ip_migrate_when_unbound_port_is_bound_to_a_host |
||||||
test_dvr_ha_router_unbound_from_agents |
pass
pt15.37: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_ha_router_unbound_from_agents |
||||||
test_dvr_router_floating_ip_moved |
pass
pt15.38: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_floating_ip_moved |
||||||
test_prevent_snat_rule_exist_on_restarted_agent |
pass
pt15.39: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_prevent_snat_rule_exist_on_restarted_agent |
||||||
test_dvr_non_ha_router_update |
pass
pt15.40: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_non_ha_router_update |
||||||
test_dvr_router_interface_mtu_update |
pass
pt15.41: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_interface_mtu_update |
||||||
test_snat_bound_floating_ip |
pass
pt15.42: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_snat_bound_floating_ip |
||||||
test_dvr_router_add_internal_network_set_arp_cache |
pass
pt15.43: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_add_internal_network_set_arp_cache |
||||||
test_dvr_router_fip_associations_exist_when_router_reenabled |
pass
pt15.44: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_fip_associations_exist_when_router_reenabled |
||||||
test_dvr_router_fips_for_multiple_ext_networks |
pass
pt15.45: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_fips_for_multiple_ext_networks |
||||||
test_dvr_router_fips_stale_gw_port |
pass
pt15.46: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_fips_stale_gw_port |
||||||
test_connection_from_same_address_scope |
pass
pt15.47: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_connection_from_same_address_scope |
||||||
test_dvr_router_snat_namespace_with_interface_remove |
pass
pt15.48: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_snat_namespace_with_interface_remove |
||||||
test_direct_route_for_address_scope |
pass
pt15.49: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_direct_route_for_address_scope |
||||||
test_dvr_router_update_ecmp_routes |
pass
pt15.50: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_update_ecmp_routes |
||||||
test_dvr_ha_router_failover_without_gw |
pass
pt15.51: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_ha_router_failover_without_gw |
||||||
test_dvr_router_update_on_restarted_agent_sets_rtr_fip_connect |
pass
pt15.52: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_update_on_restarted_agent_sets_rtr_fip_connect |
||||||
test_dvr_ha_rtr_static_routes_in_rtr_namespace |
pass
pt15.53: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_ha_rtr_static_routes_in_rtr_namespace |
||||||
test_dvr_lifecycle_no_ha_with_snat_with_fips_with_cent_fips_no_gw |
pass
pt15.54: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_lifecycle_no_ha_with_snat_with_fips_with_cent_fips_no_gw |
||||||
test_dvr_router_with_centralized_fip_calls_keepalived_cidr |
pass
pt15.55: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_with_centralized_fip_calls_keepalived_cidr |
||||||
test_dvr_process_fips_with_no_gw_port_in_namespace |
skip
pt15.56: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_process_fips_with_no_gw_port_in_namespace |
||||||
test_dvr_router_add_fips_on_restarted_agent |
pass
pt15.57: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_add_fips_on_restarted_agent |
||||||
test_dvr_unused_snat_ns_deleted_when_agent_restarts_after_move |
pass
pt15.58: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_unused_snat_ns_deleted_when_agent_restarts_after_move |
||||||
test_dvr_router_fip_namespace_routes |
pass
pt15.59: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_fip_namespace_routes |
||||||
test_dvr_router_gateway_update_to_none |
pass
pt15.60: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_gateway_update_to_none |
||||||
test_dvr_router_static_routes_in_snat_namespace_and_router_namespace |
pass
pt15.61: neutron.tests.functional.agent.l3.test_dvr_router.TestDvrRouter.test_dvr_router_static_routes_in_snat_namespace_and_router_namespace |
||||||
neutron.tests.functional.agent.l3.test_ha_router.L3HATestCase | 23 | 23 | 0 | 0 | 0 | Detail | |
test_ha_router_addr_gen_mode |
pass
pt16.1: neutron.tests.functional.agent.l3.test_ha_router.L3HATestCase.test_ha_router_addr_gen_mode |
||||||
test_removing_floatingip_immediately |
pass
pt16.2: neutron.tests.functional.agent.l3.test_ha_router.L3HATestCase.test_removing_floatingip_immediately |
||||||
test_ha_router_ipv6_radvd_status |
pass
pt16.3: neutron.tests.functional.agent.l3.test_ha_router.L3HATestCase.test_ha_router_ipv6_radvd_status |
||||||
test_conntrack_disassociate_fip_ha_router |
pass
pt16.4: neutron.tests.functional.agent.l3.test_ha_router.L3HATestCase.test_conntrack_disassociate_fip_ha_router |
||||||
test_ha_router_lifecycle |
pass
pt16.5: neutron.tests.functional.agent.l3.test_ha_router.L3HATestCase.test_ha_router_lifecycle |
||||||
test_ha_router_conf_on_restarted_agent |
pass
pt16.6: neutron.tests.functional.agent.l3.test_ha_router.L3HATestCase.test_ha_router_conf_on_restarted_agent |
||||||
test_ha_router_update_ecmp_routes |
pass
pt16.7: neutron.tests.functional.agent.l3.test_ha_router.L3HATestCase.test_ha_router_update_ecmp_routes |
||||||
test_ipv6_ha_router_lifecycle |
pass
pt16.8: neutron.tests.functional.agent.l3.test_ha_router.L3HATestCase.test_ipv6_ha_router_lifecycle |
||||||
test_ipv6_ha_router_lifecycle_with_no_gw_subnet |
pass
pt16.9: neutron.tests.functional.agent.l3.test_ha_router.L3HATestCase.test_ipv6_ha_router_lifecycle_with_no_gw_subnet |
||||||
test_ipv6_router_advts_and_fwd_after_router_state_change_primary |
pass
pt16.10: neutron.tests.functional.agent.l3.test_ha_router.L3HATestCase.test_ipv6_router_advts_and_fwd_after_router_state_change_primary |
||||||
test_ipv6_ha_router_lifecycle_with_no_gw_subnet_for_router_advts |
pass
pt16.11: neutron.tests.functional.agent.l3.test_ha_router.L3HATestCase.test_ipv6_ha_router_lifecycle_with_no_gw_subnet_for_router_advts |
||||||
test_keepalived_state_change_notification |
pass
pt16.12: neutron.tests.functional.agent.l3.test_ha_router.L3HATestCase.test_keepalived_state_change_notification |
||||||
test_ha_port_status_update |
pass
pt16.13: neutron.tests.functional.agent.l3.test_ha_router.L3HATestCase.test_ha_port_status_update |
||||||
test_keepalived_state_change_bulk_rpc |
pass
pt16.14: neutron.tests.functional.agent.l3.test_ha_router.L3HATestCase.test_keepalived_state_change_bulk_rpc |
||||||
test_ha_router_without_gw_ipv6_forwarding_state |
pass
pt16.15: neutron.tests.functional.agent.l3.test_ha_router.L3HATestCase.test_ha_router_without_gw_ipv6_forwarding_state |
||||||
test_ha_router_namespace_has_ip_nonlocal_bind_enabled |
pass
pt16.16: neutron.tests.functional.agent.l3.test_ha_router.L3HATestCase.test_ha_router_namespace_has_ip_nonlocal_bind_enabled |
||||||
test_ha_router_namespace_has_ipv6_forwarding_disabled |
pass
pt16.17: neutron.tests.functional.agent.l3.test_ha_router.L3HATestCase.test_ha_router_namespace_has_ipv6_forwarding_disabled |
||||||
test_ha_router_process_ipv6_subnets_to_existing_port |
pass
pt16.18: neutron.tests.functional.agent.l3.test_ha_router.L3HATestCase.test_ha_router_process_ipv6_subnets_to_existing_port |
||||||
test_router_interface_mtu_update |
pass
pt16.19: neutron.tests.functional.agent.l3.test_ha_router.L3HATestCase.test_router_interface_mtu_update |
||||||
test_delete_external_gateway_on_standby_router |
pass
pt16.20: neutron.tests.functional.agent.l3.test_ha_router.L3HATestCase.test_delete_external_gateway_on_standby_router |
||||||
test_ha_router_update_floatingip_statuses |
pass
pt16.21: neutron.tests.functional.agent.l3.test_ha_router.L3HATestCase.test_ha_router_update_floatingip_statuses |
||||||
test_ipv6_router_advts_and_fwd_after_router_state_change_backup |
pass
pt16.22: neutron.tests.functional.agent.l3.test_ha_router.L3HATestCase.test_ipv6_router_advts_and_fwd_after_router_state_change_backup |
||||||
test_keepalived_configuration |
pass
pt16.23: neutron.tests.functional.agent.l3.test_ha_router.L3HATestCase.test_keepalived_configuration |
||||||
neutron.tests.functional.agent.l3.test_ha_router.L3HATestFailover | 3 | 3 | 0 | 0 | 0 | Detail | |
test_both_ha_router_lost_gw_connection |
pass
pt17.1: neutron.tests.functional.agent.l3.test_ha_router.L3HATestFailover.test_both_ha_router_lost_gw_connection |
||||||
test_ha_router_lost_gw_connection |
pass
pt17.2: neutron.tests.functional.agent.l3.test_ha_router.L3HATestFailover.test_ha_router_lost_gw_connection |
||||||
test_ha_router_failover |
pass
pt17.3: neutron.tests.functional.agent.l3.test_ha_router.L3HATestFailover.test_ha_router_failover |
||||||
neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase | 23 | 23 | 0 | 0 | 0 | Detail | |
test_delete_external_gateway_on_standby_router |
pass
pt18.1: neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase.test_delete_external_gateway_on_standby_router |
||||||
test_ipv6_router_advts_and_fwd_after_router_state_change_primary |
pass
pt18.2: neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase.test_ipv6_router_advts_and_fwd_after_router_state_change_primary |
||||||
test_ha_router_addr_gen_mode |
pass
pt18.3: neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase.test_ha_router_addr_gen_mode |
||||||
test_keepalived_state_change_notification |
pass
pt18.4: neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase.test_keepalived_state_change_notification |
||||||
test_ha_router_ipv6_radvd_status |
pass
pt18.5: neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase.test_ha_router_ipv6_radvd_status |
||||||
test_conntrack_disassociate_fip_ha_router |
pass
pt18.6: neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase.test_conntrack_disassociate_fip_ha_router |
||||||
test_ha_router_without_gw_ipv6_forwarding_state |
pass
pt18.7: neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase.test_ha_router_without_gw_ipv6_forwarding_state |
||||||
test_ha_router_conf_on_restarted_agent |
pass
pt18.8: neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase.test_ha_router_conf_on_restarted_agent |
||||||
test_ipv6_router_advts_and_fwd_after_router_state_change_backup |
pass
pt18.9: neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase.test_ipv6_router_advts_and_fwd_after_router_state_change_backup |
||||||
test_ha_router_namespace_has_ip_nonlocal_bind_enabled |
pass
pt18.10: neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase.test_ha_router_namespace_has_ip_nonlocal_bind_enabled |
||||||
test_ha_router_namespace_has_ipv6_forwarding_disabled |
pass
pt18.11: neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase.test_ha_router_namespace_has_ipv6_forwarding_disabled |
||||||
test_ha_router_update_floatingip_statuses |
pass
pt18.12: neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase.test_ha_router_update_floatingip_statuses |
||||||
test_ha_router_process_ipv6_subnets_to_existing_port |
pass
pt18.13: neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase.test_ha_router_process_ipv6_subnets_to_existing_port |
||||||
test_keepalived_configuration |
pass
pt18.14: neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase.test_keepalived_configuration |
||||||
test_ha_router_update_ecmp_routes |
pass
pt18.15: neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase.test_ha_router_update_ecmp_routes |
||||||
test_keepalived_state_change_bulk_rpc |
pass
pt18.16: neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase.test_keepalived_state_change_bulk_rpc |
||||||
test_ipv6_ha_router_lifecycle_with_no_gw_subnet_for_router_advts |
pass
pt18.17: neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase.test_ipv6_ha_router_lifecycle_with_no_gw_subnet_for_router_advts |
||||||
test_ha_port_status_update |
pass
pt18.18: neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase.test_ha_port_status_update |
||||||
test_ha_router_lifecycle |
pass
pt18.19: neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase.test_ha_router_lifecycle |
||||||
test_ipv6_ha_router_lifecycle |
pass
pt18.20: neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase.test_ipv6_ha_router_lifecycle |
||||||
test_ipv6_ha_router_lifecycle_with_no_gw_subnet |
pass
pt18.21: neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase.test_ipv6_ha_router_lifecycle_with_no_gw_subnet |
||||||
test_removing_floatingip_immediately |
pass
pt18.22: neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase.test_removing_floatingip_immediately |
||||||
test_router_interface_mtu_update |
pass
pt18.23: neutron.tests.functional.agent.l3.test_ha_router.LinuxBridgeL3HATestCase.test_router_interface_mtu_update |
||||||
neutron.tests.functional.agent.l3.test_keepalived_state_change.TestMonitorDaemon | 4 | 4 | 0 | 0 | 0 | Detail | |
test_handle_initial_state_backup |
pass
pt19.1: neutron.tests.functional.agent.l3.test_keepalived_state_change.TestMonitorDaemon.test_handle_initial_state_backup |
||||||
test_handle_initial_state_primary |
pass
pt19.2: neutron.tests.functional.agent.l3.test_keepalived_state_change.TestMonitorDaemon.test_handle_initial_state_primary |
||||||
test_handle_initial_state_backup_error_reading_initial_status |
pass
pt19.3: neutron.tests.functional.agent.l3.test_keepalived_state_change.TestMonitorDaemon.test_handle_initial_state_backup_error_reading_initial_status |
||||||
test_read_queue_change_state |
pass
pt19.4: neutron.tests.functional.agent.l3.test_keepalived_state_change.TestMonitorDaemon.test_read_queue_change_state |
||||||
neutron.tests.functional.agent.l3.test_legacy_router.L3AgentTestCase | 21 | 21 | 0 | 0 | 0 | Detail | |
test_connection_from_same_address_scope |
pass
pt20.1: neutron.tests.functional.agent.l3.test_legacy_router.L3AgentTestCase.test_connection_from_same_address_scope |
||||||
test_conntrack_disassociate_fip_legacy_router |
pass
pt20.2: neutron.tests.functional.agent.l3.test_legacy_router.L3AgentTestCase.test_conntrack_disassociate_fip_legacy_router |
||||||
test_fip_connection_for_address_scope |
pass
pt20.3: neutron.tests.functional.agent.l3.test_legacy_router.L3AgentTestCase.test_fip_connection_for_address_scope |
||||||
test_fip_connection_from_same_subnet |
pass
pt20.4: neutron.tests.functional.agent.l3.test_legacy_router.L3AgentTestCase.test_fip_connection_from_same_subnet |
||||||
test_direct_route_for_address_scope |
pass
pt20.5: neutron.tests.functional.agent.l3.test_legacy_router.L3AgentTestCase.test_direct_route_for_address_scope |
||||||
test_agent_notifications_for_router_events |
pass
pt20.6: neutron.tests.functional.agent.l3.test_legacy_router.L3AgentTestCase.test_agent_notifications_for_router_events |
||||||
test_router_interface_mtu_update |
pass
pt20.7: neutron.tests.functional.agent.l3.test_legacy_router.L3AgentTestCase.test_router_interface_mtu_update |
||||||
test_agent_notifications_for_router_events_ha |
pass
pt20.8: neutron.tests.functional.agent.l3.test_legacy_router.L3AgentTestCase.test_agent_notifications_for_router_events_ha |
||||||
test_connection_from_diff_address_scope |
pass
pt20.9: neutron.tests.functional.agent.l3.test_legacy_router.L3AgentTestCase.test_connection_from_diff_address_scope |
||||||
test_legacy_router_lifecycle_with_no_gateway_subnet |
pass
pt20.10: neutron.tests.functional.agent.l3.test_legacy_router.L3AgentTestCase.test_legacy_router_lifecycle_with_no_gateway_subnet |
||||||
test_legacy_router_update_floatingip_statuses |
pass
pt20.11: neutron.tests.functional.agent.l3.test_legacy_router.L3AgentTestCase.test_legacy_router_update_floatingip_statuses |
||||||
test_legacy_router_ns_rebuild |
pass
pt20.12: neutron.tests.functional.agent.l3.test_legacy_router.L3AgentTestCase.test_legacy_router_ns_rebuild |
||||||
test_ping_floatingip_reply_with_floatingip |
pass
pt20.13: neutron.tests.functional.agent.l3.test_legacy_router.L3AgentTestCase.test_ping_floatingip_reply_with_floatingip |
||||||
test_router_processing_pool_size |
pass
pt20.14: neutron.tests.functional.agent.l3.test_legacy_router.L3AgentTestCase.test_router_processing_pool_size |
||||||
test_legacy_router_lifecycle |
pass
pt20.15: neutron.tests.functional.agent.l3.test_legacy_router.L3AgentTestCase.test_legacy_router_lifecycle |
||||||
test_legacy_router_update_ecmp_routes |
pass
pt20.16: neutron.tests.functional.agent.l3.test_legacy_router.L3AgentTestCase.test_legacy_router_update_ecmp_routes |
||||||
test_connection_from_diff_address_scope_with_fip |
pass
pt20.17: neutron.tests.functional.agent.l3.test_legacy_router.L3AgentTestCase.test_connection_from_diff_address_scope_with_fip |
||||||
test_legacy_router_gateway_update_to_none |
pass
pt20.18: neutron.tests.functional.agent.l3.test_legacy_router.L3AgentTestCase.test_legacy_router_gateway_update_to_none |
||||||
test_periodic_sync_routers_task |
pass
pt20.19: neutron.tests.functional.agent.l3.test_legacy_router.L3AgentTestCase.test_periodic_sync_routers_task |
||||||
test_periodic_sync_routers_task_routers_deleted_while_agent_down |
pass
pt20.20: neutron.tests.functional.agent.l3.test_legacy_router.L3AgentTestCase.test_periodic_sync_routers_task_routers_deleted_while_agent_down |
||||||
test_periodic_sync_routers_task_routers_deleted_while_agent_sync |
pass
pt20.21: neutron.tests.functional.agent.l3.test_legacy_router.L3AgentTestCase.test_periodic_sync_routers_task_routers_deleted_while_agent_sync |
||||||
neutron.tests.functional.agent.l3.test_metadata_proxy.MetadataL3AgentTestCase | 7 | 7 | 0 | 0 | 0 | Detail | |
test_access_to_metadata_proxy |
pass
pt21.1: neutron.tests.functional.agent.l3.test_metadata_proxy.MetadataL3AgentTestCase.test_access_to_metadata_proxy |
||||||
test_metadata_proxy_burst_rate_limiting |
pass
pt21.2: neutron.tests.functional.agent.l3.test_metadata_proxy.MetadataL3AgentTestCase.test_metadata_proxy_burst_rate_limiting |
||||||
test_metadata_proxy_base_and_burst_rate_limiting |
pass
pt21.3: neutron.tests.functional.agent.l3.test_metadata_proxy.MetadataL3AgentTestCase.test_metadata_proxy_base_and_burst_rate_limiting |
||||||
test_metadata_proxy_rate_limiting_ipv6 |
pass
pt21.4: neutron.tests.functional.agent.l3.test_metadata_proxy.MetadataL3AgentTestCase.test_metadata_proxy_rate_limiting_ipv6 |
||||||
test_metadata_proxy_rate_limiting_invalid_ip_versions |
pass
pt21.5: neutron.tests.functional.agent.l3.test_metadata_proxy.MetadataL3AgentTestCase.test_metadata_proxy_rate_limiting_invalid_ip_versions |
||||||
test_access_to_metadata_proxy_ipv6 |
pass
pt21.6: neutron.tests.functional.agent.l3.test_metadata_proxy.MetadataL3AgentTestCase.test_access_to_metadata_proxy_ipv6 |
||||||
test_metadata_proxy_rate_limiting |
pass
pt21.7: neutron.tests.functional.agent.l3.test_metadata_proxy.MetadataL3AgentTestCase.test_metadata_proxy_rate_limiting |
||||||
neutron.tests.functional.agent.l3.test_metadata_proxy.UnprivilegedUserGroupMetadataL3AgentTestCase | 7 | 7 | 0 | 0 | 0 | Detail | |
test_access_to_metadata_proxy |
pass
pt22.1: neutron.tests.functional.agent.l3.test_metadata_proxy.UnprivilegedUserGroupMetadataL3AgentTestCase.test_access_to_metadata_proxy |
||||||
test_metadata_proxy_base_and_burst_rate_limiting |
pass
pt22.2: neutron.tests.functional.agent.l3.test_metadata_proxy.UnprivilegedUserGroupMetadataL3AgentTestCase.test_metadata_proxy_base_and_burst_rate_limiting |
||||||
test_metadata_proxy_rate_limiting_invalid_ip_versions |
pass
pt22.3: neutron.tests.functional.agent.l3.test_metadata_proxy.UnprivilegedUserGroupMetadataL3AgentTestCase.test_metadata_proxy_rate_limiting_invalid_ip_versions |
||||||
test_metadata_proxy_burst_rate_limiting |
pass
pt22.4: neutron.tests.functional.agent.l3.test_metadata_proxy.UnprivilegedUserGroupMetadataL3AgentTestCase.test_metadata_proxy_burst_rate_limiting |
||||||
test_access_to_metadata_proxy_ipv6 |
pass
pt22.5: neutron.tests.functional.agent.l3.test_metadata_proxy.UnprivilegedUserGroupMetadataL3AgentTestCase.test_access_to_metadata_proxy_ipv6 |
||||||
test_metadata_proxy_rate_limiting_ipv6 |
pass
pt22.6: neutron.tests.functional.agent.l3.test_metadata_proxy.UnprivilegedUserGroupMetadataL3AgentTestCase.test_metadata_proxy_rate_limiting_ipv6 |
||||||
test_metadata_proxy_rate_limiting |
pass
pt22.7: neutron.tests.functional.agent.l3.test_metadata_proxy.UnprivilegedUserGroupMetadataL3AgentTestCase.test_metadata_proxy_rate_limiting |
||||||
neutron.tests.functional.agent.l3.test_metadata_proxy.UnprivilegedUserMetadataL3AgentTestCase | 7 | 7 | 0 | 0 | 0 | Detail | |
test_metadata_proxy_rate_limiting_ipv6 |
pass
pt23.1: neutron.tests.functional.agent.l3.test_metadata_proxy.UnprivilegedUserMetadataL3AgentTestCase.test_metadata_proxy_rate_limiting_ipv6 |
||||||
test_metadata_proxy_rate_limiting_invalid_ip_versions |
pass
pt23.2: neutron.tests.functional.agent.l3.test_metadata_proxy.UnprivilegedUserMetadataL3AgentTestCase.test_metadata_proxy_rate_limiting_invalid_ip_versions |
||||||
test_access_to_metadata_proxy_ipv6 |
pass
pt23.3: neutron.tests.functional.agent.l3.test_metadata_proxy.UnprivilegedUserMetadataL3AgentTestCase.test_access_to_metadata_proxy_ipv6 |
||||||
test_access_to_metadata_proxy |
pass
pt23.4: neutron.tests.functional.agent.l3.test_metadata_proxy.UnprivilegedUserMetadataL3AgentTestCase.test_access_to_metadata_proxy |
||||||
test_metadata_proxy_base_and_burst_rate_limiting |
pass
pt23.5: neutron.tests.functional.agent.l3.test_metadata_proxy.UnprivilegedUserMetadataL3AgentTestCase.test_metadata_proxy_base_and_burst_rate_limiting |
||||||
test_metadata_proxy_rate_limiting |
pass
pt23.6: neutron.tests.functional.agent.l3.test_metadata_proxy.UnprivilegedUserMetadataL3AgentTestCase.test_metadata_proxy_rate_limiting |
||||||
test_metadata_proxy_burst_rate_limiting |
pass
pt23.7: neutron.tests.functional.agent.l3.test_metadata_proxy.UnprivilegedUserMetadataL3AgentTestCase.test_metadata_proxy_burst_rate_limiting |
||||||
neutron.tests.functional.agent.l3.test_namespace_manager.NamespaceManagerTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_namespace_manager |
pass
pt24.1: neutron.tests.functional.agent.l3.test_namespace_manager.NamespaceManagerTestCase.test_namespace_manager |
||||||
neutron.tests.functional.agent.linux.openvswitch_firewall.test_firewall.TestGetTagFromOtherConfig | 4 | 4 | 0 | 0 | 0 | Detail | |
test_bad_tag_value_raises_exception |
pass
pt25.1: neutron.tests.functional.agent.linux.openvswitch_firewall.test_firewall.TestGetTagFromOtherConfig.test_bad_tag_value_raises_exception |
||||||
test_correct_tag_is_returned |
pass
pt25.2: neutron.tests.functional.agent.linux.openvswitch_firewall.test_firewall.TestGetTagFromOtherConfig.test_correct_tag_is_returned |
||||||
test_no_value_set_for_other_config_raises_exception |
pass
pt25.3: neutron.tests.functional.agent.linux.openvswitch_firewall.test_firewall.TestGetTagFromOtherConfig.test_no_value_set_for_other_config_raises_exception |
||||||
test_not_existing_name_raises_exception |
pass
pt25.4: neutron.tests.functional.agent.linux.openvswitch_firewall.test_firewall.TestGetTagFromOtherConfig.test_not_existing_name_raises_exception |
||||||
neutron.tests.functional.agent.linux.openvswitch_firewall.test_iptables.TestHelper | 1 | 1 | 0 | 0 | 0 | Detail | |
test_migration |
pass
pt26.1: neutron.tests.functional.agent.linux.openvswitch_firewall.test_iptables.TestHelper.test_migration |
||||||
neutron.tests.functional.agent.linux.test_async_process.TestAsyncProcess | 2 | 2 | 0 | 0 | 0 | Detail | |
test_stopping_async_process_lifecycle |
pass
pt27.1: neutron.tests.functional.agent.linux.test_async_process.TestAsyncProcess.test_stopping_async_process_lifecycle |
||||||
test_async_process_respawns |
pass
pt27.2: neutron.tests.functional.agent.linux.test_async_process.TestAsyncProcess.test_async_process_respawns |
||||||
neutron.tests.functional.agent.linux.test_bridge_lib.BridgeLibTestCase | 12 | 12 | 0 | 0 | 0 | Detail | |
test_delete_bridge |
pass
pt28.1: neutron.tests.functional.agent.linux.test_bridge_lib.BridgeLibTestCase.test_delete_bridge |
||||||
test_get_interfaces_no_bridge |
pass
pt28.2: neutron.tests.functional.agent.linux.test_bridge_lib.BridgeLibTestCase.test_get_interfaces_no_bridge |
||||||
test_get_bridge_names |
pass
pt28.3: neutron.tests.functional.agent.linux.test_bridge_lib.BridgeLibTestCase.test_get_bridge_names |
||||||
test_enable_and_disable_stp |
pass
pt28.4: neutron.tests.functional.agent.linux.test_bridge_lib.BridgeLibTestCase.test_enable_and_disable_stp |
||||||
test_get_interface_bridge |
pass
pt28.5: neutron.tests.functional.agent.linux.test_bridge_lib.BridgeLibTestCase.test_get_interface_bridge |
||||||
test_is_not_bridged_interface |
pass
pt28.6: neutron.tests.functional.agent.linux.test_bridge_lib.BridgeLibTestCase.test_is_not_bridged_interface |
||||||
test_set_forward_delay |
pass
pt28.7: neutron.tests.functional.agent.linux.test_bridge_lib.BridgeLibTestCase.test_set_forward_delay |
||||||
test_disable_ipv6 |
pass
pt28.8: neutron.tests.functional.agent.linux.test_bridge_lib.BridgeLibTestCase.test_disable_ipv6 |
||||||
test_get_interface_no_bridge |
pass
pt28.9: neutron.tests.functional.agent.linux.test_bridge_lib.BridgeLibTestCase.test_get_interface_no_bridge |
||||||
test_is_bridged_interface_and_remove |
pass
pt28.10: neutron.tests.functional.agent.linux.test_bridge_lib.BridgeLibTestCase.test_is_bridged_interface_and_remove |
||||||
test_get_interface_ifindex |
pass
pt28.11: neutron.tests.functional.agent.linux.test_bridge_lib.BridgeLibTestCase.test_get_interface_ifindex |
||||||
test_get_interfaces |
pass
pt28.12: neutron.tests.functional.agent.linux.test_bridge_lib.BridgeLibTestCase.test_get_interfaces |
||||||
neutron.tests.functional.agent.linux.test_bridge_lib.FdbInterfaceTestCase | 12 | 12 | 0 | 0 | 0 | Detail | |
test_replace(namespace) |
pass
pt29.1: neutron.tests.functional.agent.linux.test_bridge_lib.FdbInterfaceTestCase.test_replace(namespace) |
||||||
test_replace(no_namespace) |
pass
pt29.2: neutron.tests.functional.agent.linux.test_bridge_lib.FdbInterfaceTestCase.test_replace(no_namespace) |
||||||
test_append(namespace) |
pass
pt29.3: neutron.tests.functional.agent.linux.test_bridge_lib.FdbInterfaceTestCase.test_append(namespace) |
||||||
test_append(no_namespace) |
pass
pt29.4: neutron.tests.functional.agent.linux.test_bridge_lib.FdbInterfaceTestCase.test_append(no_namespace) |
||||||
test_add_delete(namespace) |
pass
pt29.5: neutron.tests.functional.agent.linux.test_bridge_lib.FdbInterfaceTestCase.test_add_delete(namespace) |
||||||
test_add_delete(no_namespace) |
pass
pt29.6: neutron.tests.functional.agent.linux.test_bridge_lib.FdbInterfaceTestCase.test_add_delete(no_namespace) |
||||||
test_add_delete_dst(namespace) |
pass
pt29.7: neutron.tests.functional.agent.linux.test_bridge_lib.FdbInterfaceTestCase.test_add_delete_dst(namespace) |
||||||
test_add_delete_dst(no_namespace) |
pass
pt29.8: neutron.tests.functional.agent.linux.test_bridge_lib.FdbInterfaceTestCase.test_add_delete_dst(no_namespace) |
||||||
test_append_dst(namespace) |
pass
pt29.9: neutron.tests.functional.agent.linux.test_bridge_lib.FdbInterfaceTestCase.test_append_dst(namespace) |
||||||
test_append_dst(no_namespace) |
pass
pt29.10: neutron.tests.functional.agent.linux.test_bridge_lib.FdbInterfaceTestCase.test_append_dst(no_namespace) |
||||||
test_show(namespace) |
pass
pt29.11: neutron.tests.functional.agent.linux.test_bridge_lib.FdbInterfaceTestCase.test_show(namespace) |
||||||
test_show(no_namespace) |
pass
pt29.12: neutron.tests.functional.agent.linux.test_bridge_lib.FdbInterfaceTestCase.test_show(no_namespace) |
||||||
neutron.tests.functional.agent.linux.test_dhcp.TestDhcp | 1 | 1 | 0 | 0 | 0 | Detail | |
test_cleanup_stale_devices |
pass
pt30.1: neutron.tests.functional.agent.linux.test_dhcp.TestDhcp.test_cleanup_stale_devices |
||||||
neutron.tests.functional.agent.linux.test_interface.BridgeInterfaceDriverTestCase | 3 | 3 | 0 | 0 | 0 | Detail | |
test_set_mtu |
pass
pt31.1: neutron.tests.functional.agent.linux.test_interface.BridgeInterfaceDriverTestCase.test_set_mtu |
||||||
test_plug_multiple_calls_update_mtu |
pass
pt31.2: neutron.tests.functional.agent.linux.test_interface.BridgeInterfaceDriverTestCase.test_plug_multiple_calls_update_mtu |
||||||
test_ipv6_lla_create_and_get |
pass
pt31.3: neutron.tests.functional.agent.linux.test_interface.BridgeInterfaceDriverTestCase.test_ipv6_lla_create_and_get |
||||||
neutron.tests.functional.agent.linux.test_interface.OVSInterfaceDriverTestCase | 6 | 6 | 0 | 0 | 0 | Detail | |
test_set_mtu |
pass
pt32.1: neutron.tests.functional.agent.linux.test_interface.OVSInterfaceDriverTestCase.test_set_mtu |
||||||
test_ipv6_lla_create_and_get |
pass
pt32.2: neutron.tests.functional.agent.linux.test_interface.OVSInterfaceDriverTestCase.test_ipv6_lla_create_and_get |
||||||
test_plug_multiple_calls_update_mtu |
pass
pt32.3: neutron.tests.functional.agent.linux.test_interface.OVSInterfaceDriverTestCase.test_plug_multiple_calls_update_mtu |
||||||
test_plug_succeeds |
pass
pt32.4: neutron.tests.functional.agent.linux.test_interface.OVSInterfaceDriverTestCase.test_plug_succeeds |
||||||
test_plug_checks_if_bridge_exists |
pass
pt32.5: neutron.tests.functional.agent.linux.test_interface.OVSInterfaceDriverTestCase.test_plug_checks_if_bridge_exists |
||||||
test_plug_with_namespace_sets_mtu_higher_than_bridge |
pass
pt32.6: neutron.tests.functional.agent.linux.test_interface.OVSInterfaceDriverTestCase.test_plug_with_namespace_sets_mtu_higher_than_bridge |
||||||
neutron.tests.functional.agent.linux.test_ip_lib.GetDevicesWithIpTestCase | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_devices_with_ip |
pass
pt33.1: neutron.tests.functional.agent.linux.test_ip_lib.GetDevicesWithIpTestCase.test_get_devices_with_ip |
||||||
test_get_devices_with_ip_name |
pass
pt33.2: neutron.tests.functional.agent.linux.test_ip_lib.GetDevicesWithIpTestCase.test_get_devices_with_ip_name |
||||||
neutron.tests.functional.agent.linux.test_ip_lib.IpAddrCommandTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_with_scope |
pass
pt34.1: neutron.tests.functional.agent.linux.test_ip_lib.IpAddrCommandTestCase.test_list_with_scope |
||||||
neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase | 34 | 34 | 0 | 0 | 0 | Detail | |
test_device_exists |
pass
pt35.1: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_device_exists |
||||||
test_ipwrapper_get_device_by_ip |
pass
pt35.2: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_ipwrapper_get_device_by_ip |
||||||
test_veth_exists |
pass
pt35.3: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_veth_exists |
||||||
test_delete_ip_address |
pass
pt35.4: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_delete_ip_address |
||||||
test_delete_some_ip_addresses |
pass
pt35.5: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_delete_some_ip_addresses |
||||||
test_device_exists_with_ips_and_mac |
pass
pt35.6: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_device_exists_with_ips_and_mac |
||||||
test_flush_ip_addresses |
pass
pt35.7: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_flush_ip_addresses |
||||||
test_get_device_mac_too_long_name |
pass
pt35.8: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_get_device_mac_too_long_name |
||||||
test_get_neigh_entries |
pass
pt35.9: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_get_neigh_entries |
||||||
test_set_link_alias |
pass
pt35.10: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_set_link_alias |
||||||
test_add_ip_rule_default_table |
pass
pt35.11: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_add_ip_rule_default_table |
||||||
test_ipdevice_exists |
pass
pt35.12: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_ipdevice_exists |
||||||
test_ipwrapper_get_device_by_ip_None |
pass
pt35.13: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_ipwrapper_get_device_by_ip_None |
||||||
test_set_link_allmulticast_on |
pass
pt35.14: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_set_link_allmulticast_on |
||||||
test_flush_neigh_ipv6 |
pass
pt35.15: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_flush_neigh_ipv6 |
||||||
test_gateway_flush |
pass
pt35.16: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_gateway_flush |
||||||
test_gateway_lifecycle |
pass
pt35.17: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_gateway_lifecycle |
||||||
test_get_device_mac |
pass
pt35.18: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_get_device_mac |
||||||
test_ipv6_vxlan_exists |
pass
pt35.19: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_ipv6_vxlan_exists |
||||||
test_add_ip_address |
pass
pt35.20: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_add_ip_address |
||||||
test_add_ip_addresses |
pass
pt35.21: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_add_ip_addresses |
||||||
test_delete_all_ip_addresses |
pass
pt35.22: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_delete_all_ip_addresses |
||||||
test_delete_neigh_entries |
pass
pt35.23: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_delete_neigh_entries |
||||||
test_dummy_exists |
pass
pt35.24: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_dummy_exists |
||||||
test_flush_neigh_ipv4 |
pass
pt35.25: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_flush_neigh_ipv4 |
||||||
test_get_neigh_entries_no_namespace |
pass
pt35.26: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_get_neigh_entries_no_namespace |
||||||
test_rules_lifecycle |
pass
pt35.27: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_rules_lifecycle |
||||||
test_vxlan_exists |
pass
pt35.28: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_vxlan_exists |
||||||
test_get_neigh_entries_no_interface |
pass
pt35.29: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_get_neigh_entries_no_interface |
||||||
test_macvtap_exists |
pass
pt35.30: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_macvtap_exists |
||||||
test_set_link_mtu |
pass
pt35.31: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_set_link_mtu |
||||||
test_set_link_name |
pass
pt35.32: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_set_link_name |
||||||
test_set_link_netns |
pass
pt35.33: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_set_link_netns |
||||||
test_vlan_exists |
pass
pt35.34: neutron.tests.functional.agent.linux.test_ip_lib.IpLibTestCase.test_vlan_exists |
||||||
neutron.tests.functional.agent.linux.test_ip_lib.IpLinkCommandTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_set_netns |
pass
pt36.1: neutron.tests.functional.agent.linux.test_ip_lib.IpLinkCommandTestCase.test_set_netns |
||||||
neutron.tests.functional.agent.linux.test_ip_lib.IpMonitorTestCase | 3 | 3 | 0 | 0 | 0 | Detail | |
test_add_remove_ip_address_and_interface |
pass
pt37.1: neutron.tests.functional.agent.linux.test_ip_lib.IpMonitorTestCase.test_add_remove_ip_address_and_interface |
||||||
test_add_and_remove_multiple_ips |
pass
pt37.2: neutron.tests.functional.agent.linux.test_ip_lib.IpMonitorTestCase.test_add_and_remove_multiple_ips |
||||||
test_interface_added_after_initialization |
pass
pt37.3: neutron.tests.functional.agent.linux.test_ip_lib.IpMonitorTestCase.test_interface_added_after_initialization |
||||||
neutron.tests.functional.agent.linux.test_ip_lib.IpRouteCommandTestCase | 9 | 9 | 0 | 0 | 0 | Detail | |
test_delete_route |
pass
pt38.1: neutron.tests.functional.agent.linux.test_ip_lib.IpRouteCommandTestCase.test_delete_route |
||||||
test_list_onlink_routes_ipv4 |
pass
pt38.2: neutron.tests.functional.agent.linux.test_ip_lib.IpRouteCommandTestCase.test_list_onlink_routes_ipv4 |
||||||
test_add_route_metric |
pass
pt38.3: neutron.tests.functional.agent.linux.test_ip_lib.IpRouteCommandTestCase.test_add_route_metric |
||||||
test_add_route_via |
pass
pt38.4: neutron.tests.functional.agent.linux.test_ip_lib.IpRouteCommandTestCase.test_add_route_via |
||||||
test_add_route_gateway |
pass
pt38.5: neutron.tests.functional.agent.linux.test_ip_lib.IpRouteCommandTestCase.test_add_route_gateway |
||||||
test_add_route_scope |
pass
pt38.6: neutron.tests.functional.agent.linux.test_ip_lib.IpRouteCommandTestCase.test_add_route_scope |
||||||
test_flush |
pass
pt38.7: neutron.tests.functional.agent.linux.test_ip_lib.IpRouteCommandTestCase.test_flush |
||||||
test_add_route_table |
pass
pt38.8: neutron.tests.functional.agent.linux.test_ip_lib.IpRouteCommandTestCase.test_add_route_table |
||||||
test_get_and_delete_gateway |
pass
pt38.9: neutron.tests.functional.agent.linux.test_ip_lib.IpRouteCommandTestCase.test_get_and_delete_gateway |
||||||
neutron.tests.functional.agent.linux.test_ip_lib.ListIpRoutesTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_ip_routes_multipath |
pass
pt39.1: neutron.tests.functional.agent.linux.test_ip_lib.ListIpRoutesTestCase.test_list_ip_routes_multipath |
||||||
neutron.tests.functional.agent.linux.test_ip_lib.NamespaceTestCase | 4 | 4 | 0 | 0 | 0 | Detail | |
test_network_namespace_exists_ns_exists |
pass
pt40.1: neutron.tests.functional.agent.linux.test_ip_lib.NamespaceTestCase.test_network_namespace_exists_ns_exists |
||||||
test_network_namespace_exists_ns_exists_try_is_ready |
pass
pt40.2: neutron.tests.functional.agent.linux.test_ip_lib.NamespaceTestCase.test_network_namespace_exists_ns_exists_try_is_ready |
||||||
test_network_namespace_exists_ns_doesnt_exists_try_is_ready |
pass
pt40.3: neutron.tests.functional.agent.linux.test_ip_lib.NamespaceTestCase.test_network_namespace_exists_ns_doesnt_exists_try_is_ready |
||||||
test_network_namespace_exists_ns_doesnt_exists |
pass
pt40.4: neutron.tests.functional.agent.linux.test_ip_lib.NamespaceTestCase.test_network_namespace_exists_ns_doesnt_exists |
||||||
neutron.tests.functional.agent.linux.test_ip_lib.TestSetIpNonlocalBind | 1 | 1 | 0 | 0 | 0 | Detail | |
test_assigned_value |
pass
pt41.1: neutron.tests.functional.agent.linux.test_ip_lib.TestSetIpNonlocalBind.test_assigned_value |
||||||
neutron.tests.functional.agent.linux.test_ipset.IpsetManagerTestCase | 4 | 4 | 0 | 0 | 0 | Detail | |
test_del_member_denies_ping |
pass
pt42.1: neutron.tests.functional.agent.linux.test_ipset.IpsetManagerTestCase.test_del_member_denies_ping |
||||||
test_add_member_allows_ping |
pass
pt42.2: neutron.tests.functional.agent.linux.test_ipset.IpsetManagerTestCase.test_add_member_allows_ping |
||||||
test_refresh_ipset_allows_ping |
pass
pt42.3: neutron.tests.functional.agent.linux.test_ipset.IpsetManagerTestCase.test_refresh_ipset_allows_ping |
||||||
test_destroy_ipset_set |
pass
pt42.4: neutron.tests.functional.agent.linux.test_ipset.IpsetManagerTestCase.test_destroy_ipset_set |
||||||
neutron.tests.functional.agent.linux.test_iptables.IptablesManagerNonRootTestCase | 2 | 2 | 0 | 0 | 0 | Detail | |
test_binary_name |
pass
pt43.1: neutron.tests.functional.agent.linux.test_iptables.IptablesManagerNonRootTestCase.test_binary_name |
||||||
test_binary_name_eventlet_spawn |
pass
pt43.2: neutron.tests.functional.agent.linux.test_iptables.IptablesManagerNonRootTestCase.test_binary_name_eventlet_spawn |
||||||
neutron.tests.functional.agent.linux.test_iptables.IptablesManagerTestCase | 10 | 10 | 0 | 0 | 0 | Detail | |
test_udp_output |
pass
pt44.1: neutron.tests.functional.agent.linux.test_iptables.IptablesManagerTestCase.test_udp_output |
||||||
test_icmp |
pass
pt44.2: neutron.tests.functional.agent.linux.test_iptables.IptablesManagerTestCase.test_icmp |
||||||
test_tcp_output_port |
pass
pt44.3: neutron.tests.functional.agent.linux.test_iptables.IptablesManagerTestCase.test_tcp_output_port |
||||||
test_tcp_input |
pass
pt44.4: neutron.tests.functional.agent.linux.test_iptables.IptablesManagerTestCase.test_tcp_input |
||||||
test_udp_input_port |
pass
pt44.5: neutron.tests.functional.agent.linux.test_iptables.IptablesManagerTestCase.test_udp_input_port |
||||||
test_tcp_input_port |
pass
pt44.6: neutron.tests.functional.agent.linux.test_iptables.IptablesManagerTestCase.test_tcp_input_port |
||||||
test_udp_input |
pass
pt44.7: neutron.tests.functional.agent.linux.test_iptables.IptablesManagerTestCase.test_udp_input |
||||||
test_udp_output_port |
pass
pt44.8: neutron.tests.functional.agent.linux.test_iptables.IptablesManagerTestCase.test_udp_output_port |
||||||
test_mangle_icmp |
pass
pt44.9: neutron.tests.functional.agent.linux.test_iptables.IptablesManagerTestCase.test_mangle_icmp |
||||||
test_tcp_output |
pass
pt44.10: neutron.tests.functional.agent.linux.test_iptables.IptablesManagerTestCase.test_tcp_output |
||||||
neutron.tests.functional.agent.linux.test_keepalived.KeepalivedManagerTestCase | 5 | 3 | 0 | 0 | 2 | Detail | |
test_keepalived_spawn |
pass
pt45.1: neutron.tests.functional.agent.linux.test_keepalived.KeepalivedManagerTestCase.test_keepalived_spawn |
||||||
test_keepalived_spawns_conflicting_pid_base_process |
skip
pt45.2: neutron.tests.functional.agent.linux.test_keepalived.KeepalivedManagerTestCase.test_keepalived_spawns_conflicting_pid_base_process |
||||||
test_keepalived_spawns_conflicting_pid_vrrp_subprocess |
skip
pt45.3: neutron.tests.functional.agent.linux.test_keepalived.KeepalivedManagerTestCase.test_keepalived_spawns_conflicting_pid_vrrp_subprocess |
||||||
test_keepalived_respawn_with_unexpected_exit |
pass
pt45.4: neutron.tests.functional.agent.linux.test_keepalived.KeepalivedManagerTestCase.test_keepalived_respawn_with_unexpected_exit |
||||||
test_keepalived_respawns |
pass
pt45.5: neutron.tests.functional.agent.linux.test_keepalived.KeepalivedManagerTestCase.test_keepalived_respawns |
||||||
neutron.tests.functional.agent.linux.test_l3_tc_lib.TcLibTestCase | 6 | 6 | 0 | 0 | 0 | Detail | |
test_get_existing_filter_ids |
pass
pt46.1: neutron.tests.functional.agent.linux.test_l3_tc_lib.TcLibTestCase.test_get_existing_filter_ids |
||||||
test_clear_all_filters |
pass
pt46.2: neutron.tests.functional.agent.linux.test_l3_tc_lib.TcLibTestCase.test_clear_all_filters |
||||||
test_clear_ip_rate_limit |
pass
pt46.3: neutron.tests.functional.agent.linux.test_l3_tc_lib.TcLibTestCase.test_clear_ip_rate_limit |
||||||
test_set_ip_rate_limit |
pass
pt46.4: neutron.tests.functional.agent.linux.test_l3_tc_lib.TcLibTestCase.test_set_ip_rate_limit |
||||||
test_get_filter_id_for_ip |
pass
pt46.5: neutron.tests.functional.agent.linux.test_l3_tc_lib.TcLibTestCase.test_get_filter_id_for_ip |
||||||
test_delete_filter_ids |
pass
pt46.6: neutron.tests.functional.agent.linux.test_l3_tc_lib.TcLibTestCase.test_delete_filter_ids |
||||||
neutron.tests.functional.agent.linux.test_linuxbridge_arp_protect.LinuxBridgeARPSpoofTestCase | 10 | 10 | 0 | 0 | 0 | Detail | |
test_arp_protection_removal |
pass
pt47.1: neutron.tests.functional.agent.linux.test_linuxbridge_arp_protect.LinuxBridgeARPSpoofTestCase.test_arp_protection_removal |
||||||
test_arp_protection_update |
pass
pt47.2: neutron.tests.functional.agent.linux.test_linuxbridge_arp_protect.LinuxBridgeARPSpoofTestCase.test_arp_protection_update |
||||||
test_arp_correct_protection_allowed_address_pairs |
pass
pt47.3: neutron.tests.functional.agent.linux.test_linuxbridge_arp_protect.LinuxBridgeARPSpoofTestCase.test_arp_correct_protection_allowed_address_pairs |
||||||
test_arp_no_protection |
pass
pt47.4: neutron.tests.functional.agent.linux.test_linuxbridge_arp_protect.LinuxBridgeARPSpoofTestCase.test_arp_no_protection |
||||||
test_arp_correct_protection |
pass
pt47.5: neutron.tests.functional.agent.linux.test_linuxbridge_arp_protect.LinuxBridgeARPSpoofTestCase.test_arp_correct_protection |
||||||
test_arp_protection_dead_reference_removal |
pass
pt47.6: neutron.tests.functional.agent.linux.test_linuxbridge_arp_protect.LinuxBridgeARPSpoofTestCase.test_arp_protection_dead_reference_removal |
||||||
test_arp_protection_port_security_disabled |
pass
pt47.7: neutron.tests.functional.agent.linux.test_linuxbridge_arp_protect.LinuxBridgeARPSpoofTestCase.test_arp_protection_port_security_disabled |
||||||
test_arp_fails_incorrect_mac_protection |
pass
pt47.8: neutron.tests.functional.agent.linux.test_linuxbridge_arp_protect.LinuxBridgeARPSpoofTestCase.test_arp_fails_incorrect_mac_protection |
||||||
test_arp_fails_incorrect_protection |
pass
pt47.9: neutron.tests.functional.agent.linux.test_linuxbridge_arp_protect.LinuxBridgeARPSpoofTestCase.test_arp_fails_incorrect_protection |
||||||
test_arp_protection_network_owner |
pass
pt47.10: neutron.tests.functional.agent.linux.test_linuxbridge_arp_protect.LinuxBridgeARPSpoofTestCase.test_arp_protection_network_owner |
||||||
neutron.tests.functional.agent.linux.test_netlink_lib.NetlinkLibTestCase | 5 | 5 | 0 | 0 | 0 | Detail | |
test_delete_icmp_entry |
pass
pt48.1: neutron.tests.functional.agent.linux.test_netlink_lib.NetlinkLibTestCase.test_delete_icmp_entry |
||||||
test_list_entries |
pass
pt48.2: neutron.tests.functional.agent.linux.test_netlink_lib.NetlinkLibTestCase.test_list_entries |
||||||
test_delete_multiple_entries |
pass
pt48.3: neutron.tests.functional.agent.linux.test_netlink_lib.NetlinkLibTestCase.test_delete_multiple_entries |
||||||
test_delete_tcp_entry |
pass
pt48.4: neutron.tests.functional.agent.linux.test_netlink_lib.NetlinkLibTestCase.test_delete_tcp_entry |
||||||
test_delete_udp_entry |
pass
pt48.5: neutron.tests.functional.agent.linux.test_netlink_lib.NetlinkLibTestCase.test_delete_udp_entry |
||||||
neutron.tests.functional.agent.linux.test_of_monitor.OFMonitorTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_of_events |
pass
pt49.1: neutron.tests.functional.agent.linux.test_of_monitor.OFMonitorTestCase.test_of_events |
||||||
neutron.tests.functional.agent.linux.test_ovsdb_monitor.TestOvsdbMonitor | 1 | 1 | 0 | 0 | 0 | Detail | |
test_monitor_generates_initial_output |
pass
pt50.1: neutron.tests.functional.agent.linux.test_ovsdb_monitor.TestOvsdbMonitor.test_monitor_generates_initial_output |
||||||
neutron.tests.functional.agent.linux.test_ovsdb_monitor.TestSimpleInterfaceMonitor | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_events_includes_ofport |
pass
pt51.1: neutron.tests.functional.agent.linux.test_ovsdb_monitor.TestSimpleInterfaceMonitor.test_get_events_includes_ofport |
||||||
test_get_events |
pass
pt51.2: neutron.tests.functional.agent.linux.test_ovsdb_monitor.TestSimpleInterfaceMonitor.test_get_events |
||||||
test_has_updates |
pass
pt51.3: neutron.tests.functional.agent.linux.test_ovsdb_monitor.TestSimpleInterfaceMonitor.test_has_updates |
||||||
neutron.tests.functional.agent.linux.test_process_monitor.TestProcessMonitor | 1 | 1 | 0 | 0 | 0 | Detail | |
test_respawn_handler |
pass
pt52.1: neutron.tests.functional.agent.linux.test_process_monitor.TestProcessMonitor.test_respawn_handler |
||||||
neutron.tests.functional.agent.linux.test_tc_lib.TcFiltersTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_add_tc_filter_vxlan |
pass
pt53.1: neutron.tests.functional.agent.linux.test_tc_lib.TcFiltersTestCase.test_add_tc_filter_vxlan |
||||||
neutron.tests.functional.agent.linux.test_tc_lib.TcLibTestCase | 2 | 2 | 0 | 0 | 0 | Detail | |
test_tbf_bandwidth_limit |
pass
pt54.1: neutron.tests.functional.agent.linux.test_tc_lib.TcLibTestCase.test_tbf_bandwidth_limit |
||||||
test_filters_bandwidth_limit |
pass
pt54.2: neutron.tests.functional.agent.linux.test_tc_lib.TcLibTestCase.test_filters_bandwidth_limit |
||||||
neutron.tests.functional.agent.linux.test_tc_lib.TcPolicyClassTestCase | 2 | 2 | 0 | 0 | 0 | Detail | |
test_add_tc_policy_class_check_min_kbps_values |
pass
pt55.1: neutron.tests.functional.agent.linux.test_tc_lib.TcPolicyClassTestCase.test_add_tc_policy_class_check_min_kbps_values |
||||||
test_list_tc_policy_class_retrieve_statistics |
pass
pt55.2: neutron.tests.functional.agent.linux.test_tc_lib.TcPolicyClassTestCase.test_list_tc_policy_class_retrieve_statistics |
||||||
neutron.tests.functional.agent.linux.test_utils.ReadIfExists | 4 | 4 | 0 | 0 | 0 | Detail | |
test_read_if_exists_no_file(root) |
pass
pt56.1: neutron.tests.functional.agent.linux.test_utils.ReadIfExists.test_read_if_exists_no_file(root) |
||||||
test_read_if_exists_no_file(non-root) |
pass
pt56.2: neutron.tests.functional.agent.linux.test_utils.ReadIfExists.test_read_if_exists_no_file(non-root) |
||||||
test_read_if_exists(root) |
pass
pt56.3: neutron.tests.functional.agent.linux.test_utils.ReadIfExists.test_read_if_exists(root) |
||||||
test_read_if_exists(non-root) |
pass
pt56.4: neutron.tests.functional.agent.linux.test_utils.ReadIfExists.test_read_if_exists(non-root) |
||||||
neutron.tests.functional.agent.linux.test_utils.TestFindChildPids | 2 | 2 | 0 | 0 | 0 | Detail | |
test_find_child_pids |
pass
pt57.1: neutron.tests.functional.agent.linux.test_utils.TestFindChildPids.test_find_child_pids |
||||||
test_find_non_existing_process |
pass
pt57.2: neutron.tests.functional.agent.linux.test_utils.TestFindChildPids.test_find_non_existing_process |
||||||
neutron.tests.functional.agent.linux.test_utils.TestFindParentPid | 2 | 2 | 0 | 0 | 0 | Detail | |
test_non_root_process |
pass
pt58.1: neutron.tests.functional.agent.linux.test_utils.TestFindParentPid.test_non_root_process |
||||||
test_root_process |
pass
pt58.2: neutron.tests.functional.agent.linux.test_utils.TestFindParentPid.test_root_process |
||||||
neutron.tests.functional.agent.linux.test_utils.TestGetProcessCountByName | 1 | 1 | 0 | 0 | 0 | Detail | |
test_root_process |
pass
pt59.1: neutron.tests.functional.agent.linux.test_utils.TestGetProcessCountByName.test_root_process |
||||||
neutron.tests.functional.agent.linux.test_utils.TestGetRootHelperChildPid | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_root_helper_child_pid_returns_first_child |
pass
pt60.1: neutron.tests.functional.agent.linux.test_utils.TestGetRootHelperChildPid.test_get_root_helper_child_pid_returns_first_child |
||||||
neutron.tests.functional.agent.linux.test_utils.TestPIDHelpers | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_cmdline_from_pid_and_pid_invoked_with_cmdline |
pass
pt61.1: neutron.tests.functional.agent.linux.test_utils.TestPIDHelpers.test_get_cmdline_from_pid_and_pid_invoked_with_cmdline |
||||||
neutron.tests.functional.agent.ovn.agent.test_ovn_neutron_agent.TestOVNNeutronAgentFakeAgent | 1 | 1 | 0 | 0 | 0 | Detail | |
test_ovs_and_ovs_events |
pass
pt62.1: neutron.tests.functional.agent.ovn.agent.test_ovn_neutron_agent.TestOVNNeutronAgentFakeAgent.test_ovs_and_ovs_events |
||||||
neutron.tests.functional.agent.ovn.agent.test_ovn_neutron_agent.TestOVNNeutronAgentMetadataExtension | 1 | 1 | 0 | 0 | 0 | Detail | |
test_check_metadata_started |
pass
pt63.1: neutron.tests.functional.agent.ovn.agent.test_ovn_neutron_agent.TestOVNNeutronAgentMetadataExtension.test_check_metadata_started |
||||||
neutron.tests.functional.agent.ovn.agent.test_ovsdb.GetPortQosTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_port_qos |
pass
pt64.1: neutron.tests.functional.agent.ovn.agent.test_ovsdb.GetPortQosTestCase.test_get_port_qos |
||||||
neutron.tests.functional.agent.ovn.extensions.test_qos_hwol.OVSInterfaceEventTestCase | 1 | 0 | 0 | 0 | 1 | Detail | |
test_port_creation_and_deletion |
skip
pt65.1: neutron.tests.functional.agent.ovn.extensions.test_qos_hwol.OVSInterfaceEventTestCase.test_port_creation_and_deletion |
||||||
neutron.tests.functional.agent.ovn.extensions.test_qos_hwol.PortBindingChassisCreatedEventTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_port_binding_chassis_create_event |
pass
pt66.1: neutron.tests.functional.agent.ovn.extensions.test_qos_hwol.PortBindingChassisCreatedEventTestCase.test_port_binding_chassis_create_event |
||||||
neutron.tests.functional.agent.ovn.extensions.test_qos_hwol.QoSBandwidthLimitEventTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_qos_bw_limit_created_and_updated |
pass
pt67.1: neutron.tests.functional.agent.ovn.extensions.test_qos_hwol.QoSBandwidthLimitEventTestCase.test_qos_bw_limit_created_and_updated |
||||||
neutron.tests.functional.agent.ovn.extensions.test_qos_hwol.QoSMinimumBandwidthEventTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_qos_min_bw_created_and_updated |
pass
pt68.1: neutron.tests.functional.agent.ovn.extensions.test_qos_hwol.QoSMinimumBandwidthEventTestCase.test_qos_min_bw_created_and_updated |
||||||
neutron.tests.functional.agent.ovn.metadata.test_metadata_agent.TestMetadataAgent | 18 | 18 | 0 | 0 | 0 | Detail | |
test__ensure_datapath_checksum_if_dpdk |
pass
pt69.1: neutron.tests.functional.agent.ovn.metadata.test_metadata_agent.TestMetadataAgent.test__ensure_datapath_checksum_if_dpdk |
||||||
test_agent_delete_bound_external_port |
pass
pt69.2: neutron.tests.functional.agent.ovn.metadata.test_metadata_agent.TestMetadataAgent.test_agent_delete_bound_external_port |
||||||
test_agent_delete_bound_nonexternal_port |
pass
pt69.3: neutron.tests.functional.agent.ovn.metadata.test_metadata_agent.TestMetadataAgent.test_agent_delete_bound_nonexternal_port |
||||||
test_agent_metadata_port_dhcp_reenable_event |
pass
pt69.4: neutron.tests.functional.agent.ovn.metadata.test_metadata_agent.TestMetadataAgent.test_agent_metadata_port_dhcp_reenable_event |
||||||
test_agent_metadata_port_ip_update_event |
pass
pt69.5: neutron.tests.functional.agent.ovn.metadata.test_metadata_agent.TestMetadataAgent.test_agent_metadata_port_ip_update_event |
||||||
test_agent_registration_at_chassis_create_event |
pass
pt69.6: neutron.tests.functional.agent.ovn.metadata.test_metadata_agent.TestMetadataAgent.test_agent_registration_at_chassis_create_event |
||||||
test_agent_resync_on_non_existing_bridge |
pass
pt69.7: neutron.tests.functional.agent.ovn.metadata.test_metadata_agent.TestMetadataAgent.test_agent_resync_on_non_existing_bridge |
||||||
test_agent_unbind_port |
pass
pt69.8: neutron.tests.functional.agent.ovn.metadata.test_metadata_agent.TestMetadataAgent.test_agent_unbind_port |
||||||
test_metadata_additional_chassis_removed_chassis_set |
pass
pt69.9: neutron.tests.functional.agent.ovn.metadata.test_metadata_agent.TestMetadataAgent.test_metadata_additional_chassis_removed_chassis_set |
||||||
test_metadata_additional_chassis_removed_chassis_unset |
pass
pt69.10: neutron.tests.functional.agent.ovn.metadata.test_metadata_agent.TestMetadataAgent.test_metadata_additional_chassis_removed_chassis_unset |
||||||
test_metadata_additional_chassis_removed_different_chassis_set |
pass
pt69.11: neutron.tests.functional.agent.ovn.metadata.test_metadata_agent.TestMetadataAgent.test_metadata_additional_chassis_removed_different_chassis_set |
||||||
test_metadata_agent_healthcheck |
pass
pt69.12: neutron.tests.functional.agent.ovn.metadata.test_metadata_agent.TestMetadataAgent.test_metadata_agent_healthcheck |
||||||
test_metadata_agent_only_monitors_own_chassis |
pass
pt69.13: neutron.tests.functional.agent.ovn.metadata.test_metadata_agent.TestMetadataAgent.test_metadata_agent_only_monitors_own_chassis |
||||||
test_metadata_not_provisioned_on_foreign_additional_chassis_change |
pass
pt69.14: neutron.tests.functional.agent.ovn.metadata.test_metadata_agent.TestMetadataAgent.test_metadata_not_provisioned_on_foreign_additional_chassis_change |
||||||
test_metadata_port_binding_column_updated |
pass
pt69.15: neutron.tests.functional.agent.ovn.metadata.test_metadata_agent.TestMetadataAgent.test_metadata_port_binding_column_updated |
||||||
test_metadata_provisioned_on_additional_chassis_change |
pass
pt69.16: neutron.tests.functional.agent.ovn.metadata.test_metadata_agent.TestMetadataAgent.test_metadata_provisioned_on_additional_chassis_change |
||||||
test_metadata_proxy_handler_idl |
pass
pt69.17: neutron.tests.functional.agent.ovn.metadata.test_metadata_agent.TestMetadataAgent.test_metadata_proxy_handler_idl |
||||||
test_metadata_teardown_on_additional_chassis_removed |
pass
pt69.18: neutron.tests.functional.agent.ovn.metadata.test_metadata_agent.TestMetadataAgent.test_metadata_teardown_on_additional_chassis_removed |
||||||
neutron.tests.functional.agent.ovsdb.native.test_connection.BridgeMonitorTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_bridges |
pass
pt70.1: neutron.tests.functional.agent.ovsdb.native.test_connection.BridgeMonitorTestCase.test_create_bridges |
||||||
neutron.tests.functional.agent.ovsdb.native.test_helpers.EnableConnectionUriTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_add_manager_appends |
pass
pt71.1: neutron.tests.functional.agent.ovsdb.native.test_helpers.EnableConnectionUriTestCase.test_add_manager_appends |
||||||
neutron.tests.functional.agent.test_dhcp_agent.DHCPAgentOVSTestCase | 10 | 10 | 0 | 0 | 0 | Detail | |
test_metadata_proxy_respawned |
pass
pt72.1: neutron.tests.functional.agent.test_dhcp_agent.DHCPAgentOVSTestCase.test_metadata_proxy_respawned |
||||||
test_agent_mtu_set_on_interface_driver |
pass
pt72.2: neutron.tests.functional.agent.test_dhcp_agent.DHCPAgentOVSTestCase.test_agent_mtu_set_on_interface_driver |
||||||
test_bad_address_allocation |
pass
pt72.3: neutron.tests.functional.agent.test_dhcp_agent.DHCPAgentOVSTestCase.test_bad_address_allocation |
||||||
test_good_address_allocation |
pass
pt72.4: neutron.tests.functional.agent.test_dhcp_agent.DHCPAgentOVSTestCase.test_good_address_allocation |
||||||
test_stale_metadata_proxy_killed |
pass
pt72.5: neutron.tests.functional.agent.test_dhcp_agent.DHCPAgentOVSTestCase.test_stale_metadata_proxy_killed |
||||||
test_create_subnet_with_non64_ipv6_cidrs |
pass
pt72.6: neutron.tests.functional.agent.test_dhcp_agent.DHCPAgentOVSTestCase.test_create_subnet_with_non64_ipv6_cidrs |
||||||
test_create_subnet_with_dhcp |
pass
pt72.7: neutron.tests.functional.agent.test_dhcp_agent.DHCPAgentOVSTestCase.test_create_subnet_with_dhcp |
||||||
test_force_metadata_for_subnet_create_delete |
pass
pt72.8: neutron.tests.functional.agent.test_dhcp_agent.DHCPAgentOVSTestCase.test_force_metadata_for_subnet_create_delete |
||||||
test_notify_port_ready_after_enable_dhcp |
pass
pt72.9: neutron.tests.functional.agent.test_dhcp_agent.DHCPAgentOVSTestCase.test_notify_port_ready_after_enable_dhcp |
||||||
test_enable_isolated_metadata_for_subnet_create_delete |
pass
pt72.10: neutron.tests.functional.agent.test_dhcp_agent.DHCPAgentOVSTestCase.test_enable_isolated_metadata_for_subnet_create_delete |
||||||
neutron.tests.functional.agent.test_firewall.FirewallTestCase | 72 | 64 | 0 | 0 | 8 | Detail | |
test_connection_with_destination_port_range(IptablesFirewallDriver,with ipset) |
pass
pt73.1: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_connection_with_destination_port_range(IptablesFirewallDriver,with ipset) |
||||||
test_dhcp_requests_from_vm(IptablesFirewallDriver,without ipset) |
pass
pt73.2: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_dhcp_requests_from_vm(IptablesFirewallDriver,without ipset) |
||||||
test_connection_with_destination_port_range(IptablesFirewallDriver,without ipset) |
pass
pt73.3: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_connection_with_destination_port_range(IptablesFirewallDriver,without ipset) |
||||||
test_dhcp_requests_from_vm(IptablesFirewallDriver,with ipset) |
pass
pt73.4: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_dhcp_requests_from_vm(IptablesFirewallDriver,with ipset) |
||||||
test_dhcp_requests_from_vm(OVS Firewall Driver) |
pass
pt73.5: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_dhcp_requests_from_vm(OVS Firewall Driver) |
||||||
test_egress_udp_rule(IptablesFirewallDriver,with ipset) |
pass
pt73.6: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_egress_udp_rule(IptablesFirewallDriver,with ipset) |
||||||
test_dhcp_server_forbidden_on_vm(IptablesFirewallDriver,with ipset) |
pass
pt73.7: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_dhcp_server_forbidden_on_vm(IptablesFirewallDriver,with ipset) |
||||||
test_established_connection_is_cut(OVS Firewall Driver) |
pass
pt73.8: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_established_connection_is_cut(OVS Firewall Driver) |
||||||
test_dhcp_server_forbidden_on_vm(OVS Firewall Driver) |
pass
pt73.9: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_dhcp_server_forbidden_on_vm(OVS Firewall Driver) |
||||||
test_established_connection_is_cut(IptablesFirewallDriver,without ipset) |
skip
pt73.10: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_established_connection_is_cut(IptablesFirewallDriver,without ipset) |
||||||
test_preventing_firewall_blink(IptablesFirewallDriver,without ipset) |
pass
pt73.11: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_preventing_firewall_blink(IptablesFirewallDriver,without ipset) |
||||||
test_ingress_icmp_secgroup(IptablesFirewallDriver,without ipset) |
pass
pt73.12: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_ingress_icmp_secgroup(IptablesFirewallDriver,without ipset) |
||||||
test_ip_spoofing_works_without_port_security_enabled(OVS Firewall Driver) |
skip
pt73.13: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_ip_spoofing_works_without_port_security_enabled(OVS Firewall Driver) |
||||||
test_related_connection(IptablesFirewallDriver,without ipset) |
pass
pt73.14: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_related_connection(IptablesFirewallDriver,without ipset) |
||||||
test_allowed_address_pairs(IptablesFirewallDriver,without ipset) |
pass
pt73.15: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_allowed_address_pairs(IptablesFirewallDriver,without ipset) |
||||||
test_arp_is_allowed(IptablesFirewallDriver,with ipset) |
pass
pt73.16: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_arp_is_allowed(IptablesFirewallDriver,with ipset) |
||||||
test_preventing_firewall_blink(OVS Firewall Driver) |
pass
pt73.17: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_preventing_firewall_blink(OVS Firewall Driver) |
||||||
test_ingress_udp_rule(IptablesFirewallDriver,without ipset) |
pass
pt73.18: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_ingress_udp_rule(IptablesFirewallDriver,without ipset) |
||||||
test_tracked_connection(IptablesFirewallDriver,without ipset) |
skip
pt73.19: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_tracked_connection(IptablesFirewallDriver,without ipset) |
||||||
test_allowed_address_pairs(IptablesFirewallDriver,with ipset) |
pass
pt73.20: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_allowed_address_pairs(IptablesFirewallDriver,with ipset) |
||||||
test_arp_is_allowed(IptablesFirewallDriver,without ipset) |
pass
pt73.21: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_arp_is_allowed(IptablesFirewallDriver,without ipset) |
||||||
test_ip_spoofing_works_without_port_security_enabled(IptablesFirewallDriver,without ipset) |
pass
pt73.22: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_ip_spoofing_works_without_port_security_enabled(IptablesFirewallDriver,without ipset) |
||||||
test_mac_spoofing_works_without_port_security_enabled(IptablesFirewallDriver,with ipset) |
pass
pt73.23: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_mac_spoofing_works_without_port_security_enabled(IptablesFirewallDriver,with ipset) |
||||||
test_connection_with_source_port_range(IptablesFirewallDriver,with ipset) |
pass
pt73.24: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_connection_with_source_port_range(IptablesFirewallDriver,with ipset) |
||||||
test_mac_spoofing_works_without_port_security_enabled(IptablesFirewallDriver,without ipset) |
pass
pt73.25: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_mac_spoofing_works_without_port_security_enabled(IptablesFirewallDriver,without ipset) |
||||||
test_ingress_udp_rule(OVS Firewall Driver) |
pass
pt73.26: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_ingress_udp_rule(OVS Firewall Driver) |
||||||
test_allowed_address_pairs(OVS Firewall Driver) |
pass
pt73.27: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_allowed_address_pairs(OVS Firewall Driver) |
||||||
test_remote_security_groups(IptablesFirewallDriver,with ipset) |
pass
pt73.28: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_remote_security_groups(IptablesFirewallDriver,with ipset) |
||||||
test_connection_with_source_port_range(OVS Firewall Driver) |
pass
pt73.29: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_connection_with_source_port_range(OVS Firewall Driver) |
||||||
test_ip_spoofing(IptablesFirewallDriver,with ipset) |
pass
pt73.30: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_ip_spoofing(IptablesFirewallDriver,with ipset) |
||||||
test_remote_security_groups(IptablesFirewallDriver,without ipset) |
pass
pt73.31: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_remote_security_groups(IptablesFirewallDriver,without ipset) |
||||||
test_connection_with_source_port_range(IptablesFirewallDriver,without ipset) |
pass
pt73.32: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_connection_with_source_port_range(IptablesFirewallDriver,without ipset) |
||||||
test_egress_tcp_rule(IptablesFirewallDriver,with ipset) |
pass
pt73.33: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_egress_tcp_rule(IptablesFirewallDriver,with ipset) |
||||||
test_ingress_icmp_secgroup(OVS Firewall Driver) |
pass
pt73.34: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_ingress_icmp_secgroup(OVS Firewall Driver) |
||||||
test_ip_spoofing(OVS Firewall Driver) |
pass
pt73.35: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_ip_spoofing(OVS Firewall Driver) |
||||||
test_related_connection(IptablesFirewallDriver,with ipset) |
pass
pt73.36: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_related_connection(IptablesFirewallDriver,with ipset) |
||||||
test_rule_application_converges(IptablesFirewallDriver,without ipset) |
pass
pt73.37: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_rule_application_converges(IptablesFirewallDriver,without ipset) |
||||||
test_egress_udp_rule(IptablesFirewallDriver,without ipset) |
pass
pt73.38: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_egress_udp_rule(IptablesFirewallDriver,without ipset) |
||||||
test_rule_ordering_correct(IptablesFirewallDriver,with ipset) |
pass
pt73.39: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_rule_ordering_correct(IptablesFirewallDriver,with ipset) |
||||||
test_established_connection_is_cut(IptablesFirewallDriver,with ipset) |
skip
pt73.40: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_established_connection_is_cut(IptablesFirewallDriver,with ipset) |
||||||
test_ingress_tcp_rule(IptablesFirewallDriver,with ipset) |
pass
pt73.41: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_ingress_tcp_rule(IptablesFirewallDriver,with ipset) |
||||||
test_tracked_connection(IptablesFirewallDriver,with ipset) |
skip
pt73.42: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_tracked_connection(IptablesFirewallDriver,with ipset) |
||||||
test_port_security_enabled_set_to_false(IptablesFirewallDriver,with ipset) |
pass
pt73.43: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_port_security_enabled_set_to_false(IptablesFirewallDriver,with ipset) |
||||||
test_preventing_firewall_blink(IptablesFirewallDriver,with ipset) |
pass
pt73.44: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_preventing_firewall_blink(IptablesFirewallDriver,with ipset) |
||||||
test_rule_application_converges(OVS Firewall Driver) |
skip
pt73.45: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_rule_application_converges(OVS Firewall Driver) |
||||||
test_connection_with_destination_port_range(OVS Firewall Driver) |
pass
pt73.46: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_connection_with_destination_port_range(OVS Firewall Driver) |
||||||
test_ingress_udp_rule(IptablesFirewallDriver,with ipset) |
pass
pt73.47: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_ingress_udp_rule(IptablesFirewallDriver,with ipset) |
||||||
test_dhcp_server_forbidden_on_vm(IptablesFirewallDriver,without ipset) |
pass
pt73.48: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_dhcp_server_forbidden_on_vm(IptablesFirewallDriver,without ipset) |
||||||
test_ip_spoofing(IptablesFirewallDriver,without ipset) |
pass
pt73.49: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_ip_spoofing(IptablesFirewallDriver,without ipset) |
||||||
test_mac_spoofing(IptablesFirewallDriver,without ipset) |
pass
pt73.50: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_mac_spoofing(IptablesFirewallDriver,without ipset) |
||||||
test_rule_ordering_correct(IptablesFirewallDriver,without ipset) |
pass
pt73.51: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_rule_ordering_correct(IptablesFirewallDriver,without ipset) |
||||||
test_egress_tcp_rule(IptablesFirewallDriver,without ipset) |
pass
pt73.52: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_egress_tcp_rule(IptablesFirewallDriver,without ipset) |
||||||
test_arp_is_allowed(OVS Firewall Driver) |
pass
pt73.53: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_arp_is_allowed(OVS Firewall Driver) |
||||||
test_ingress_icmp_secgroup(IptablesFirewallDriver,with ipset) |
pass
pt73.54: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_ingress_icmp_secgroup(IptablesFirewallDriver,with ipset) |
||||||
test_tracked_connection(OVS Firewall Driver) |
pass
pt73.55: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_tracked_connection(OVS Firewall Driver) |
||||||
test_egress_tcp_rule(OVS Firewall Driver) |
pass
pt73.56: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_egress_tcp_rule(OVS Firewall Driver) |
||||||
test_ingress_tcp_rule(IptablesFirewallDriver,without ipset) |
pass
pt73.57: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_ingress_tcp_rule(IptablesFirewallDriver,without ipset) |
||||||
test_ip_spoofing_works_without_port_security_enabled(IptablesFirewallDriver,with ipset) |
pass
pt73.58: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_ip_spoofing_works_without_port_security_enabled(IptablesFirewallDriver,with ipset) |
||||||
test_mac_spoofing(IptablesFirewallDriver,with ipset) |
pass
pt73.59: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_mac_spoofing(IptablesFirewallDriver,with ipset) |
||||||
test_egress_udp_rule(OVS Firewall Driver) |
pass
pt73.60: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_egress_udp_rule(OVS Firewall Driver) |
||||||
test_mac_spoofing(OVS Firewall Driver) |
pass
pt73.61: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_mac_spoofing(OVS Firewall Driver) |
||||||
test_mac_spoofing_works_without_port_security_enabled(OVS Firewall Driver) |
skip
pt73.62: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_mac_spoofing_works_without_port_security_enabled(OVS Firewall Driver) |
||||||
test_ingress_tcp_rule(OVS Firewall Driver) |
pass
pt73.63: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_ingress_tcp_rule(OVS Firewall Driver) |
||||||
test_port_security_enabled_set_to_false(IptablesFirewallDriver,without ipset) |
pass
pt73.64: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_port_security_enabled_set_to_false(IptablesFirewallDriver,without ipset) |
||||||
test_next_port_closed(IptablesFirewallDriver,with ipset) |
pass
pt73.65: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_next_port_closed(IptablesFirewallDriver,with ipset) |
||||||
test_port_security_enabled_set_to_false(OVS Firewall Driver) |
pass
pt73.66: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_port_security_enabled_set_to_false(OVS Firewall Driver) |
||||||
test_related_connection(OVS Firewall Driver) |
pass
pt73.67: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_related_connection(OVS Firewall Driver) |
||||||
test_rule_application_converges(IptablesFirewallDriver,with ipset) |
pass
pt73.68: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_rule_application_converges(IptablesFirewallDriver,with ipset) |
||||||
test_next_port_closed(IptablesFirewallDriver,without ipset) |
pass
pt73.69: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_next_port_closed(IptablesFirewallDriver,without ipset) |
||||||
test_rule_ordering_correct(OVS Firewall Driver) |
skip
pt73.70: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_rule_ordering_correct(OVS Firewall Driver) |
||||||
test_next_port_closed(OVS Firewall Driver) |
pass
pt73.71: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_next_port_closed(OVS Firewall Driver) |
||||||
test_remote_security_groups(OVS Firewall Driver) |
pass
pt73.72: neutron.tests.functional.agent.test_firewall.FirewallTestCase.test_remote_security_groups(OVS Firewall Driver) |
||||||
neutron.tests.functional.agent.test_firewall.FirewallTestCaseIPv6 | 7 | 6 | 0 | 0 | 1 | Detail | |
test_icmp_to_specific_address(OVS Firewall Driver) |
pass
pt74.1: neutron.tests.functional.agent.test_firewall.FirewallTestCaseIPv6.test_icmp_to_specific_address(OVS Firewall Driver) |
||||||
test_icmp_from_specific_address(OVS Firewall Driver) |
pass
pt74.2: neutron.tests.functional.agent.test_firewall.FirewallTestCaseIPv6.test_icmp_from_specific_address(OVS Firewall Driver) |
||||||
test_tcp_from_specific_address(OVS Firewall Driver) |
pass
pt74.3: neutron.tests.functional.agent.test_firewall.FirewallTestCaseIPv6.test_tcp_from_specific_address(OVS Firewall Driver) |
||||||
test_ip_spoofing(OVS Firewall Driver) |
skip
pt74.4: neutron.tests.functional.agent.test_firewall.FirewallTestCaseIPv6.test_ip_spoofing(OVS Firewall Driver) |
||||||
test_tcp_to_specific_address(OVS Firewall Driver) |
pass
pt74.5: neutron.tests.functional.agent.test_firewall.FirewallTestCaseIPv6.test_tcp_to_specific_address(OVS Firewall Driver) |
||||||
test_udp_to_specific_address(OVS Firewall Driver) |
pass
pt74.6: neutron.tests.functional.agent.test_firewall.FirewallTestCaseIPv6.test_udp_to_specific_address(OVS Firewall Driver) |
||||||
test_udp_from_specific_address(OVS Firewall Driver) |
pass
pt74.7: neutron.tests.functional.agent.test_firewall.FirewallTestCaseIPv6.test_udp_from_specific_address(OVS Firewall Driver) |
||||||
neutron.tests.functional.agent.test_l2_lb_agent.LinuxBridgeAgentTests | 5 | 5 | 0 | 0 | 0 | Detail | |
test_vlan_subinterfaces |
pass
pt75.1: neutron.tests.functional.agent.test_l2_lb_agent.LinuxBridgeAgentTests.test_vlan_subinterfaces |
||||||
test_validate_interface_mappings |
pass
pt75.2: neutron.tests.functional.agent.test_l2_lb_agent.LinuxBridgeAgentTests.test_validate_interface_mappings |
||||||
test_ensure_trunk_subports |
pass
pt75.3: neutron.tests.functional.agent.test_l2_lb_agent.LinuxBridgeAgentTests.test_ensure_trunk_subports |
||||||
test_vlan_QinQ_subinterfaces |
pass
pt75.4: neutron.tests.functional.agent.test_l2_lb_agent.LinuxBridgeAgentTests.test_vlan_QinQ_subinterfaces |
||||||
test_validate_bridge_mappings |
pass
pt75.5: neutron.tests.functional.agent.test_l2_lb_agent.LinuxBridgeAgentTests.test_validate_bridge_mappings |
||||||
neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent | 25 | 25 | 0 | 0 | 0 | Detail | |
test_assert_bridges_ports_vxlan_ipv6 |
pass
pt76.1: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent.test_assert_bridges_ports_vxlan_ipv6 |
||||||
test_datapath_type_netdev |
pass
pt76.2: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent.test_datapath_type_netdev |
||||||
test_noresync_after_port_gone |
pass
pt76.3: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent.test_noresync_after_port_gone |
||||||
test_assert_br_phys_patch_port_ofports_dont_change |
pass
pt76.4: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent.test_assert_br_phys_patch_port_ofports_dont_change |
||||||
test_datapath_type_default |
pass
pt76.5: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent.test_datapath_type_default |
||||||
test_resync_dev_down_after_failure |
pass
pt76.6: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent.test_resync_dev_down_after_failure |
||||||
test_no_stale_flows_after_port_delete |
pass
pt76.7: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent.test_no_stale_flows_after_port_delete |
||||||
test_port_creation_and_deletion |
pass
pt76.8: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent.test_port_creation_and_deletion |
||||||
test_resync_ancillary_dev_down_after_failure |
pass
pt76.9: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent.test_resync_ancillary_dev_down_after_failure |
||||||
test_assert_br_int_patch_port_ofports_dont_change |
pass
pt76.10: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent.test_assert_br_int_patch_port_ofports_dont_change |
||||||
test_assert_pings_during_br_int_setup_not_lost |
pass
pt76.11: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent.test_assert_pings_during_br_int_setup_not_lost |
||||||
test_ancillary_port_creation_and_deletion |
pass
pt76.12: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent.test_ancillary_port_creation_and_deletion |
||||||
test_assert_bridges_ports_no_tunnel |
pass
pt76.13: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent.test_assert_bridges_ports_no_tunnel |
||||||
test_assert_pings_during_br_phys_setup_not_lost_in_vlan_to_vlan |
pass
pt76.14: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent.test_assert_pings_during_br_phys_setup_not_lost_in_vlan_to_vlan |
||||||
test_port_vlan_tags |
pass
pt76.15: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent.test_port_vlan_tags |
||||||
test_datapath_type_change |
pass
pt76.16: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent.test_datapath_type_change |
||||||
test_datapath_type_system |
pass
pt76.17: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent.test_datapath_type_system |
||||||
test_reprocess_port_when_ovs_restarts |
pass
pt76.18: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent.test_reprocess_port_when_ovs_restarts |
||||||
test_resync_dev_up_after_failure |
pass
pt76.19: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent.test_resync_dev_up_after_failure |
||||||
test_resync_devices_set_up_after_exception |
pass
pt76.20: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent.test_resync_devices_set_up_after_exception |
||||||
test_assert_bridges_ports_vxlan_ipv4 |
pass
pt76.21: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent.test_assert_bridges_ports_vxlan_ipv4 |
||||||
test_ovs_restarted_event |
pass
pt76.22: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent.test_ovs_restarted_event |
||||||
test_resync_ancillary_devices |
pass
pt76.23: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent.test_resync_ancillary_devices |
||||||
test_assert_pings_during_br_phys_setup_not_lost_in_vlan_to_flat |
pass
pt76.24: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent.test_assert_pings_during_br_phys_setup_not_lost_in_vlan_to_flat |
||||||
test_resync_ancillary_dev_up_after_failure |
pass
pt76.25: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgent.test_resync_ancillary_dev_up_after_failure |
||||||
neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgentExtensionConfig | 1 | 1 | 0 | 0 | 0 | Detail | |
test_report_loaded_extension |
pass
pt77.1: neutron.tests.functional.agent.test_l2_ovs_agent.TestOVSAgentExtensionConfig.test_report_loaded_extension |
||||||
neutron.tests.functional.agent.test_ovs_flows.ARPSpoofTestCase | 11 | 11 | 0 | 0 | 0 | Detail | |
test_arp_spoof_allowed_address_pairs |
pass
pt78.1: neutron.tests.functional.agent.test_ovs_flows.ARPSpoofTestCase.test_arp_spoof_allowed_address_pairs |
||||||
test_arp_spoof_doesnt_block_ipv6 |
pass
pt78.2: neutron.tests.functional.agent.test_ovs_flows.ARPSpoofTestCase.test_arp_spoof_doesnt_block_ipv6 |
||||||
test_mac_spoof_blocks_wrong_mac |
pass
pt78.3: neutron.tests.functional.agent.test_ovs_flows.ARPSpoofTestCase.test_mac_spoof_blocks_wrong_mac |
||||||
test_arp_spoof_icmpv6_neigh_advt_allowed_address_pairs |
pass
pt78.4: neutron.tests.functional.agent.test_ovs_flows.ARPSpoofTestCase.test_arp_spoof_icmpv6_neigh_advt_allowed_address_pairs |
||||||
test_arp_spoof_blocks_icmpv6_neigh_advt |
pass
pt78.5: neutron.tests.functional.agent.test_ovs_flows.ARPSpoofTestCase.test_arp_spoof_blocks_icmpv6_neigh_advt |
||||||
test_arp_spoof_disable_network_port |
pass
pt78.6: neutron.tests.functional.agent.test_ovs_flows.ARPSpoofTestCase.test_arp_spoof_disable_network_port |
||||||
test_arp_spoof_disable_port_security |
pass
pt78.7: neutron.tests.functional.agent.test_ovs_flows.ARPSpoofTestCase.test_arp_spoof_disable_port_security |
||||||
test_arp_spoof_doesnt_block_normal_traffic |
pass
pt78.8: neutron.tests.functional.agent.test_ovs_flows.ARPSpoofTestCase.test_arp_spoof_doesnt_block_normal_traffic |
||||||
test_arp_spoof_allowed_address_pairs_0cidr |
pass
pt78.9: neutron.tests.functional.agent.test_ovs_flows.ARPSpoofTestCase.test_arp_spoof_allowed_address_pairs_0cidr |
||||||
test_arp_spoof_blocks_request |
pass
pt78.10: neutron.tests.functional.agent.test_ovs_flows.ARPSpoofTestCase.test_arp_spoof_blocks_request |
||||||
test_arp_spoof_blocks_response |
pass
pt78.11: neutron.tests.functional.agent.test_ovs_flows.ARPSpoofTestCase.test_arp_spoof_blocks_response |
||||||
neutron.tests.functional.agent.test_ovs_flows.CanaryTableTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_canary_table |
pass
pt79.1: neutron.tests.functional.agent.test_ovs_flows.CanaryTableTestCase.test_canary_table |
||||||
neutron.tests.functional.agent.test_ovs_flows.DeleteFlowsTestCase | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_flows_all |
pass
pt80.1: neutron.tests.functional.agent.test_ovs_flows.DeleteFlowsTestCase.test_delete_flows_all |
||||||
test_delete_flows_bridge_cookie_only |
pass
pt80.2: neutron.tests.functional.agent.test_ovs_flows.DeleteFlowsTestCase.test_delete_flows_bridge_cookie_only |
||||||
neutron.tests.functional.agent.test_ovs_flows.OVSFlowTestCase | 4 | 4 | 0 | 0 | 0 | Detail | |
test_install_flood_to_tun |
pass
pt81.1: neutron.tests.functional.agent.test_ovs_flows.OVSFlowTestCase.test_install_flood_to_tun |
||||||
test_bundled_install |
pass
pt81.2: neutron.tests.functional.agent.test_ovs_flows.OVSFlowTestCase.test_bundled_install |
||||||
test_provision_local_vlan |
pass
pt81.3: neutron.tests.functional.agent.test_ovs_flows.OVSFlowTestCase.test_provision_local_vlan |
||||||
test_install_dvr_to_src_mac |
pass
pt81.4: neutron.tests.functional.agent.test_ovs_flows.OVSFlowTestCase.test_install_dvr_to_src_mac |
||||||
neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase | 45 | 45 | 0 | 0 | 0 | Detail | |
test_add_protocols_start_with_two_add_two |
pass
pt82.1: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_add_protocols_start_with_two_add_two |
||||||
test_add_tunnel_port_custom_port |
pass
pt82.2: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_add_tunnel_port_custom_port |
||||||
test_attribute_lifecycle |
pass
pt82.3: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_attribute_lifecycle |
||||||
test_db_add_map_multiple_dicts |
pass
pt82.4: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_db_add_map_multiple_dicts |
||||||
test_get_port_name_list |
pass
pt82.5: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_get_port_name_list |
||||||
test_get_vif_ports |
pass
pt82.6: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_get_vif_ports |
||||||
test_non_index_queries |
pass
pt82.7: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_non_index_queries |
||||||
test_set_igmp_snooping_enabled |
pass
pt82.8: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_set_igmp_snooping_enabled |
||||||
test_add_protocols_start_with_one |
pass
pt82.9: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_add_protocols_start_with_one |
||||||
test_attribute_map_handling |
pass
pt82.10: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_attribute_map_handling |
||||||
test_cascading_del_in_txn |
pass
pt82.11: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_cascading_del_in_txn |
||||||
test_delete_flows_all |
pass
pt82.12: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_delete_flows_all |
||||||
test_get_vifs_by_ids |
pass
pt82.13: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_get_vifs_by_ids |
||||||
test_controller_lifecycle |
pass
pt82.14: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_controller_lifecycle |
||||||
test_db_create_references |
pass
pt82.15: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_db_create_references |
||||||
test_disable_in_band |
pass
pt82.16: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_disable_in_band |
||||||
test_get_bridge_external_bridge_id |
pass
pt82.17: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_get_bridge_external_bridge_id |
||||||
test_get_ports_attributes |
pass
pt82.18: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_get_ports_attributes |
||||||
test_get_vif_port_set_on_empty_bridge_returns_empty_set |
pass
pt82.19: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_get_vif_port_set_on_empty_bridge_returns_empty_set |
||||||
test_replace_port |
pass
pt82.20: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_replace_port |
||||||
test_add_tunnel_port_ipv4 |
pass
pt82.21: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_add_tunnel_port_ipv4 |
||||||
test_db_add_map_multiple_one_dict |
pass
pt82.22: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_db_add_map_multiple_one_dict |
||||||
test_db_add_set |
pass
pt82.23: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_db_add_set |
||||||
test_delete_flows_strict |
pass
pt82.24: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_delete_flows_strict |
||||||
test_get_iface_name_list |
pass
pt82.25: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_get_iface_name_list |
||||||
test_add_patch_port |
pass
pt82.26: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_add_patch_port |
||||||
test_db_add_ref |
pass
pt82.27: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_db_add_ref |
||||||
test_delete_ports |
pass
pt82.28: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_delete_ports |
||||||
test_get_vif_port_set_with_missing_port |
pass
pt82.29: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_get_vif_port_set_with_missing_port |
||||||
test_set_fail_mode_secure |
pass
pt82.30: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_set_fail_mode_secure |
||||||
test_get_port_tag_dict |
pass
pt82.31: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_get_port_tag_dict |
||||||
test_get_vif_port_set |
pass
pt82.32: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_get_vif_port_set |
||||||
test_add_protocols_add_existing |
pass
pt82.33: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_add_protocols_add_existing |
||||||
test_add_tunnel_port_tos |
pass
pt82.34: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_add_tunnel_port_tos |
||||||
test_db_add_map |
pass
pt82.35: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_db_add_map |
||||||
test_get_vif_port_by_id |
pass
pt82.36: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_get_vif_port_by_id |
||||||
test_get_vif_ports_with_bond |
pass
pt82.37: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_get_vif_ports_with_bond |
||||||
test_add_tunnel_port_ipv6 |
pass
pt82.38: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_add_tunnel_port_ipv6 |
||||||
test_db_add_to_new_object |
pass
pt82.39: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_db_add_to_new_object |
||||||
test_delete_port_if_exists_false |
pass
pt82.40: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_delete_port_if_exists_false |
||||||
test_duplicate_port_may_exist_false |
pass
pt82.41: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_duplicate_port_may_exist_false |
||||||
test_get_port_stats |
pass
pt82.42: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_get_port_stats |
||||||
test_port_lifecycle |
pass
pt82.43: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_port_lifecycle |
||||||
test_set_fail_mode_standalone |
pass
pt82.44: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_set_fail_mode_standalone |
||||||
test_set_igmp_snooping_disabled |
pass
pt82.45: neutron.tests.functional.agent.test_ovs_lib.OVSBridgeTestCase.test_set_igmp_snooping_disabled |
||||||
neutron.tests.functional.agent.test_ovs_lib.OVSLibTestCase | 4 | 4 | 0 | 0 | 0 | Detail | |
test_bridge_lifecycle_ovsbridge |
pass
pt83.1: neutron.tests.functional.agent.test_ovs_lib.OVSLibTestCase.test_bridge_lifecycle_ovsbridge |
||||||
test_get_bridges |
pass
pt83.2: neutron.tests.functional.agent.test_ovs_lib.OVSLibTestCase.test_get_bridges |
||||||
test_db_find_column_type_list |
pass
pt83.3: neutron.tests.functional.agent.test_ovs_lib.OVSLibTestCase.test_db_find_column_type_list |
||||||
test_bridge_lifecycle_baseovs |
pass
pt83.4: neutron.tests.functional.agent.test_ovs_lib.OVSLibTestCase.test_bridge_lifecycle_baseovs |
||||||
neutron.tests.functional.api.test_policies.APIPolicyTestCase | 2 | 2 | 0 | 0 | 0 | Detail | |
test_premature_loading |
pass
pt84.1: neutron.tests.functional.api.test_policies.APIPolicyTestCase.test_premature_loading |
||||||
test_proper_load_order |
pass
pt84.2: neutron.tests.functional.api.test_policies.APIPolicyTestCase.test_proper_load_order |
||||||
neutron.tests.functional.cmd.test_destroy_patch_ports.TestDestroyPatchPorts | 3 | 3 | 0 | 0 | 0 | Detail | |
test_destroy_patch_ports_no_int_br |
pass
pt85.1: neutron.tests.functional.cmd.test_destroy_patch_ports.TestDestroyPatchPorts.test_destroy_patch_ports_no_int_br |
||||||
test_destroy_patch_ports |
pass
pt85.2: neutron.tests.functional.cmd.test_destroy_patch_ports.TestDestroyPatchPorts.test_destroy_patch_ports |
||||||
test_destroy_patch_ports_canary_flow_on_int_br |
pass
pt85.3: neutron.tests.functional.cmd.test_destroy_patch_ports.TestDestroyPatchPorts.test_destroy_patch_ports_canary_flow_on_int_br |
||||||
neutron.tests.functional.cmd.test_ipset_cleanup.TestIPSetCLIConfig | 1 | 1 | 0 | 0 | 0 | Detail | |
test_ipset_opts_registration |
pass
pt86.1: neutron.tests.functional.cmd.test_ipset_cleanup.TestIPSetCLIConfig.test_ipset_opts_registration |
||||||
neutron.tests.functional.cmd.test_linuxbridge_cleanup.LinuxbridgeCleanupTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_cleanup_empty_bridge |
pass
pt87.1: neutron.tests.functional.cmd.test_linuxbridge_cleanup.LinuxbridgeCleanupTest.test_cleanup_empty_bridge |
||||||
test_no_cleanup_bridge_with_tap |
pass
pt87.2: neutron.tests.functional.cmd.test_linuxbridge_cleanup.LinuxbridgeCleanupTest.test_no_cleanup_bridge_with_tap |
||||||
test_no_cleanup_bridge_in_bridge_mappings |
pass
pt87.3: neutron.tests.functional.cmd.test_linuxbridge_cleanup.LinuxbridgeCleanupTest.test_no_cleanup_bridge_in_bridge_mappings |
||||||
neutron.tests.functional.cmd.test_netns_cleanup.NetnsCleanupTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_cleanup_network_namespaces_cleans_dhcp_and_l3_namespaces |
pass
pt88.1: neutron.tests.functional.cmd.test_netns_cleanup.NetnsCleanupTest.test_cleanup_network_namespaces_cleans_dhcp_and_l3_namespaces |
||||||
neutron.tests.functional.cmd.test_netns_cleanup.TestNETNSCLIConfig | 1 | 1 | 0 | 0 | 0 | Detail | |
test_netns_opts_registration |
pass
pt89.1: neutron.tests.functional.cmd.test_netns_cleanup.TestNETNSCLIConfig.test_netns_opts_registration |
||||||
neutron.tests.functional.cmd.test_ovs_cleanup.TestOVSCLIConfig | 2 | 2 | 0 | 0 | 0 | Detail | |
test_do_main_default_options |
pass
pt90.1: neutron.tests.functional.cmd.test_ovs_cleanup.TestOVSCLIConfig.test_do_main_default_options |
||||||
test_ovs_opts_registration |
pass
pt90.2: neutron.tests.functional.cmd.test_ovs_cleanup.TestOVSCLIConfig.test_ovs_opts_registration |
||||||
neutron.tests.functional.cmd.test_status.StatusTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_neutron_status_cli |
pass
pt91.1: neutron.tests.functional.cmd.test_status.StatusTest.test_neutron_status_cli |
||||||
neutron.tests.functional.common.ovn.test_utils.TestCreateNeutronPgDrop | 2 | 2 | 0 | 0 | 0 | Detail | |
test_already_existing |
pass
pt92.1: neutron.tests.functional.common.ovn.test_utils.TestCreateNeutronPgDrop.test_already_existing |
||||||
test_non_existing |
pass
pt92.2: neutron.tests.functional.common.ovn.test_utils.TestCreateNeutronPgDrop.test_non_existing |
||||||
neutron.tests.functional.common.ovn.test_utils.TestOvnContext | 18 | 18 | 0 | 0 | 0 | Detail | |
test_with_transaction_3_idl_and_default_txn__default_txn |
pass
pt93.1: neutron.tests.functional.common.ovn.test_utils.TestOvnContext.test_with_transaction_3_idl_and_default_txn__default_txn |
||||||
test_with_transaction_4_txn_and_default_idl |
pass
pt93.2: neutron.tests.functional.common.ovn.test_utils.TestOvnContext.test_with_transaction_4_txn_and_default_idl |
||||||
test_without_transaction_2_idl_and_default_txn__positional_txn |
pass
pt93.3: neutron.tests.functional.common.ovn.test_utils.TestOvnContext.test_without_transaction_2_idl_and_default_txn__positional_txn |
||||||
test_needed_parameters_3_method_with_idl_and_txn |
pass
pt93.4: neutron.tests.functional.common.ovn.test_utils.TestOvnContext.test_needed_parameters_3_method_with_idl_and_txn |
||||||
test_with_transaction_1_idl_and_default_txn |
pass
pt93.5: neutron.tests.functional.common.ovn.test_utils.TestOvnContext.test_with_transaction_1_idl_and_default_txn |
||||||
test_with_transaction_7_custom_idl_and_custom_txn |
pass
pt93.6: neutron.tests.functional.common.ovn.test_utils.TestOvnContext.test_with_transaction_7_custom_idl_and_custom_txn |
||||||
test_without_transaction_3_idl_and_default_txn__default_txn |
pass
pt93.7: neutron.tests.functional.common.ovn.test_utils.TestOvnContext.test_without_transaction_3_idl_and_default_txn__default_txn |
||||||
test_with_transaction_2_idl_and_default_txn__positional_txn |
pass
pt93.8: neutron.tests.functional.common.ovn.test_utils.TestOvnContext.test_with_transaction_2_idl_and_default_txn__positional_txn |
||||||
test_with_transaction_5_txn_and_default_idl__positional_idl |
pass
pt93.9: neutron.tests.functional.common.ovn.test_utils.TestOvnContext.test_with_transaction_5_txn_and_default_idl__positional_idl |
||||||
test_without_transaction_7_custom_idl_and_custom_txn |
pass
pt93.10: neutron.tests.functional.common.ovn.test_utils.TestOvnContext.test_without_transaction_7_custom_idl_and_custom_txn |
||||||
test_without_transaction_1_idl_and_default_txn |
pass
pt93.11: neutron.tests.functional.common.ovn.test_utils.TestOvnContext.test_without_transaction_1_idl_and_default_txn |
||||||
test_without_transaction_5_txn_and_default_idl__positional_idl |
pass
pt93.12: neutron.tests.functional.common.ovn.test_utils.TestOvnContext.test_without_transaction_5_txn_and_default_idl__positional_idl |
||||||
test_needed_parameters_1_method_with_idl_and_default_txn |
pass
pt93.13: neutron.tests.functional.common.ovn.test_utils.TestOvnContext.test_needed_parameters_1_method_with_idl_and_default_txn |
||||||
test_needed_parameters_2_method_with_txn_and_default_idl |
pass
pt93.14: neutron.tests.functional.common.ovn.test_utils.TestOvnContext.test_needed_parameters_2_method_with_txn_and_default_idl |
||||||
test_needed_parameters_4_method_with_custom_idl_and_custom_txn |
pass
pt93.15: neutron.tests.functional.common.ovn.test_utils.TestOvnContext.test_needed_parameters_4_method_with_custom_idl_and_custom_txn |
||||||
test_with_transaction_6_txn_and_idl |
pass
pt93.16: neutron.tests.functional.common.ovn.test_utils.TestOvnContext.test_with_transaction_6_txn_and_idl |
||||||
test_without_transaction_6_txn_and_idl |
pass
pt93.17: neutron.tests.functional.common.ovn.test_utils.TestOvnContext.test_without_transaction_6_txn_and_idl |
||||||
test_without_transaction_4_txn_and_default_idl |
pass
pt93.18: neutron.tests.functional.common.ovn.test_utils.TestOvnContext.test_without_transaction_4_txn_and_default_idl |
||||||
neutron.tests.functional.common.ovn.test_utils.TestSyncHaChassisGroup | 2 | 2 | 0 | 0 | 0 | Detail | |
test_sync_ha_chassis_group_network |
pass
pt94.1: neutron.tests.functional.common.ovn.test_utils.TestSyncHaChassisGroup.test_sync_ha_chassis_group_network |
||||||
test_sync_ha_chassis_group_network_extport |
pass
pt94.2: neutron.tests.functional.common.ovn.test_utils.TestSyncHaChassisGroup.test_sync_ha_chassis_group_network_extport |
||||||
neutron.tests.functional.common.test_utils.TestIsSessionActive | 1 | 0 | 0 | 0 | 1 | Detail | |
test_is_session_active |
skip
pt95.1: neutron.tests.functional.common.test_utils.TestIsSessionActive.test_is_session_active |
||||||
neutron.tests.functional.common.test_utils.TestWaitUntilTrue | 2 | 2 | 0 | 0 | 0 | Detail | |
test_wait_until_true_predicate_succeeds |
pass
pt96.1: neutron.tests.functional.common.test_utils.TestWaitUntilTrue.test_wait_until_true_predicate_succeeds |
||||||
test_wait_until_true_predicate_fails |
pass
pt96.2: neutron.tests.functional.common.test_utils.TestWaitUntilTrue.test_wait_until_true_predicate_fails |
||||||
neutron.tests.functional.db.migrations.test_ba859d649675_add_indexes_to_rbacs.TestAddIndexesToRbacs | 1 | 1 | 0 | 0 | 0 | Detail | |
test_walk_versions |
pass
pt97.1: neutron.tests.functional.db.migrations.test_ba859d649675_add_indexes_to_rbacs.TestAddIndexesToRbacs.test_walk_versions |
||||||
neutron.tests.functional.db.migrations.test_c3e9d13c4367_add_binding_index_to_.TestNetworkDhcpAgentBindingMigration | 1 | 1 | 0 | 0 | 0 | Detail | |
test_walk_versions |
pass
pt98.1: neutron.tests.functional.db.migrations.test_c3e9d13c4367_add_binding_index_to_.TestNetworkDhcpAgentBindingMigration.test_walk_versions |
||||||
neutron.tests.functional.db.test_ipam.IpamTestCase | 2 | 2 | 0 | 0 | 0 | Detail | |
test_allocate_fixed_ip |
pass
pt99.1: neutron.tests.functional.db.test_ipam.IpamTestCase.test_allocate_fixed_ip |
||||||
test_allocate_ip_exhausted_pool |
pass
pt99.2: neutron.tests.functional.db.test_ipam.IpamTestCase.test_allocate_ip_exhausted_pool |
||||||
neutron.tests.functional.db.test_migrations.TestModelsMigrations | 6 | 6 | 0 | 0 | 0 | Detail | |
test_upgrade_contract_branch |
pass
pt100.1: neutron.tests.functional.db.test_migrations.TestModelsMigrations.test_upgrade_contract_branch |
||||||
test_check_mysql_engine |
pass
pt100.2: neutron.tests.functional.db.test_migrations.TestModelsMigrations.test_check_mysql_engine |
||||||
test_forbid_offline_migrations_starting_newton |
pass
pt100.3: neutron.tests.functional.db.test_migrations.TestModelsMigrations.test_forbid_offline_migrations_starting_newton |
||||||
test_upgrade_expand_branch |
pass
pt100.4: neutron.tests.functional.db.test_migrations.TestModelsMigrations.test_upgrade_expand_branch |
||||||
test_branches |
pass
pt100.5: neutron.tests.functional.db.test_migrations.TestModelsMigrations.test_branches |
||||||
test_models_sync |
pass
pt100.6: neutron.tests.functional.db.test_migrations.TestModelsMigrations.test_models_sync |
||||||
neutron.tests.functional.db.test_migrations.TestSanityCheck | 4 | 4 | 0 | 0 | 0 | Detail | |
test_check_sanity_1df244e556f5 |
pass
pt101.1: neutron.tests.functional.db.test_migrations.TestSanityCheck.test_check_sanity_1df244e556f5 |
||||||
test_check_sanity_6b461a21bcfc_dup_on_no_fixed_ip |
pass
pt101.2: neutron.tests.functional.db.test_migrations.TestSanityCheck.test_check_sanity_6b461a21bcfc_dup_on_no_fixed_ip |
||||||
test_check_sanity_030a959ceafa |
pass
pt101.3: neutron.tests.functional.db.test_migrations.TestSanityCheck.test_check_sanity_030a959ceafa |
||||||
test_check_sanity_6b461a21bcfc_dup_on_fixed_ip |
pass
pt101.4: neutron.tests.functional.db.test_migrations.TestSanityCheck.test_check_sanity_6b461a21bcfc_dup_on_fixed_ip |
||||||
neutron.tests.functional.db.test_migrations.TestWalkDowngrade | 1 | 1 | 0 | 0 | 0 | Detail | |
test_no_downgrade |
pass
pt102.1: neutron.tests.functional.db.test_migrations.TestWalkDowngrade.test_no_downgrade |
||||||
neutron.tests.functional.db.test_migrations.TestWalkMigrations | 1 | 1 | 0 | 0 | 0 | Detail | |
test_walk_versions |
pass
pt103.1: neutron.tests.functional.db.test_migrations.TestWalkMigrations.test_walk_versions |
||||||
neutron.tests.functional.db.test_models.TestDBCreation | 1 | 1 | 0 | 0 | 0 | Detail | |
test_head_creation |
pass
pt104.1: neutron.tests.functional.db.test_models.TestDBCreation.test_head_creation |
||||||
neutron.tests.functional.db.test_network.NetworkRBACTestCase | 18 | 18 | 0 | 0 | 0 | Detail | |
test_create_network_not_shared |
pass
pt105.1: neutron.tests.functional.db.test_network.NetworkRBACTestCase.test_create_network_not_shared |
||||||
test_ensure_no_port_in_asterisk |
pass
pt105.2: neutron.tests.functional.db.test_network.NetworkRBACTestCase.test_ensure_no_port_in_asterisk |
||||||
test_network_owner |
pass
pt105.3: neutron.tests.functional.db.test_network.NetworkRBACTestCase.test_network_owner |
||||||
test_update_network_shared_to_internal |
pass
pt105.4: neutron.tests.functional.db.test_network.NetworkRBACTestCase.test_update_network_shared_to_internal |
||||||
test_update_network_to_no_shared_tenant_subnet |
pass
pt105.5: neutron.tests.functional.db.test_network.NetworkRBACTestCase.test_update_network_to_no_shared_tenant_subnet |
||||||
test_update_network_to_shared |
pass
pt105.6: neutron.tests.functional.db.test_network.NetworkRBACTestCase.test_update_network_to_shared |
||||||
test_ensure_no_share_port_tenant_2_in_tenant_2 |
pass
pt105.7: neutron.tests.functional.db.test_network.NetworkRBACTestCase.test_ensure_no_share_port_tenant_2_in_tenant_2 |
||||||
test_ensure_port_tenant_2_in_asterisk |
pass
pt105.8: neutron.tests.functional.db.test_network.NetworkRBACTestCase.test_ensure_port_tenant_2_in_asterisk |
||||||
test_ensure_no_port_in_tenant_1 |
pass
pt105.9: neutron.tests.functional.db.test_network.NetworkRBACTestCase.test_ensure_no_port_in_tenant_1 |
||||||
test_ensure_port_tenant_1_in_asterisk |
pass
pt105.10: neutron.tests.functional.db.test_network.NetworkRBACTestCase.test_ensure_port_tenant_1_in_asterisk |
||||||
test_ensure_no_port_in_tenant_2 |
pass
pt105.11: neutron.tests.functional.db.test_network.NetworkRBACTestCase.test_ensure_no_port_in_tenant_2 |
||||||
test_create_network_not_shared_external |
pass
pt105.12: neutron.tests.functional.db.test_network.NetworkRBACTestCase.test_create_network_not_shared_external |
||||||
test_ensure_no_share_port_tenant_2_in_tenant_1 |
pass
pt105.13: neutron.tests.functional.db.test_network.NetworkRBACTestCase.test_ensure_no_share_port_tenant_2_in_tenant_1 |
||||||
test_ensure_port_tenant_1_in_tenant_1 |
pass
pt105.14: neutron.tests.functional.db.test_network.NetworkRBACTestCase.test_ensure_port_tenant_1_in_tenant_1 |
||||||
test_create_network_shared |
pass
pt105.15: neutron.tests.functional.db.test_network.NetworkRBACTestCase.test_create_network_shared |
||||||
test_update_network_shared_to_external |
pass
pt105.16: neutron.tests.functional.db.test_network.NetworkRBACTestCase.test_update_network_shared_to_external |
||||||
test_update_network_to_no_shared_no_subnets |
pass
pt105.17: neutron.tests.functional.db.test_network.NetworkRBACTestCase.test_update_network_to_no_shared_no_subnets |
||||||
test_update_network_to_no_shared_no_tenant_subnet |
pass
pt105.18: neutron.tests.functional.db.test_network.NetworkRBACTestCase.test_update_network_to_no_shared_no_tenant_subnet |
||||||
neutron.tests.functional.db.test_ovn_revision_numbers_db.TestRevisionNumbers | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_network |
pass
pt106.1: neutron.tests.functional.db.test_ovn_revision_numbers_db.TestRevisionNumbers.test_create_network |
||||||
test_update_router |
pass
pt106.2: neutron.tests.functional.db.test_ovn_revision_numbers_db.TestRevisionNumbers.test_update_router |
||||||
test_update_subnet |
pass
pt106.3: neutron.tests.functional.db.test_ovn_revision_numbers_db.TestRevisionNumbers.test_update_subnet |
||||||
test_update_port |
pass
pt106.4: neutron.tests.functional.db.test_ovn_revision_numbers_db.TestRevisionNumbers.test_update_port |
||||||
test_create_port |
pass
pt106.5: neutron.tests.functional.db.test_ovn_revision_numbers_db.TestRevisionNumbers.test_create_port |
||||||
test_create_router |
pass
pt106.6: neutron.tests.functional.db.test_ovn_revision_numbers_db.TestRevisionNumbers.test_create_router |
||||||
test_create_subnet |
pass
pt106.7: neutron.tests.functional.db.test_ovn_revision_numbers_db.TestRevisionNumbers.test_create_subnet |
||||||
test_update_network |
pass
pt106.8: neutron.tests.functional.db.test_ovn_revision_numbers_db.TestRevisionNumbers.test_update_network |
||||||
neutron.tests.functional.objects.plugins.ml2.test_base.SegmentAllocation | 1 | 0 | 0 | 0 | 1 | Detail | |
test_get_random_unallocated_segment_and_allocate |
skip
pt107.1: neutron.tests.functional.objects.plugins.ml2.test_base.SegmentAllocation.test_get_random_unallocated_segment_and_allocate |
||||||
neutron.tests.functional.objects.plugins.ml2.test_geneveallocation.TestGeneveSegmentAllocation | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_random_unallocated_segment_and_allocate |
pass
pt108.1: neutron.tests.functional.objects.plugins.ml2.test_geneveallocation.TestGeneveSegmentAllocation.test_get_random_unallocated_segment_and_allocate |
||||||
neutron.tests.functional.objects.plugins.ml2.test_greallocation.TestGreSegmentAllocation | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_random_unallocated_segment_and_allocate |
pass
pt109.1: neutron.tests.functional.objects.plugins.ml2.test_greallocation.TestGreSegmentAllocation.test_get_random_unallocated_segment_and_allocate |
||||||
neutron.tests.functional.objects.plugins.ml2.test_vlanallocation.TestVlanSegmentAllocation | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_random_unallocated_segment_and_allocate |
pass
pt110.1: neutron.tests.functional.objects.plugins.ml2.test_vlanallocation.TestVlanSegmentAllocation.test_get_random_unallocated_segment_and_allocate |
||||||
neutron.tests.functional.objects.plugins.ml2.test_vxlanallocation.TestVxlanSegmentAllocation | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_random_unallocated_segment_and_allocate |
pass
pt111.1: neutron.tests.functional.objects.plugins.ml2.test_vxlanallocation.TestVxlanSegmentAllocation.test_get_random_unallocated_segment_and_allocate |
||||||
neutron.tests.functional.objects.test_quota.TestReservationSql | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_total_reservations_map |
pass
pt112.1: neutron.tests.functional.objects.test_quota.TestReservationSql.test_get_total_reservations_map |
||||||
neutron.tests.functional.pecan_wsgi.test_controllers.TestDHCPAgentShimControllers | 3 | 3 | 0 | 0 | 0 | Detail | |
test_add_remove_dhcp_agent |
pass
pt113.1: neutron.tests.functional.pecan_wsgi.test_controllers.TestDHCPAgentShimControllers.test_add_remove_dhcp_agent |
||||||
test_list_dhcp_agents_hosting_network |
pass
pt113.2: neutron.tests.functional.pecan_wsgi.test_controllers.TestDHCPAgentShimControllers.test_list_dhcp_agents_hosting_network |
||||||
test_list_networks_on_dhcp_agent |
pass
pt113.3: neutron.tests.functional.pecan_wsgi.test_controllers.TestDHCPAgentShimControllers.test_list_networks_on_dhcp_agent |
||||||
neutron.tests.functional.pecan_wsgi.test_controllers.TestExcludeAttributePolicy | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_networks |
pass
pt114.1: neutron.tests.functional.pecan_wsgi.test_controllers.TestExcludeAttributePolicy.test_get_networks |
||||||
neutron.tests.functional.pecan_wsgi.test_controllers.TestExtensionsController | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get |
pass
pt115.1: neutron.tests.functional.pecan_wsgi.test_controllers.TestExtensionsController.test_get |
||||||
test_index |
pass
pt115.2: neutron.tests.functional.pecan_wsgi.test_controllers.TestExtensionsController.test_index |
||||||
test_methods |
pass
pt115.3: neutron.tests.functional.pecan_wsgi.test_controllers.TestExtensionsController.test_methods |
||||||
neutron.tests.functional.pecan_wsgi.test_controllers.TestL3AgentShimControllers | 3 | 3 | 0 | 0 | 0 | Detail | |
test_list_l3_agents_hosting_router |
pass
pt116.1: neutron.tests.functional.pecan_wsgi.test_controllers.TestL3AgentShimControllers.test_list_l3_agents_hosting_router |
||||||
test_add_remove_l3_agent |
pass
pt116.2: neutron.tests.functional.pecan_wsgi.test_controllers.TestL3AgentShimControllers.test_add_remove_l3_agent |
||||||
test_list_routers_on_l3_agent |
pass
pt116.3: neutron.tests.functional.pecan_wsgi.test_controllers.TestL3AgentShimControllers.test_list_routers_on_l3_agent |
||||||
neutron.tests.functional.pecan_wsgi.test_controllers.TestMemberActionController | 6 | 6 | 0 | 0 | 0 | Detail | |
test_put_member_action_does_not_exist |
pass
pt117.1: neutron.tests.functional.pecan_wsgi.test_controllers.TestMemberActionController.test_put_member_action_does_not_exist |
||||||
test_put_member_action_controller |
pass
pt117.2: neutron.tests.functional.pecan_wsgi.test_controllers.TestMemberActionController.test_put_member_action_controller |
||||||
test_put_on_get_member_action |
pass
pt117.3: neutron.tests.functional.pecan_wsgi.test_controllers.TestMemberActionController.test_put_on_get_member_action |
||||||
test_get_member_action_controller |
pass
pt117.4: neutron.tests.functional.pecan_wsgi.test_controllers.TestMemberActionController.test_get_member_action_controller |
||||||
test_get_member_action_does_not_exist |
pass
pt117.5: neutron.tests.functional.pecan_wsgi.test_controllers.TestMemberActionController.test_get_member_action_does_not_exist |
||||||
test_get_on_put_member_action |
pass
pt117.6: neutron.tests.functional.pecan_wsgi.test_controllers.TestMemberActionController.test_get_on_put_member_action |
||||||
neutron.tests.functional.pecan_wsgi.test_controllers.TestPaginationAndSorting | 9 | 9 | 0 | 0 | 0 | Detail | |
test_get_collection_with_pagination_fields_no_pk |
pass
pt118.1: neutron.tests.functional.pecan_wsgi.test_controllers.TestPaginationAndSorting.test_get_collection_with_pagination_fields_no_pk |
||||||
test_get_collection_with_pagination_limit_over_count |
pass
pt118.2: neutron.tests.functional.pecan_wsgi.test_controllers.TestPaginationAndSorting.test_get_collection_with_pagination_limit_over_count |
||||||
test_get_collection_with_pagination_limit |
pass
pt118.3: neutron.tests.functional.pecan_wsgi.test_controllers.TestPaginationAndSorting.test_get_collection_with_pagination_limit |
||||||
test_get_collection_with_pagination_and_fields |
pass
pt118.4: neutron.tests.functional.pecan_wsgi.test_controllers.TestPaginationAndSorting.test_get_collection_with_pagination_and_fields |
||||||
test_get_collection_with_pagination_page_reverse |
pass
pt118.5: neutron.tests.functional.pecan_wsgi.test_controllers.TestPaginationAndSorting.test_get_collection_with_pagination_page_reverse |
||||||
test_get_collection_with_pagination_marker_without_limit |
pass
pt118.6: neutron.tests.functional.pecan_wsgi.test_controllers.TestPaginationAndSorting.test_get_collection_with_pagination_marker_without_limit |
||||||
test_get_collection_with_pagination_marker |
pass
pt118.7: neutron.tests.functional.pecan_wsgi.test_controllers.TestPaginationAndSorting.test_get_collection_with_pagination_marker |
||||||
test_get_collection_with_sorting_desc |
pass
pt118.8: neutron.tests.functional.pecan_wsgi.test_controllers.TestPaginationAndSorting.test_get_collection_with_sorting_desc |
||||||
test_get_collection_with_sorting_asc |
pass
pt118.9: neutron.tests.functional.pecan_wsgi.test_controllers.TestPaginationAndSorting.test_get_collection_with_sorting_asc |
||||||
neutron.tests.functional.pecan_wsgi.test_controllers.TestParentSubresourceController | 4 | 4 | 0 | 0 | 0 | Detail | |
test_get_parent_resource_and_duplicate_subresources |
pass
pt119.1: neutron.tests.functional.pecan_wsgi.test_controllers.TestParentSubresourceController.test_get_parent_resource_and_duplicate_subresources |
||||||
test_get_child_resource_policy_check |
pass
pt119.2: neutron.tests.functional.pecan_wsgi.test_controllers.TestParentSubresourceController.test_get_child_resource_policy_check |
||||||
test_get_duplicate_parent_resource |
pass
pt119.3: neutron.tests.functional.pecan_wsgi.test_controllers.TestParentSubresourceController.test_get_duplicate_parent_resource |
||||||
test_get_duplicate_parent_resource_item |
pass
pt119.4: neutron.tests.functional.pecan_wsgi.test_controllers.TestParentSubresourceController.test_get_duplicate_parent_resource_item |
||||||
neutron.tests.functional.pecan_wsgi.test_controllers.TestQuotasController | 8 | 8 | 0 | 0 | 0 | Detail | |
test_update_list_delete |
pass
pt120.1: neutron.tests.functional.pecan_wsgi.test_controllers.TestQuotasController.test_update_list_delete |
||||||
test_get |
pass
pt120.2: neutron.tests.functional.pecan_wsgi.test_controllers.TestQuotasController.test_get |
||||||
test_get_project_info |
pass
pt120.3: neutron.tests.functional.pecan_wsgi.test_controllers.TestQuotasController.test_get_project_info |
||||||
test_index |
pass
pt120.4: neutron.tests.functional.pecan_wsgi.test_controllers.TestQuotasController.test_index |
||||||
test_index_admin |
pass
pt120.5: neutron.tests.functional.pecan_wsgi.test_controllers.TestQuotasController.test_index_admin |
||||||
test_put_get_delete |
pass
pt120.6: neutron.tests.functional.pecan_wsgi.test_controllers.TestQuotasController.test_put_get_delete |
||||||
test_get_admin |
pass
pt120.7: neutron.tests.functional.pecan_wsgi.test_controllers.TestQuotasController.test_get_admin |
||||||
test_quotas_get_defaults |
pass
pt120.8: neutron.tests.functional.pecan_wsgi.test_controllers.TestQuotasController.test_quotas_get_defaults |
||||||
neutron.tests.functional.pecan_wsgi.test_controllers.TestRequestProcessing | 12 | 11 | 0 | 0 | 1 | Detail | |
test_core_resource_identified |
pass
pt121.1: neutron.tests.functional.pecan_wsgi.test_controllers.TestRequestProcessing.test_core_resource_identified |
||||||
test_resource_processing_post_unknown_attribute_returns_400 |
pass
pt121.2: neutron.tests.functional.pecan_wsgi.test_controllers.TestRequestProcessing.test_resource_processing_post_unknown_attribute_returns_400 |
||||||
test_context_set_in_request |
pass
pt121.3: neutron.tests.functional.pecan_wsgi.test_controllers.TestRequestProcessing.test_context_set_in_request |
||||||
test_lookup_identifies_resource_id |
pass
pt121.4: neutron.tests.functional.pecan_wsgi.test_controllers.TestRequestProcessing.test_lookup_identifies_resource_id |
||||||
test_methods |
pass
pt121.5: neutron.tests.functional.pecan_wsgi.test_controllers.TestRequestProcessing.test_methods |
||||||
test_service_plugin_identified |
skip
pt121.6: neutron.tests.functional.pecan_wsgi.test_controllers.TestRequestProcessing.test_service_plugin_identified |
||||||
test_get |
pass
pt121.7: neutron.tests.functional.pecan_wsgi.test_controllers.TestRequestProcessing.test_get |
||||||
test_service_plugin_uri |
pass
pt121.8: neutron.tests.functional.pecan_wsgi.test_controllers.TestRequestProcessing.test_service_plugin_uri |
||||||
test_resource_processing_post_bulk |
pass
pt121.9: neutron.tests.functional.pecan_wsgi.test_controllers.TestRequestProcessing.test_resource_processing_post_bulk |
||||||
test_resource_processing_post_bulk_one_item |
pass
pt121.10: neutron.tests.functional.pecan_wsgi.test_controllers.TestRequestProcessing.test_resource_processing_post_bulk_one_item |
||||||
test_resource_processing_post_validation_error_returns_400 |
pass
pt121.11: neutron.tests.functional.pecan_wsgi.test_controllers.TestRequestProcessing.test_resource_processing_post_validation_error_returns_400 |
||||||
test_resource_processing_post |
pass
pt121.12: neutron.tests.functional.pecan_wsgi.test_controllers.TestRequestProcessing.test_resource_processing_post |
||||||
neutron.tests.functional.pecan_wsgi.test_controllers.TestResourceController | 21 | 21 | 0 | 0 | 0 | Detail | |
test_get_collection_with_multiple_fields_selector |
pass
pt122.1: neutron.tests.functional.pecan_wsgi.test_controllers.TestResourceController.test_get_collection_with_multiple_fields_selector |
||||||
test_get_collection_with_single_fields_selector |
pass
pt122.2: neutron.tests.functional.pecan_wsgi.test_controllers.TestResourceController.test_get_collection_with_single_fields_selector |
||||||
test_get_item_with_fields_selector |
pass
pt122.3: neutron.tests.functional.pecan_wsgi.test_controllers.TestResourceController.test_get_item_with_fields_selector |
||||||
test_methods |
pass
pt122.4: neutron.tests.functional.pecan_wsgi.test_controllers.TestResourceController.test_methods |
||||||
test_bulk_create_one_item |
pass
pt122.5: neutron.tests.functional.pecan_wsgi.test_controllers.TestResourceController.test_bulk_create_one_item |
||||||
test_delete_disallows_body |
pass
pt122.6: neutron.tests.functional.pecan_wsgi.test_controllers.TestResourceController.test_delete_disallows_body |
||||||
test_emulated_bulk_create_rollback |
pass
pt122.7: neutron.tests.functional.pecan_wsgi.test_controllers.TestResourceController.test_emulated_bulk_create_rollback |
||||||
test_post_with_empty_body |
pass
pt122.8: neutron.tests.functional.pecan_wsgi.test_controllers.TestResourceController.test_post_with_empty_body |
||||||
test_post_with_retry |
pass
pt122.9: neutron.tests.functional.pecan_wsgi.test_controllers.TestResourceController.test_post_with_retry |
||||||
test_bulk_create |
pass
pt122.10: neutron.tests.functional.pecan_wsgi.test_controllers.TestResourceController.test_bulk_create |
||||||
test_get |
pass
pt122.11: neutron.tests.functional.pecan_wsgi.test_controllers.TestResourceController.test_get |
||||||
test_plugin_initialized |
pass
pt122.12: neutron.tests.functional.pecan_wsgi.test_controllers.TestResourceController.test_plugin_initialized |
||||||
test_post |
pass
pt122.13: neutron.tests.functional.pecan_wsgi.test_controllers.TestResourceController.test_post |
||||||
test_put |
pass
pt122.14: neutron.tests.functional.pecan_wsgi.test_controllers.TestResourceController.test_put |
||||||
test_duped_and_empty_fields_stripped |
pass
pt122.15: neutron.tests.functional.pecan_wsgi.test_controllers.TestResourceController.test_duped_and_empty_fields_stripped |
||||||
test_get_collection_without_fields_selector |
pass
pt122.16: neutron.tests.functional.pecan_wsgi.test_controllers.TestResourceController.test_get_collection_without_fields_selector |
||||||
test_bulk_create_with_sg |
pass
pt122.17: neutron.tests.functional.pecan_wsgi.test_controllers.TestResourceController.test_bulk_create_with_sg |
||||||
test_emulated_bulk_create |
pass
pt122.18: neutron.tests.functional.pecan_wsgi.test_controllers.TestResourceController.test_emulated_bulk_create |
||||||
test_delete |
pass
pt122.19: neutron.tests.functional.pecan_wsgi.test_controllers.TestResourceController.test_delete |
||||||
test_post_with_unsupported_json_type |
pass
pt122.20: neutron.tests.functional.pecan_wsgi.test_controllers.TestResourceController.test_post_with_unsupported_json_type |
||||||
test_project_id_in_mandatory_fields |
pass
pt122.21: neutron.tests.functional.pecan_wsgi.test_controllers.TestResourceController.test_project_id_in_mandatory_fields |
||||||
neutron.tests.functional.pecan_wsgi.test_controllers.TestRootController | 2 | 2 | 0 | 0 | 0 | Detail | |
test_methods |
pass
pt123.1: neutron.tests.functional.pecan_wsgi.test_controllers.TestRootController.test_methods |
||||||
test_get |
pass
pt123.2: neutron.tests.functional.pecan_wsgi.test_controllers.TestRootController.test_get |
||||||
neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController | 24 | 24 | 0 | 0 | 0 | Detail | |
test_delete_disallows_body |
pass
pt124.1: neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController.test_delete_disallows_body |
||||||
test_get_collection_with_single_fields_selector |
pass
pt124.2: neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController.test_get_collection_with_single_fields_selector |
||||||
test_member_actions_processing |
pass
pt124.3: neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController.test_member_actions_processing |
||||||
test_post |
pass
pt124.4: neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController.test_post |
||||||
test_bulk_create |
pass
pt124.5: neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController.test_bulk_create |
||||||
test_post_with_unsupported_json_type |
pass
pt124.6: neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController.test_post_with_unsupported_json_type |
||||||
test_project_id_in_mandatory_fields |
pass
pt124.7: neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController.test_project_id_in_mandatory_fields |
||||||
test_bulk_create_one_item |
pass
pt124.8: neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController.test_bulk_create_one_item |
||||||
test_get_item_with_fields_selector |
pass
pt124.9: neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController.test_get_item_with_fields_selector |
||||||
test_put |
pass
pt124.10: neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController.test_put |
||||||
test_plugin_initialized |
pass
pt124.11: neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController.test_plugin_initialized |
||||||
test_emulated_bulk_create |
pass
pt124.12: neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController.test_emulated_bulk_create |
||||||
test_emulated_bulk_create_rollback |
pass
pt124.13: neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController.test_emulated_bulk_create_rollback |
||||||
test_get |
pass
pt124.14: neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController.test_get |
||||||
test_post_with_retry |
pass
pt124.15: neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController.test_post_with_retry |
||||||
test_get_collection_with_multiple_fields_selector |
pass
pt124.16: neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController.test_get_collection_with_multiple_fields_selector |
||||||
test_get_collection_without_fields_selector |
pass
pt124.17: neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController.test_get_collection_without_fields_selector |
||||||
test_bulk_create_with_sg |
pass
pt124.18: neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController.test_bulk_create_with_sg |
||||||
test_methods |
pass
pt124.19: neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController.test_methods |
||||||
test_post_with_empty_body |
pass
pt124.20: neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController.test_post_with_empty_body |
||||||
test_delete |
pass
pt124.21: neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController.test_delete |
||||||
test_duped_and_empty_fields_stripped |
pass
pt124.22: neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController.test_duped_and_empty_fields_stripped |
||||||
test_non_existing_member_action_returns_404 |
pass
pt124.23: neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController.test_non_existing_member_action_returns_404 |
||||||
test_unsupported_method_member_action |
pass
pt124.24: neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController.test_unsupported_method_member_action |
||||||
neutron.tests.functional.pecan_wsgi.test_controllers.TestShimControllers | 3 | 3 | 0 | 0 | 0 | Detail | |
test_hyphenated_collection_controller_not_shimmed |
pass
pt125.1: neutron.tests.functional.pecan_wsgi.test_controllers.TestShimControllers.test_hyphenated_collection_controller_not_shimmed |
||||||
test_hyphenated_collection_subresource_controller_not_shimmed |
pass
pt125.2: neutron.tests.functional.pecan_wsgi.test_controllers.TestShimControllers.test_hyphenated_collection_subresource_controller_not_shimmed |
||||||
test_hyphenated_resource_controller_not_shimmed |
pass
pt125.3: neutron.tests.functional.pecan_wsgi.test_controllers.TestShimControllers.test_hyphenated_resource_controller_not_shimmed |
||||||
neutron.tests.functional.pecan_wsgi.test_controllers.TestV2Controller | 5 | 5 | 0 | 0 | 0 | Detail | |
test_routing_successs |
pass
pt126.1: neutron.tests.functional.pecan_wsgi.test_controllers.TestV2Controller.test_routing_successs |
||||||
test_get |
pass
pt126.2: neutron.tests.functional.pecan_wsgi.test_controllers.TestV2Controller.test_get |
||||||
test_methods |
pass
pt126.3: neutron.tests.functional.pecan_wsgi.test_controllers.TestV2Controller.test_methods |
||||||
test_routing_failure |
pass
pt126.4: neutron.tests.functional.pecan_wsgi.test_controllers.TestV2Controller.test_routing_failure |
||||||
test_get_no_trailing_slash |
pass
pt126.5: neutron.tests.functional.pecan_wsgi.test_controllers.TestV2Controller.test_get_no_trailing_slash |
||||||
neutron.tests.functional.pecan_wsgi.test_functional.TestErrors | 2 | 2 | 0 | 0 | 0 | Detail | |
test_bad_method |
pass
pt127.1: neutron.tests.functional.pecan_wsgi.test_functional.TestErrors.test_bad_method |
||||||
test_404 |
pass
pt127.2: neutron.tests.functional.pecan_wsgi.test_functional.TestErrors.test_404 |
||||||
neutron.tests.functional.pecan_wsgi.test_functional.TestExceptionTranslationHook | 2 | 2 | 0 | 0 | 0 | Detail | |
test_unexpected_exception |
pass
pt128.1: neutron.tests.functional.pecan_wsgi.test_functional.TestExceptionTranslationHook.test_unexpected_exception |
||||||
test_neutron_nonfound_to_webob_exception |
pass
pt128.2: neutron.tests.functional.pecan_wsgi.test_functional.TestExceptionTranslationHook.test_neutron_nonfound_to_webob_exception |
||||||
neutron.tests.functional.pecan_wsgi.test_functional.TestInvalidAuth | 1 | 1 | 0 | 0 | 0 | Detail | |
test_invalid_auth_strategy |
pass
pt129.1: neutron.tests.functional.pecan_wsgi.test_functional.TestInvalidAuth.test_invalid_auth_strategy |
||||||
neutron.tests.functional.pecan_wsgi.test_functional.TestKeystoneAuth | 1 | 1 | 0 | 0 | 0 | Detail | |
test_auth_enforced |
pass
pt130.1: neutron.tests.functional.pecan_wsgi.test_functional.TestKeystoneAuth.test_auth_enforced |
||||||
neutron.tests.functional.pecan_wsgi.test_functional.TestRequestID | 1 | 1 | 0 | 0 | 0 | Detail | |
test_request_id |
pass
pt131.1: neutron.tests.functional.pecan_wsgi.test_functional.TestRequestID.test_request_id |
||||||
neutron.tests.functional.pecan_wsgi.test_hooks.TestCallbackRegistryNotifier | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create |
pass
pt132.1: neutron.tests.functional.pecan_wsgi.test_hooks.TestCallbackRegistryNotifier.test_create |
||||||
test_create_bulk |
pass
pt132.2: neutron.tests.functional.pecan_wsgi.test_hooks.TestCallbackRegistryNotifier.test_create_bulk |
||||||
test_delete |
pass
pt132.3: neutron.tests.functional.pecan_wsgi.test_hooks.TestCallbackRegistryNotifier.test_delete |
||||||
test_update |
pass
pt132.4: neutron.tests.functional.pecan_wsgi.test_hooks.TestCallbackRegistryNotifier.test_update |
||||||
neutron.tests.functional.pecan_wsgi.test_hooks.TestMetricsNotifierHook | 5 | 5 | 0 | 0 | 0 | Detail | |
test_bad_delete_doesnt_emit_end |
pass
pt133.1: neutron.tests.functional.pecan_wsgi.test_hooks.TestMetricsNotifierHook.test_bad_delete_doesnt_emit_end |
||||||
test_bad_create_doesnt_emit_end |
pass
pt133.2: neutron.tests.functional.pecan_wsgi.test_hooks.TestMetricsNotifierHook.test_bad_create_doesnt_emit_end |
||||||
test_post_put_delete_triggers_notification |
pass
pt133.3: neutron.tests.functional.pecan_wsgi.test_hooks.TestMetricsNotifierHook.test_post_put_delete_triggers_notification |
||||||
test_bad_update_doesnt_emit_end |
pass
pt133.4: neutron.tests.functional.pecan_wsgi.test_hooks.TestMetricsNotifierHook.test_bad_update_doesnt_emit_end |
||||||
test_bulk_create_triggers_notification |
pass
pt133.5: neutron.tests.functional.pecan_wsgi.test_hooks.TestMetricsNotifierHook.test_bulk_create_triggers_notification |
||||||
neutron.tests.functional.pecan_wsgi.test_hooks.TestOwnershipHook | 1 | 1 | 0 | 0 | 0 | Detail | |
test_network_ownership_check |
pass
pt134.1: neutron.tests.functional.pecan_wsgi.test_hooks.TestOwnershipHook.test_network_ownership_check |
||||||
neutron.tests.functional.pecan_wsgi.test_hooks.TestPolicyEnforcementHook | 9 | 9 | 0 | 0 | 0 | Detail | |
test_before_on_create_authorized |
pass
pt135.1: neutron.tests.functional.pecan_wsgi.test_hooks.TestPolicyEnforcementHook.test_before_on_create_authorized |
||||||
test_after_inits_policy |
pass
pt135.2: neutron.tests.functional.pecan_wsgi.test_hooks.TestPolicyEnforcementHook.test_after_inits_policy |
||||||
test_before_on_delete_not_authorized |
pass
pt135.3: neutron.tests.functional.pecan_wsgi.test_hooks.TestPolicyEnforcementHook.test_before_on_delete_not_authorized |
||||||
test_before_on_create_unauthorized_returns_403 |
pass
pt135.4: neutron.tests.functional.pecan_wsgi.test_hooks.TestPolicyEnforcementHook.test_before_on_create_unauthorized_returns_403 |
||||||
test_before_on_put_not_found_when_not_authorized_to_get |
pass
pt135.5: neutron.tests.functional.pecan_wsgi.test_hooks.TestPolicyEnforcementHook.test_before_on_put_not_found_when_not_authorized_to_get |
||||||
test_after_on_get_not_found |
pass
pt135.6: neutron.tests.functional.pecan_wsgi.test_hooks.TestPolicyEnforcementHook.test_after_on_get_not_found |
||||||
test_after_on_get_excludes_admin_attribute |
pass
pt135.7: neutron.tests.functional.pecan_wsgi.test_hooks.TestPolicyEnforcementHook.test_after_on_get_excludes_admin_attribute |
||||||
test_after_on_list_excludes_admin_attribute |
pass
pt135.8: neutron.tests.functional.pecan_wsgi.test_hooks.TestPolicyEnforcementHook.test_after_on_list_excludes_admin_attribute |
||||||
test_before_on_put_not_authorized |
pass
pt135.9: neutron.tests.functional.pecan_wsgi.test_hooks.TestPolicyEnforcementHook.test_before_on_put_not_authorized |
||||||
neutron.tests.functional.pecan_wsgi.test_hooks.TestQueryParametersHook | 1 | 1 | 0 | 0 | 0 | Detail | |
test_if_match_on_update |
pass
pt136.1: neutron.tests.functional.pecan_wsgi.test_hooks.TestQueryParametersHook.test_if_match_on_update |
||||||
neutron.tests.functional.pecan_wsgi.test_hooks.TestQueryParametersHookWithRevision | 1 | 1 | 0 | 0 | 0 | Detail | |
test_if_match_on_update |
pass
pt137.1: neutron.tests.functional.pecan_wsgi.test_hooks.TestQueryParametersHookWithRevision.test_if_match_on_update |
||||||
neutron.tests.functional.pecan_wsgi.test_hooks.TestQuotaEnforcementHook | 2 | 2 | 0 | 0 | 0 | Detail | |
test_quota_enforcement_single |
pass
pt138.1: neutron.tests.functional.pecan_wsgi.test_hooks.TestQuotaEnforcementHook.test_quota_enforcement_single |
||||||
test_quota_enforcement_bulk_request |
pass
pt138.2: neutron.tests.functional.pecan_wsgi.test_hooks.TestQuotaEnforcementHook.test_quota_enforcement_bulk_request |
||||||
neutron.tests.functional.plugins.ml2.drivers.macvtap.agent.test_macvtap_neutron_agent.MacvtapAgentTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_all_devices |
pass
pt139.1: neutron.tests.functional.plugins.ml2.drivers.macvtap.agent.test_macvtap_neutron_agent.MacvtapAgentTestCase.test_get_all_devices |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.test_placement.TestOVNClientPlacementExtension | 4 | 4 | 0 | 0 | 0 | Detail | |
test_read_initial_config_and_update |
pass
pt140.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.test_placement.TestOVNClientPlacementExtension.test_read_initial_config_and_update |
||||||
test_read_initial_empty_config_and_update |
pass
pt140.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.test_placement.TestOVNClientPlacementExtension.test_read_initial_empty_config_and_update |
||||||
test_update_twice |
pass
pt140.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.test_placement.TestOVNClientPlacementExtension.test_update_twice |
||||||
test_chassis_bandwidth_config_event |
pass
pt140.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.test_placement.TestOVNClientPlacementExtension.test_chassis_bandwidth_config_event |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.test_qos.TestOVNClientQosExtension | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_floatingip |
pass
pt141.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.test_qos.TestOVNClientQosExtension.test_create_floatingip |
||||||
test_delete_floatingip |
pass
pt141.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.test_qos.TestOVNClientQosExtension.test_delete_floatingip |
||||||
test_update_floatingip |
pass
pt141.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.test_qos.TestOVNClientQosExtension.test_update_floatingip |
||||||
test__update_port_qos_rules |
pass
pt141.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.test_qos.TestOVNClientQosExtension.test__update_port_qos_rules |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.test_qos.TestOVNClientQosExtensionEndToEnd | 3 | 3 | 0 | 0 | 0 | Detail | |
test_delete_router_gateway_ip_qos_rules_removed |
pass
pt142.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.test_qos.TestOVNClientQosExtensionEndToEnd.test_delete_router_gateway_ip_qos_rules_removed |
||||||
test_update_gateway_ip_qos |
pass
pt142.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.test_qos.TestOVNClientQosExtensionEndToEnd.test_update_gateway_ip_qos |
||||||
test_create_router_gateway_ip_qos |
pass
pt142.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.test_qos.TestOVNClientQosExtensionEndToEnd.test_create_router_gateway_ip_qos |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestIgnoreConnectionTimeout | 1 | 1 | 0 | 0 | 0 | Detail | |
test_setUp_will_fail_if_this_is_broken |
pass
pt143.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestIgnoreConnectionTimeout.test_setUp_will_fail_if_this_is_broken |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestNbApi | 18 | 18 | 0 | 0 | 0 | Detail | |
test_set_lsp_ha_chassis_group |
pass
pt144.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestNbApi.test_set_lsp_ha_chassis_group |
||||||
test_delete_lrouter_ext_gw |
pass
pt144.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestNbApi.test_delete_lrouter_ext_gw |
||||||
test_del_no_static_routes |
pass
pt144.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestNbApi.test_del_no_static_routes |
||||||
test_add_static_route |
pass
pt144.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestNbApi.test_add_static_route |
||||||
test_create_lswitch_port_ha_chassis_group |
pass
pt144.5: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestNbApi.test_create_lswitch_port_ha_chassis_group |
||||||
test_set_lswitch_port_ha_chassis_group |
pass
pt144.6: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestNbApi.test_set_lswitch_port_ha_chassis_group |
||||||
test_set_router_mac_aging |
pass
pt144.7: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestNbApi.test_set_router_mac_aging |
||||||
test_set_router_mac_aging_all |
pass
pt144.8: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestNbApi.test_set_router_mac_aging_all |
||||||
test_add_static_route_bfd |
pass
pt144.9: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestNbApi.test_add_static_route_bfd |
||||||
test_add_static_route_bfd_record_exists |
pass
pt144.10: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestNbApi.test_add_static_route_bfd_record_exists |
||||||
test_delete_lrouter |
pass
pt144.11: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestNbApi.test_delete_lrouter |
||||||
test_delete_lrouter_ext_gw_bfd |
pass
pt144.12: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestNbApi.test_delete_lrouter_ext_gw_bfd |
||||||
test_modify_static_route_external_ids |
pass
pt144.13: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestNbApi.test_modify_static_route_external_ids |
||||||
test_get_floatingip_in_nat_or_lb |
pass
pt144.14: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestNbApi.test_get_floatingip_in_nat_or_lb |
||||||
test_get_router_floatingip_lbs |
pass
pt144.15: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestNbApi.test_get_router_floatingip_lbs |
||||||
test_lb_list |
pass
pt144.16: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestNbApi.test_lb_list |
||||||
test_add_static_route_bfd_record_exists_multiple_txn |
pass
pt144.17: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestNbApi.test_add_static_route_bfd_record_exists_multiple_txn |
||||||
test_del_static_routes |
pass
pt144.18: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestNbApi.test_del_static_routes |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestSbApi | 14 | 14 | 0 | 0 | 0 | Detail | |
test_get_metadata_port |
pass
pt145.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestSbApi.test_get_metadata_port |
||||||
test_get_ports_on_chassis |
pass
pt145.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestSbApi.test_get_ports_on_chassis |
||||||
test_get_ports_on_chassis_with_additional_chassis |
pass
pt145.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestSbApi.test_get_ports_on_chassis_with_additional_chassis |
||||||
test_chassis_exists |
pass
pt145.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestSbApi.test_chassis_exists |
||||||
test_get_all_chassis |
pass
pt145.5: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestSbApi.test_get_all_chassis |
||||||
test_get_metadata_port_missing |
pass
pt145.6: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestSbApi.test_get_metadata_port_missing |
||||||
test_get_network_port_bindings_by_ip_with_unbound_port |
pass
pt145.7: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestSbApi.test_get_network_port_bindings_by_ip_with_unbound_port |
||||||
test_multiple_physnets_in_one_bridge |
pass
pt145.8: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestSbApi.test_multiple_physnets_in_one_bridge |
||||||
test_get_chassis_and_physnets |
pass
pt145.9: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestSbApi.test_get_chassis_and_physnets |
||||||
test_get_ports_on_chassis_with_additional_chassis_not_supported |
pass
pt145.10: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestSbApi.test_get_ports_on_chassis_with_additional_chassis_not_supported |
||||||
test_get_metadata_port_other_non_metadata_port |
pass
pt145.11: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestSbApi.test_get_metadata_port_other_non_metadata_port |
||||||
test_get_chassis_hostname_and_physnets |
pass
pt145.12: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestSbApi.test_get_chassis_hostname_and_physnets |
||||||
test_get_network_port_bindings_by_ip |
pass
pt145.13: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestSbApi.test_get_network_port_bindings_by_ip |
||||||
test_get_network_port_bindings_by_ip_ipv6_ll |
pass
pt145.14: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_impl_idl.TestSbApi.test_get_network_port_bindings_by_ip_ipv6_ll |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestLogMaintenance | 1 | 1 | 0 | 0 | 0 | Detail | |
test_check_for_logging_conf_change |
pass
pt146.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestLogMaintenance.test_check_for_logging_conf_change |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance | 31 | 31 | 0 | 0 | 0 | Detail | |
test_check_provider_distributed_ports_dvr_vlan_net |
pass
pt147.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_check_provider_distributed_ports_dvr_vlan_net |
||||||
test_check_provider_distributed_ports_non_dvr_geneve_net |
pass
pt147.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_check_provider_distributed_ports_non_dvr_geneve_net |
||||||
test_floating_ip |
pass
pt147.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_floating_ip |
||||||
test_subnet_global_dhcp6_opts |
pass
pt147.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_subnet_global_dhcp6_opts |
||||||
test_add_provider_resource_association_to_routers |
pass
pt147.5: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_add_provider_resource_association_to_routers |
||||||
test_check_provider_distributed_ports_dvr_flat_net |
pass
pt147.6: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_check_provider_distributed_ports_dvr_flat_net |
||||||
test_floating_ip_with_gateway_port |
pass
pt147.7: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_floating_ip_with_gateway_port |
||||||
test_check_provider_distributed_ports_dvr_geneve_net |
pass
pt147.8: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_check_provider_distributed_ports_dvr_geneve_net |
||||||
test_port_forwarding |
pass
pt147.9: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_port_forwarding |
||||||
test_configure_nb_global |
pass
pt147.10: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_configure_nb_global |
||||||
test_set_fip_distributed_flag |
pass
pt147.11: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_set_fip_distributed_flag |
||||||
test_port |
pass
pt147.12: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_port |
||||||
test_static_routes_with_external_ids |
pass
pt147.13: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_static_routes_with_external_ids |
||||||
test_check_provider_distributed_ports_non_dvr_vlan_net |
pass
pt147.14: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_check_provider_distributed_ports_non_dvr_vlan_net |
||||||
test_set_fip_distributed_flag_unchanged |
pass
pt147.15: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_set_fip_distributed_flag_unchanged |
||||||
test_set_network_type |
pass
pt147.16: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_set_network_type |
||||||
test_subnet |
pass
pt147.17: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_subnet |
||||||
test_security_group_rule |
pass
pt147.18: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_security_group_rule |
||||||
test_check_for_ha_chassis_group |
pass
pt147.19: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_check_for_ha_chassis_group |
||||||
test_router_port |
pass
pt147.20: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_router_port |
||||||
test_update_mac_aging_settings |
pass
pt147.21: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_update_mac_aging_settings |
||||||
test_check_for_aging_settings |
pass
pt147.22: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_check_for_aging_settings |
||||||
test_check_provider_distributed_ports_non_dvr_flat_net |
pass
pt147.23: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_check_provider_distributed_ports_non_dvr_flat_net |
||||||
test_network |
pass
pt147.24: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_network |
||||||
test_remove_invalid_gateway_chassis_from_unbound_lrp |
pass
pt147.25: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_remove_invalid_gateway_chassis_from_unbound_lrp |
||||||
test_security_group |
pass
pt147.26: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_security_group |
||||||
test_subnet_global_dhcp4_opts |
pass
pt147.27: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_subnet_global_dhcp4_opts |
||||||
test_check_for_igmp_snooping_enabled |
pass
pt147.28: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_check_for_igmp_snooping_enabled |
||||||
test_check_network_broadcast_arps_to_all_routers |
pass
pt147.29: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_check_network_broadcast_arps_to_all_routers |
||||||
test_router |
pass
pt147.30: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_router |
||||||
test_set_fip_distributed_flag_changed |
pass
pt147.31: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_maintenance.TestMaintenance.test_set_fip_distributed_flag_changed |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_client.TestOVNClient | 10 | 10 | 0 | 0 | 0 | Detail | |
test_create_metadata_port |
pass
pt148.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_client.TestOVNClient.test_create_metadata_port |
||||||
test_router_reside_chassis_redirect_non_dvr_flat_net |
pass
pt148.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_client.TestOVNClient.test_router_reside_chassis_redirect_non_dvr_flat_net |
||||||
test_router_reside_chassis_redirect_non_dvr_geneve_net |
pass
pt148.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_client.TestOVNClient.test_router_reside_chassis_redirect_non_dvr_geneve_net |
||||||
test_create_router |
pass
pt148.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_client.TestOVNClient.test_create_router |
||||||
test_process_address_group |
pass
pt148.5: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_client.TestOVNClient.test_process_address_group |
||||||
test_router_reside_chassis_redirect_dvr_flat_net |
pass
pt148.6: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_client.TestOVNClient.test_router_reside_chassis_redirect_dvr_flat_net |
||||||
test_create_port |
pass
pt148.7: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_client.TestOVNClient.test_create_port |
||||||
test_router_reside_chassis_redirect_dvr_geneve_net |
pass
pt148.8: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_client.TestOVNClient.test_router_reside_chassis_redirect_dvr_geneve_net |
||||||
test_router_reside_chassis_redirect_dvr_vlan_net |
pass
pt148.9: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_client.TestOVNClient.test_router_reside_chassis_redirect_dvr_vlan_net |
||||||
test_router_reside_chassis_redirect_non_dvr_vlan_net |
pass
pt148.10: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_client.TestOVNClient.test_router_reside_chassis_redirect_non_dvr_vlan_net |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestDNSRecords | 1 | 1 | 0 | 0 | 0 | Detail | |
test_dns_records |
pass
pt149.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestDNSRecords.test_dns_records |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestNBDbResources | 5 | 5 | 0 | 0 | 0 | Detail | |
test_dhcp_options_domain_name_not_set |
pass
pt150.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestNBDbResources.test_dhcp_options_domain_name_not_set |
||||||
test_port_dhcp_opts_add_and_remove_extra_dhcp_opts |
pass
pt150.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestNBDbResources.test_port_dhcp_opts_add_and_remove_extra_dhcp_opts |
||||||
test_dhcp_options |
pass
pt150.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestNBDbResources.test_dhcp_options |
||||||
test_port_dhcp_options |
pass
pt150.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestNBDbResources.test_port_dhcp_options |
||||||
test_dhcp_options_domain_name |
pass
pt150.5: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestNBDbResources.test_dhcp_options_domain_name |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestNBDbResourcesOverSsl | 5 | 5 | 0 | 0 | 0 | Detail | |
test_port_dhcp_options |
pass
pt151.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestNBDbResourcesOverSsl.test_port_dhcp_options |
||||||
test_dhcp_options |
pass
pt151.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestNBDbResourcesOverSsl.test_dhcp_options |
||||||
test_port_dhcp_opts_add_and_remove_extra_dhcp_opts |
pass
pt151.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestNBDbResourcesOverSsl.test_port_dhcp_opts_add_and_remove_extra_dhcp_opts |
||||||
test_dhcp_options_domain_name |
pass
pt151.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestNBDbResourcesOverSsl.test_dhcp_options_domain_name |
||||||
test_dhcp_options_domain_name_not_set |
pass
pt151.5: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestNBDbResourcesOverSsl.test_dhcp_options_domain_name_not_set |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestNBDbResourcesOverTcp | 5 | 5 | 0 | 0 | 0 | Detail | |
test_dhcp_options_domain_name |
pass
pt152.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestNBDbResourcesOverTcp.test_dhcp_options_domain_name |
||||||
test_port_dhcp_options |
pass
pt152.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestNBDbResourcesOverTcp.test_port_dhcp_options |
||||||
test_port_dhcp_opts_add_and_remove_extra_dhcp_opts |
pass
pt152.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestNBDbResourcesOverTcp.test_port_dhcp_opts_add_and_remove_extra_dhcp_opts |
||||||
test_dhcp_options |
pass
pt152.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestNBDbResourcesOverTcp.test_dhcp_options |
||||||
test_dhcp_options_domain_name_not_set |
pass
pt152.5: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestNBDbResourcesOverTcp.test_dhcp_options_domain_name_not_set |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestPortExternalIds | 4 | 4 | 0 | 0 | 0 | Detail | |
test_port_update_change_ext_id_value |
pass
pt153.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestPortExternalIds.test_port_update_change_ext_id_value |
||||||
test_port_update_has_ext_ids |
pass
pt153.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestPortExternalIds.test_port_update_has_ext_ids |
||||||
test_port_update_with_foreign_ext_ids |
pass
pt153.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestPortExternalIds.test_port_update_with_foreign_ext_ids |
||||||
test_port_update_add_ext_id |
pass
pt153.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestPortExternalIds.test_port_update_add_ext_id |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestPortSecurity | 1 | 1 | 0 | 0 | 0 | Detail | |
test_port_security_port_group |
pass
pt154.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestPortSecurity.test_port_security_port_group |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestSecurityGroups | 1 | 1 | 0 | 0 | 0 | Detail | |
test_security_group_creation_and_deletion |
pass
pt155.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_resources.TestSecurityGroups.test_security_group_creation_and_deletion |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnNbSync | 7 | 7 | 0 | 0 | 0 | Detail | |
test_sync_port_qos_policies |
pass
pt156.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnNbSync.test_sync_port_qos_policies |
||||||
test_ovn_nb_sync_off |
pass
pt156.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnNbSync.test_ovn_nb_sync_off |
||||||
test_ovn_nb_sync_repair |
pass
pt156.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnNbSync.test_ovn_nb_sync_repair |
||||||
test_ovn_nb_sync_repair_delete_ovn_nb_db |
pass
pt156.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnNbSync.test_ovn_nb_sync_repair_delete_ovn_nb_db |
||||||
test_sync_fip_qos_policies |
pass
pt156.5: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnNbSync.test_sync_fip_qos_policies |
||||||
test_ovn_nb_sync_log |
pass
pt156.6: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnNbSync.test_ovn_nb_sync_log |
||||||
test_sync_acls |
pass
pt156.7: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnNbSync.test_sync_acls |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnNbSyncOverSsl | 7 | 7 | 0 | 0 | 0 | Detail | |
test_ovn_nb_sync_log |
pass
pt157.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnNbSyncOverSsl.test_ovn_nb_sync_log |
||||||
test_sync_acls |
pass
pt157.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnNbSyncOverSsl.test_sync_acls |
||||||
test_sync_port_qos_policies |
pass
pt157.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnNbSyncOverSsl.test_sync_port_qos_policies |
||||||
test_ovn_nb_sync_repair |
pass
pt157.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnNbSyncOverSsl.test_ovn_nb_sync_repair |
||||||
test_ovn_nb_sync_off |
pass
pt157.5: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnNbSyncOverSsl.test_ovn_nb_sync_off |
||||||
test_ovn_nb_sync_repair_delete_ovn_nb_db |
pass
pt157.6: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnNbSyncOverSsl.test_ovn_nb_sync_repair_delete_ovn_nb_db |
||||||
test_sync_fip_qos_policies |
pass
pt157.7: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnNbSyncOverSsl.test_sync_fip_qos_policies |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnNbSyncOverTcp | 7 | 7 | 0 | 0 | 0 | Detail | |
test_ovn_nb_sync_repair_delete_ovn_nb_db |
pass
pt158.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnNbSyncOverTcp.test_ovn_nb_sync_repair_delete_ovn_nb_db |
||||||
test_ovn_nb_sync_log |
pass
pt158.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnNbSyncOverTcp.test_ovn_nb_sync_log |
||||||
test_ovn_nb_sync_repair |
pass
pt158.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnNbSyncOverTcp.test_ovn_nb_sync_repair |
||||||
test_ovn_nb_sync_off |
pass
pt158.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnNbSyncOverTcp.test_ovn_nb_sync_off |
||||||
test_sync_acls |
pass
pt158.5: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnNbSyncOverTcp.test_sync_acls |
||||||
test_sync_fip_qos_policies |
pass
pt158.6: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnNbSyncOverTcp.test_sync_fip_qos_policies |
||||||
test_sync_port_qos_policies |
pass
pt158.7: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnNbSyncOverTcp.test_sync_port_qos_policies |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnSbSync | 6 | 6 | 0 | 0 | 0 | Detail | |
test_ovn_sb_sync |
pass
pt159.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnSbSync.test_ovn_sb_sync |
||||||
test_ovn_sb_sync_host_with_no_agent_not_deleted |
pass
pt159.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnSbSync.test_ovn_sb_sync_host_with_no_agent_not_deleted |
||||||
test_ovn_sb_sync_update_existing_host |
pass
pt159.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnSbSync.test_ovn_sb_sync_update_existing_host |
||||||
test_ovn_sb_sync_delete_stale_host |
pass
pt159.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnSbSync.test_ovn_sb_sync_delete_stale_host |
||||||
test_ovn_sb_sync_add_new_host |
pass
pt159.5: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnSbSync.test_ovn_sb_sync_add_new_host |
||||||
test_ovn_sb_sync_host_with_other_agent_type_not_deleted |
pass
pt159.6: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnSbSync.test_ovn_sb_sync_host_with_other_agent_type_not_deleted |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnSbSyncOverSsl | 6 | 6 | 0 | 0 | 0 | Detail | |
test_ovn_sb_sync_add_new_host |
pass
pt160.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnSbSyncOverSsl.test_ovn_sb_sync_add_new_host |
||||||
test_ovn_sb_sync_update_existing_host |
pass
pt160.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnSbSyncOverSsl.test_ovn_sb_sync_update_existing_host |
||||||
test_ovn_sb_sync_host_with_no_agent_not_deleted |
pass
pt160.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnSbSyncOverSsl.test_ovn_sb_sync_host_with_no_agent_not_deleted |
||||||
test_ovn_sb_sync_delete_stale_host |
pass
pt160.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnSbSyncOverSsl.test_ovn_sb_sync_delete_stale_host |
||||||
test_ovn_sb_sync_host_with_other_agent_type_not_deleted |
pass
pt160.5: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnSbSyncOverSsl.test_ovn_sb_sync_host_with_other_agent_type_not_deleted |
||||||
test_ovn_sb_sync |
pass
pt160.6: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnSbSyncOverSsl.test_ovn_sb_sync |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnSbSyncOverTcp | 6 | 6 | 0 | 0 | 0 | Detail | |
test_ovn_sb_sync_host_with_no_agent_not_deleted |
pass
pt161.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnSbSyncOverTcp.test_ovn_sb_sync_host_with_no_agent_not_deleted |
||||||
test_ovn_sb_sync_host_with_other_agent_type_not_deleted |
pass
pt161.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnSbSyncOverTcp.test_ovn_sb_sync_host_with_other_agent_type_not_deleted |
||||||
test_ovn_sb_sync_add_new_host |
pass
pt161.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnSbSyncOverTcp.test_ovn_sb_sync_add_new_host |
||||||
test_ovn_sb_sync_delete_stale_host |
pass
pt161.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnSbSyncOverTcp.test_ovn_sb_sync_delete_stale_host |
||||||
test_ovn_sb_sync_update_existing_host |
pass
pt161.5: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnSbSyncOverTcp.test_ovn_sb_sync_update_existing_host |
||||||
test_ovn_sb_sync |
pass
pt161.6: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovn_db_sync.TestOvnSbSyncOverTcp.test_ovn_sb_sync |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestAgentMonitor | 3 | 3 | 0 | 0 | 0 | Detail | |
test_agent_updated_at_use_nb_cfg_timestamp |
pass
pt162.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestAgentMonitor.test_agent_updated_at_use_nb_cfg_timestamp |
||||||
test_agent_change_controller |
pass
pt162.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestAgentMonitor.test_agent_change_controller |
||||||
test_agent_restart |
pass
pt162.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestAgentMonitor.test_agent_restart |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestLogicalSwitchPortUpdateLogicalRouterPortEvent | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_non_router_port |
pass
pt163.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestLogicalSwitchPortUpdateLogicalRouterPortEvent.test_create_non_router_port |
||||||
test_create_router_port |
pass
pt163.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestLogicalSwitchPortUpdateLogicalRouterPortEvent.test_create_router_port |
||||||
test_create_router_port_port_deleted_concurrently |
pass
pt163.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestLogicalSwitchPortUpdateLogicalRouterPortEvent.test_create_router_port_port_deleted_concurrently |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitor | 8 | 8 | 0 | 0 | 0 | Detail | |
test_floatingip_mac_bindings |
pass
pt164.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitor.test_floatingip_mac_bindings |
||||||
test_global_events |
pass
pt164.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitor.test_global_events |
||||||
test_ha_chassis_group_router_event |
pass
pt164.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitor.test_ha_chassis_group_router_event |
||||||
test_virtual_port_host_update |
pass
pt164.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitor.test_virtual_port_host_update |
||||||
test_distributed_lock |
pass
pt164.5: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitor.test_distributed_lock |
||||||
test_virtual_port_host_update_upon_failover |
pass
pt164.6: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitor.test_virtual_port_host_update_upon_failover |
||||||
test_port_up_down_events |
pass
pt164.7: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitor.test_port_up_down_events |
||||||
test_non_virtual_port_no_host_update |
pass
pt164.8: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitor.test_non_virtual_port_no_host_update |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitorOverSsl | 8 | 8 | 0 | 0 | 0 | Detail | |
test_floatingip_mac_bindings |
pass
pt165.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitorOverSsl.test_floatingip_mac_bindings |
||||||
test_port_up_down_events |
pass
pt165.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitorOverSsl.test_port_up_down_events |
||||||
test_virtual_port_host_update_upon_failover |
pass
pt165.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitorOverSsl.test_virtual_port_host_update_upon_failover |
||||||
test_distributed_lock |
pass
pt165.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitorOverSsl.test_distributed_lock |
||||||
test_virtual_port_host_update |
pass
pt165.5: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitorOverSsl.test_virtual_port_host_update |
||||||
test_global_events |
pass
pt165.6: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitorOverSsl.test_global_events |
||||||
test_non_virtual_port_no_host_update |
pass
pt165.7: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitorOverSsl.test_non_virtual_port_no_host_update |
||||||
test_ha_chassis_group_router_event |
pass
pt165.8: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitorOverSsl.test_ha_chassis_group_router_event |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitorOverTcp | 8 | 8 | 0 | 0 | 0 | Detail | |
test_global_events |
pass
pt166.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitorOverTcp.test_global_events |
||||||
test_virtual_port_host_update_upon_failover |
pass
pt166.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitorOverTcp.test_virtual_port_host_update_upon_failover |
||||||
test_ha_chassis_group_router_event |
pass
pt166.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitorOverTcp.test_ha_chassis_group_router_event |
||||||
test_port_up_down_events |
pass
pt166.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitorOverTcp.test_port_up_down_events |
||||||
test_virtual_port_host_update |
pass
pt166.5: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitorOverTcp.test_virtual_port_host_update |
||||||
test_floatingip_mac_bindings |
pass
pt166.6: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitorOverTcp.test_floatingip_mac_bindings |
||||||
test_non_virtual_port_no_host_update |
pass
pt166.7: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitorOverTcp.test_non_virtual_port_no_host_update |
||||||
test_distributed_lock |
pass
pt166.8: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestNBDbMonitorOverTcp.test_distributed_lock |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestOvnIdlConnections | 1 | 1 | 0 | 0 | 0 | Detail | |
test_ovsdb_connections |
pass
pt167.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestOvnIdlConnections.test_ovsdb_connections |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestOvnIdlProbeInterval | 1 | 1 | 0 | 0 | 0 | Detail | |
test_ovsdb_probe_interval |
pass
pt168.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestOvnIdlProbeInterval.test_ovsdb_probe_interval |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestPortBindingChassisEvent | 2 | 2 | 0 | 0 | 0 | Detail | |
test_pb_type_empty |
pass
pt169.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestPortBindingChassisEvent.test_pb_type_empty |
||||||
test_pb_type_patch |
pass
pt169.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestPortBindingChassisEvent.test_pb_type_patch |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestSBDbMonitor | 1 | 1 | 0 | 0 | 0 | Detail | |
test_router_port_binding |
pass
pt170.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.ovsdb.test_ovsdb_monitor.TestSBDbMonitor.test_router_port_binding |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestAgentApi | 4 | 4 | 0 | 0 | 0 | Detail | |
test_agent_show_real_heartbeat_timestamp |
pass
pt171.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestAgentApi.test_agent_show_real_heartbeat_timestamp |
||||||
test_agent_delete |
pass
pt171.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestAgentApi.test_agent_delete |
||||||
test_agent_show |
pass
pt171.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestAgentApi.test_agent_show |
||||||
test_agent_list |
pass
pt171.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestAgentApi.test_agent_list |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestExternalPorts | 14 | 14 | 0 | 0 | 0 | Detail | |
test_external_port_create_vnic_direct_physical |
pass
pt172.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestExternalPorts.test_external_port_create_vnic_direct_physical |
||||||
test_external_port_create_vnic_macvtap |
pass
pt172.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestExternalPorts.test_external_port_create_vnic_macvtap |
||||||
test_external_port_create_switchdev_vnic_direct_physical |
pass
pt172.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestExternalPorts.test_external_port_create_switchdev_vnic_direct_physical |
||||||
test_external_port_update_switchdev_vnic_direct |
pass
pt172.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestExternalPorts.test_external_port_update_switchdev_vnic_direct |
||||||
test_external_port_network_update |
pass
pt172.5: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestExternalPorts.test_external_port_network_update |
||||||
test_external_port_update_switchdev_vnic_macvtap |
pass
pt172.6: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestExternalPorts.test_external_port_update_switchdev_vnic_macvtap |
||||||
test_external_port_create_vnic_direct |
pass
pt172.7: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestExternalPorts.test_external_port_create_vnic_direct |
||||||
test_add_external_port_avoid_flapping |
pass
pt172.8: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestExternalPorts.test_add_external_port_avoid_flapping |
||||||
test_external_port_update_switchdev_vnic_direct_physical |
pass
pt172.9: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestExternalPorts.test_external_port_update_switchdev_vnic_direct_physical |
||||||
test_external_port_update_vnic_direct_physical |
pass
pt172.10: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestExternalPorts.test_external_port_update_vnic_direct_physical |
||||||
test_external_port_create_switchdev_vnic_direct |
pass
pt172.11: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestExternalPorts.test_external_port_create_switchdev_vnic_direct |
||||||
test_external_port_create_switchdev_vnic_macvtap |
pass
pt172.12: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestExternalPorts.test_external_port_create_switchdev_vnic_macvtap |
||||||
test_external_port_update_vnic_direct |
pass
pt172.13: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestExternalPorts.test_external_port_update_vnic_direct |
||||||
test_external_port_update_vnic_macvtap |
pass
pt172.14: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestExternalPorts.test_external_port_update_vnic_macvtap |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestMetadataPorts | 4 | 4 | 0 | 0 | 0 | Detail | |
test_subnet_ipv4_no_metadata |
pass
pt173.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestMetadataPorts.test_subnet_ipv4_no_metadata |
||||||
test_subnet_ipv6 |
pass
pt173.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestMetadataPorts.test_subnet_ipv6 |
||||||
test_subnet_ipv4 |
pass
pt173.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestMetadataPorts.test_subnet_ipv4 |
||||||
test_update_subnet_ipv4 |
pass
pt173.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestMetadataPorts.test_update_subnet_ipv4 |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestNATRuleGatewayPort | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_floatingip |
pass
pt174.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestNATRuleGatewayPort.test_create_floatingip |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestNetworkMTUUpdate | 2 | 2 | 0 | 0 | 0 | Detail | |
test_update_network_mtu |
pass
pt175.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestNetworkMTUUpdate.test_update_network_mtu |
||||||
test_no_update_network_mtu |
pass
pt175.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestNetworkMTUUpdate.test_no_update_network_mtu |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestPortBinding | 4 | 4 | 0 | 0 | 0 | Detail | |
test_port_binding_create_port |
pass
pt176.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestPortBinding.test_port_binding_create_port |
||||||
test_port_binding_update_remote_managed_port |
pass
pt176.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestPortBinding.test_port_binding_update_remote_managed_port |
||||||
test_port_binding_create_remote_managed_port |
pass
pt176.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestPortBinding.test_port_binding_create_remote_managed_port |
||||||
test_port_binding_update_port |
pass
pt176.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestPortBinding.test_port_binding_update_port |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestPortBindingOverSsl | 4 | 4 | 0 | 0 | 0 | Detail | |
test_port_binding_update_remote_managed_port |
pass
pt177.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestPortBindingOverSsl.test_port_binding_update_remote_managed_port |
||||||
test_port_binding_create_port |
pass
pt177.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestPortBindingOverSsl.test_port_binding_create_port |
||||||
test_port_binding_create_remote_managed_port |
pass
pt177.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestPortBindingOverSsl.test_port_binding_create_remote_managed_port |
||||||
test_port_binding_update_port |
pass
pt177.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestPortBindingOverSsl.test_port_binding_update_port |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestPortBindingOverTcp | 4 | 4 | 0 | 0 | 0 | Detail | |
test_port_binding_update_remote_managed_port |
pass
pt178.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestPortBindingOverTcp.test_port_binding_update_remote_managed_port |
||||||
test_port_binding_create_port |
pass
pt178.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestPortBindingOverTcp.test_port_binding_create_port |
||||||
test_port_binding_create_remote_managed_port |
pass
pt178.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestPortBindingOverTcp.test_port_binding_create_remote_managed_port |
||||||
test_port_binding_update_port |
pass
pt178.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestPortBindingOverTcp.test_port_binding_update_port |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestProvnetPorts | 1 | 1 | 0 | 0 | 0 | Detail | |
test_network_segments_localnet_ports |
pass
pt179.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestProvnetPorts.test_network_segments_localnet_ports |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestRouterGWPort | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_and_delete_router_gw_port |
pass
pt180.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestRouterGWPort.test_create_and_delete_router_gw_port |
||||||
test_create_and_delete_router_gw_port_nested_snat |
pass
pt180.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestRouterGWPort.test_create_and_delete_router_gw_port_nested_snat |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestSecurityGroup | 2 | 2 | 0 | 0 | 0 | Detail | |
test_sg_stateful_toggle_updates_ovn_acls |
pass
pt181.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestSecurityGroup.test_sg_stateful_toggle_updates_ovn_acls |
||||||
test_remove_sg_with_related_rule_remote_sg |
pass
pt181.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestSecurityGroup.test_remove_sg_with_related_rule_remote_sg |
||||||
neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestVirtualPorts | 5 | 5 | 0 | 0 | 0 | Detail | |
test_virtual_port_created_after |
pass
pt182.1: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestVirtualPorts.test_virtual_port_created_after |
||||||
test_virtual_port_delete_parents |
pass
pt182.2: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestVirtualPorts.test_virtual_port_delete_parents |
||||||
test_virtual_port_update_address_pairs |
pass
pt182.3: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestVirtualPorts.test_virtual_port_update_address_pairs |
||||||
test_virtual_port_created_before |
pass
pt182.4: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestVirtualPorts.test_virtual_port_created_before |
||||||
test_virtual_port_not_set_similiar_address |
pass
pt182.5: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestVirtualPorts.test_virtual_port_not_set_similiar_address |
||||||
neutron.tests.functional.plugins.ml2.test_plugin.TestMl2PortBinding | 3 | 3 | 0 | 0 | 0 | Detail | |
test_port_bind_retry |
pass
pt183.1: neutron.tests.functional.plugins.ml2.test_plugin.TestMl2PortBinding.test_port_bind_retry |
||||||
test_port_bind_successfully |
pass
pt183.2: neutron.tests.functional.plugins.ml2.test_plugin.TestMl2PortBinding.test_port_bind_successfully |
||||||
test_delete_port_no_binding_register |
pass
pt183.3: neutron.tests.functional.plugins.ml2.test_plugin.TestMl2PortBinding.test_delete_port_no_binding_register |
||||||
neutron.tests.functional.privileged.agent.linux.test_ip_lib.AddIpRulesTestCase | 6 | 5 | 0 | 0 | 1 | Detail | |
test_add_rule_table |
pass
pt184.1: neutron.tests.functional.privileged.agent.linux.test_ip_lib.AddIpRulesTestCase.test_add_rule_table |
||||||
test_add_rule_iif |
pass
pt184.2: neutron.tests.functional.privileged.agent.linux.test_ip_lib.AddIpRulesTestCase.test_add_rule_iif |
||||||
test_add_rule_priority_table_iif |
pass
pt184.3: neutron.tests.functional.privileged.agent.linux.test_ip_lib.AddIpRulesTestCase.test_add_rule_priority_table_iif |
||||||
test_add_rule_ip |
pass
pt184.4: neutron.tests.functional.privileged.agent.linux.test_ip_lib.AddIpRulesTestCase.test_add_rule_ip |
||||||
test_add_rule_priority |
pass
pt184.5: neutron.tests.functional.privileged.agent.linux.test_ip_lib.AddIpRulesTestCase.test_add_rule_priority |
||||||
test_add_rule_exists |
skip
pt184.6: neutron.tests.functional.privileged.agent.linux.test_ip_lib.AddIpRulesTestCase.test_add_rule_exists |
||||||
neutron.tests.functional.privileged.agent.linux.test_ip_lib.DeleteIpRulesTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_delete_rule_no_entry |
pass
pt185.1: neutron.tests.functional.privileged.agent.linux.test_ip_lib.DeleteIpRulesTestCase.test_delete_rule_no_entry |
||||||
neutron.tests.functional.privileged.agent.linux.test_ip_lib.GetDeviceNamesTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_device_names |
pass
pt186.1: neutron.tests.functional.privileged.agent.linux.test_ip_lib.GetDeviceNamesTestCase.test_get_device_names |
||||||
neutron.tests.functional.privileged.agent.linux.test_ip_lib.GetIpAddressesTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_ip_addresses |
pass
pt187.1: neutron.tests.functional.privileged.agent.linux.test_ip_lib.GetIpAddressesTestCase.test_get_ip_addresses |
||||||
neutron.tests.functional.privileged.agent.linux.test_ip_lib.GetLinkAttributesTestCase | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_link_attribute_kind |
pass
pt188.1: neutron.tests.functional.privileged.agent.linux.test_ip_lib.GetLinkAttributesTestCase.test_get_link_attribute_kind |
||||||
test_get_link_attributes |
pass
pt188.2: neutron.tests.functional.privileged.agent.linux.test_ip_lib.GetLinkAttributesTestCase.test_get_link_attributes |
||||||
neutron.tests.functional.privileged.agent.linux.test_ip_lib.GetLinkDevicesTestCase | 7 | 7 | 0 | 0 | 0 | Detail | |
test_get_link_devices_veth_same_namespaces |
pass
pt189.1: neutron.tests.functional.privileged.agent.linux.test_ip_lib.GetLinkDevicesTestCase.test_get_link_devices_veth_same_namespaces |
||||||
test_get_link_devices_lo |
pass
pt189.2: neutron.tests.functional.privileged.agent.linux.test_ip_lib.GetLinkDevicesTestCase.test_get_link_devices_lo |
||||||
test_get_link_devices_vlan |
pass
pt189.3: neutron.tests.functional.privileged.agent.linux.test_ip_lib.GetLinkDevicesTestCase.test_get_link_devices_vlan |
||||||
test_get_link_devices_vxlan |
pass
pt189.4: neutron.tests.functional.privileged.agent.linux.test_ip_lib.GetLinkDevicesTestCase.test_get_link_devices_vxlan |
||||||
test_get_link_devices_using_index |
pass
pt189.5: neutron.tests.functional.privileged.agent.linux.test_ip_lib.GetLinkDevicesTestCase.test_get_link_devices_using_index |
||||||
test_get_link_devices_dummy |
pass
pt189.6: neutron.tests.functional.privileged.agent.linux.test_ip_lib.GetLinkDevicesTestCase.test_get_link_devices_dummy |
||||||
test_get_link_devices_veth_different_namespaces |
pass
pt189.7: neutron.tests.functional.privileged.agent.linux.test_ip_lib.GetLinkDevicesTestCase.test_get_link_devices_veth_different_namespaces |
||||||
neutron.tests.functional.privileged.agent.linux.test_ip_lib.GetLinkIdTestCase | 3 | 3 | 0 | 0 | 0 | Detail | |
test_get_link_id_device_not_found_raise_exception |
pass
pt190.1: neutron.tests.functional.privileged.agent.linux.test_ip_lib.GetLinkIdTestCase.test_get_link_id_device_not_found_raise_exception |
||||||
test_get_link_id_device_found |
pass
pt190.2: neutron.tests.functional.privileged.agent.linux.test_ip_lib.GetLinkIdTestCase.test_get_link_id_device_found |
||||||
test_get_link_id_device_not_found_do_not_raise_exception |
pass
pt190.3: neutron.tests.functional.privileged.agent.linux.test_ip_lib.GetLinkIdTestCase.test_get_link_id_device_not_found_do_not_raise_exception |
||||||
neutron.tests.functional.privileged.agent.linux.test_ip_lib.ListIpRulesTestCase | 4 | 4 | 0 | 0 | 0 | Detail | |
test_list_default_rules_ipv6 |
pass
pt191.1: neutron.tests.functional.privileged.agent.linux.test_ip_lib.ListIpRulesTestCase.test_list_default_rules_ipv6 |
||||||
test_list_default_rules_ipv4 |
pass
pt191.2: neutron.tests.functional.privileged.agent.linux.test_ip_lib.ListIpRulesTestCase.test_list_default_rules_ipv4 |
||||||
test_list_rules_ipv6 |
pass
pt191.3: neutron.tests.functional.privileged.agent.linux.test_ip_lib.ListIpRulesTestCase.test_list_rules_ipv6 |
||||||
test_list_rules_ipv4 |
pass
pt191.4: neutron.tests.functional.privileged.agent.linux.test_ip_lib.ListIpRulesTestCase.test_list_rules_ipv4 |
||||||
neutron.tests.functional.privileged.agent.linux.test_ip_lib.ListNamespacePids | 3 | 3 | 0 | 0 | 0 | Detail | |
test_list_namespace_not_created |
pass
pt192.1: neutron.tests.functional.privileged.agent.linux.test_ip_lib.ListNamespacePids.test_list_namespace_not_created |
||||||
test_list_namespace_pids |
pass
pt192.2: neutron.tests.functional.privileged.agent.linux.test_ip_lib.ListNamespacePids.test_list_namespace_pids |
||||||
test_list_namespace_pids_nothing_running_inside |
pass
pt192.3: neutron.tests.functional.privileged.agent.linux.test_ip_lib.ListNamespacePids.test_list_namespace_pids_nothing_running_inside |
||||||
neutron.tests.functional.privileged.agent.linux.test_ip_lib.RouteTestCase | 16 | 16 | 0 | 0 | 0 | Detail | |
test_add_route_device_proto_kernel |
pass
pt193.1: neutron.tests.functional.privileged.agent.linux.test_ip_lib.RouteTestCase.test_add_route_device_proto_kernel |
||||||
test_add_route_device_scope_site |
pass
pt193.2: neutron.tests.functional.privileged.agent.linux.test_ip_lib.RouteTestCase.test_add_route_device_scope_site |
||||||
test_add_route_device_metric |
pass
pt193.3: neutron.tests.functional.privileged.agent.linux.test_ip_lib.RouteTestCase.test_add_route_device_metric |
||||||
test_add_route_device_proto_redirect |
pass
pt193.4: neutron.tests.functional.privileged.agent.linux.test_ip_lib.RouteTestCase.test_add_route_device_proto_redirect |
||||||
test_add_route_device_scope_host |
pass
pt193.5: neutron.tests.functional.privileged.agent.linux.test_ip_lib.RouteTestCase.test_add_route_device_scope_host |
||||||
test_add_route_device_table |
pass
pt193.6: neutron.tests.functional.privileged.agent.linux.test_ip_lib.RouteTestCase.test_add_route_device_table |
||||||
test_add_route_device_table_metric |
pass
pt193.7: neutron.tests.functional.privileged.agent.linux.test_ip_lib.RouteTestCase.test_add_route_device_table_metric |
||||||
test_add_default |
pass
pt193.8: neutron.tests.functional.privileged.agent.linux.test_ip_lib.RouteTestCase.test_add_default |
||||||
test_add_route_device_proto_boot |
pass
pt193.9: neutron.tests.functional.privileged.agent.linux.test_ip_lib.RouteTestCase.test_add_route_device_proto_boot |
||||||
test_add_route_device |
pass
pt193.10: neutron.tests.functional.privileged.agent.linux.test_ip_lib.RouteTestCase.test_add_route_device |
||||||
test_add_route_device_proto_static |
pass
pt193.11: neutron.tests.functional.privileged.agent.linux.test_ip_lib.RouteTestCase.test_add_route_device_proto_static |
||||||
test_add_route_via_ipv6 |
pass
pt193.12: neutron.tests.functional.privileged.agent.linux.test_ip_lib.RouteTestCase.test_add_route_via_ipv6 |
||||||
test_add_route_via_ipv4 |
pass
pt193.13: neutron.tests.functional.privileged.agent.linux.test_ip_lib.RouteTestCase.test_add_route_via_ipv4 |
||||||
test_delete_route_no_entry |
pass
pt193.14: neutron.tests.functional.privileged.agent.linux.test_ip_lib.RouteTestCase.test_delete_route_no_entry |
||||||
test_add_multipath_route |
pass
pt193.15: neutron.tests.functional.privileged.agent.linux.test_ip_lib.RouteTestCase.test_add_multipath_route |
||||||
test_add_route_device_scope_global |
pass
pt193.16: neutron.tests.functional.privileged.agent.linux.test_ip_lib.RouteTestCase.test_add_route_device_scope_global |
||||||
neutron.tests.functional.privileged.agent.linux.test_tc_lib.TcFilterClassTestCase | 2 | 2 | 0 | 0 | 0 | Detail | |
test_add_tc_filter_policy |
pass
pt194.1: neutron.tests.functional.privileged.agent.linux.test_tc_lib.TcFilterClassTestCase.test_add_tc_filter_policy |
||||||
test_add_tc_filter_match32 |
pass
pt194.2: neutron.tests.functional.privileged.agent.linux.test_tc_lib.TcFilterClassTestCase.test_add_tc_filter_match32 |
||||||
neutron.tests.functional.privileged.agent.linux.test_tc_lib.TcPolicyClassTestCase | 4 | 4 | 0 | 0 | 0 | Detail | |
test_add_tc_policy_class_htb |
pass
pt195.1: neutron.tests.functional.privileged.agent.linux.test_tc_lib.TcPolicyClassTestCase.test_add_tc_policy_class_htb |
||||||
test_delete_tc_policy_class_htb |
pass
pt195.2: neutron.tests.functional.privileged.agent.linux.test_tc_lib.TcPolicyClassTestCase.test_delete_tc_policy_class_htb |
||||||
test_delete_tc_policy_class_no_namespace |
pass
pt195.3: neutron.tests.functional.privileged.agent.linux.test_tc_lib.TcPolicyClassTestCase.test_delete_tc_policy_class_no_namespace |
||||||
test_delete_tc_policy_class_no_class |
pass
pt195.4: neutron.tests.functional.privileged.agent.linux.test_tc_lib.TcPolicyClassTestCase.test_delete_tc_policy_class_no_class |
||||||
neutron.tests.functional.privileged.agent.linux.test_tc_lib.TcQdiscTestCase | 9 | 9 | 0 | 0 | 0 | Detail | |
test_delete_tc_qdisc_no_device_no_exception |
pass
pt196.1: neutron.tests.functional.privileged.agent.linux.test_tc_lib.TcQdiscTestCase.test_delete_tc_qdisc_no_device_no_exception |
||||||
test_delete_tc_qdisc_no_qdisc_no_exception |
pass
pt196.2: neutron.tests.functional.privileged.agent.linux.test_tc_lib.TcQdiscTestCase.test_delete_tc_qdisc_no_qdisc_no_exception |
||||||
test_add_tc_qdisc_tbf |
pass
pt196.3: neutron.tests.functional.privileged.agent.linux.test_tc_lib.TcQdiscTestCase.test_add_tc_qdisc_tbf |
||||||
test_delete_tc_qdisc_no_device |
pass
pt196.4: neutron.tests.functional.privileged.agent.linux.test_tc_lib.TcQdiscTestCase.test_delete_tc_qdisc_no_device |
||||||
test_add_tc_qdisc_htb |
pass
pt196.5: neutron.tests.functional.privileged.agent.linux.test_tc_lib.TcQdiscTestCase.test_add_tc_qdisc_htb |
||||||
test_add_tc_qdisc_ingress |
pass
pt196.6: neutron.tests.functional.privileged.agent.linux.test_tc_lib.TcQdiscTestCase.test_add_tc_qdisc_ingress |
||||||
test_add_tc_qdisc_htb_no_handle |
pass
pt196.7: neutron.tests.functional.privileged.agent.linux.test_tc_lib.TcQdiscTestCase.test_add_tc_qdisc_htb_no_handle |
||||||
test_delete_tc_qdisc_ingress_twice |
pass
pt196.8: neutron.tests.functional.privileged.agent.linux.test_tc_lib.TcQdiscTestCase.test_delete_tc_qdisc_ingress_twice |
||||||
test_delete_tc_qdisc_no_qdisc |
pass
pt196.9: neutron.tests.functional.privileged.agent.linux.test_tc_lib.TcQdiscTestCase.test_delete_tc_qdisc_no_qdisc |
||||||
neutron.tests.functional.privileged.agent.linux.test_utils.FindListenPidsNamespaceTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_find_listen_pids_namespace |
pass
pt197.1: neutron.tests.functional.privileged.agent.linux.test_utils.FindListenPidsNamespaceTestCase.test_find_listen_pids_namespace |
||||||
neutron.tests.functional.sanity.test_sanity.SanityTestCase | 5 | 5 | 0 | 0 | 0 | Detail | |
test_ip6tables_support |
pass
pt198.1: neutron.tests.functional.sanity.test_sanity.SanityTestCase.test_ip6tables_support |
||||||
test_dnsmasq_version |
pass
pt198.2: neutron.tests.functional.sanity.test_sanity.SanityTestCase.test_dnsmasq_version |
||||||
test_ipset_support |
pass
pt198.3: neutron.tests.functional.sanity.test_sanity.SanityTestCase.test_ipset_support |
||||||
test_nova_notify_runs |
pass
pt198.4: neutron.tests.functional.sanity.test_sanity.SanityTestCase.test_nova_notify_runs |
||||||
test_dibbler_version |
pass
pt198.5: neutron.tests.functional.sanity.test_sanity.SanityTestCase.test_dibbler_version |
||||||
neutron.tests.functional.sanity.test_sanity.SanityTestCaseRoot | 12 | 12 | 0 | 0 | 0 | Detail | |
test_iproute2_vxlan_support_runs |
pass
pt199.1: neutron.tests.functional.sanity.test_sanity.SanityTestCaseRoot.test_iproute2_vxlan_support_runs |
||||||
test_ovs_patch_support_runs |
pass
pt199.2: neutron.tests.functional.sanity.test_sanity.SanityTestCaseRoot.test_ovs_patch_support_runs |
||||||
test_ovs_vxlan_support_runs |
pass
pt199.3: neutron.tests.functional.sanity.test_sanity.SanityTestCaseRoot.test_ovs_vxlan_support_runs |
||||||
test_arp_responder_runs |
pass
pt199.4: neutron.tests.functional.sanity.test_sanity.SanityTestCaseRoot.test_arp_responder_runs |
||||||
test_ip_nonlocal_bind |
pass
pt199.5: neutron.tests.functional.sanity.test_sanity.SanityTestCaseRoot.test_ip_nonlocal_bind |
||||||
test_bridge_firewalling_enabled |
pass
pt199.6: neutron.tests.functional.sanity.test_sanity.SanityTestCaseRoot.test_bridge_firewalling_enabled |
||||||
test_keepalived_ipv6_support |
pass
pt199.7: neutron.tests.functional.sanity.test_sanity.SanityTestCaseRoot.test_keepalived_ipv6_support |
||||||
test_ovsdb_native_supported_runs |
pass
pt199.8: neutron.tests.functional.sanity.test_sanity.SanityTestCaseRoot.test_ovsdb_native_supported_runs |
||||||
test_arp_header_match_runs |
pass
pt199.9: neutron.tests.functional.sanity.test_sanity.SanityTestCaseRoot.test_arp_header_match_runs |
||||||
test_icmpv6_header_match_runs |
pass
pt199.10: neutron.tests.functional.sanity.test_sanity.SanityTestCaseRoot.test_icmpv6_header_match_runs |
||||||
test_namespace_root_read_detection_runs |
pass
pt199.11: neutron.tests.functional.sanity.test_sanity.SanityTestCaseRoot.test_namespace_root_read_detection_runs |
||||||
test_ovs_geneve_support_runs |
pass
pt199.12: neutron.tests.functional.sanity.test_sanity.SanityTestCaseRoot.test_ovs_geneve_support_runs |
||||||
neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestAZAwareWeightScheduler | 7 | 7 | 0 | 0 | 0 | Detail | |
test_schedule_network(Single hint, Multi agents, Scheduled agents of the specified AZ) |
pass
pt200.1: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestAZAwareWeightScheduler.test_schedule_network(Single hint, Multi agents, Scheduled agents of the specified AZ) |
||||||
test_schedule_network(Single hint, Single agent, Scheduled an agent of the specified AZ) |
pass
pt200.2: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestAZAwareWeightScheduler.test_schedule_network(Single hint, Single agent, Scheduled an agent of the specified AZ) |
||||||
test_schedule_network(Multi hints, Multi agents, Not enough agents) |
pass
pt200.3: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestAZAwareWeightScheduler.test_schedule_network(Multi hints, Multi agents, Not enough agents) |
||||||
test_schedule_network(No hint, Scheduled independent to AZ) |
pass
pt200.4: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestAZAwareWeightScheduler.test_schedule_network(No hint, Scheduled independent to AZ) |
||||||
test_schedule_network(Multi hints, Multi agents, Only single AZ available) |
pass
pt200.5: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestAZAwareWeightScheduler.test_schedule_network(Multi hints, Multi agents, Only single AZ available) |
||||||
test_schedule_network(Multi hints, Multi agents, Partially scheduled, Another AZ selected) |
pass
pt200.6: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestAZAwareWeightScheduler.test_schedule_network(Multi hints, Multi agents, Partially scheduled, Another AZ selected) |
||||||
test_schedule_network(Multi hints, Multi agents Scheduled agents of the specified AZs) |
pass
pt200.7: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestAZAwareWeightScheduler.test_schedule_network(Multi hints, Multi agents Scheduled agents of the specified AZs) |
||||||
neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestAutoSchedule | 9 | 9 | 0 | 0 | 0 | Detail | |
test_auto_schedule(Additional agents scheduled to the networks if max_agents_per_network is not yet reached) |
pass
pt201.1: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestAutoSchedule.test_auto_schedule(Additional agents scheduled to the networks if max_agents_per_network is not yet reached) |
||||||
test_auto_schedule(No agents scheduled to the network with dhcp disabled) |
pass
pt201.2: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestAutoSchedule.test_auto_schedule(No agents scheduled to the network with dhcp disabled) |
||||||
test_auto_schedule(No agents scheduled if all networks have dhcp disabled) |
pass
pt201.3: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestAutoSchedule.test_auto_schedule(No agents scheduled if all networks have dhcp disabled) |
||||||
test_auto_schedule(Agents scheduled to the networks if networks are not yet hosted) |
pass
pt201.4: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestAutoSchedule.test_auto_schedule(Agents scheduled to the networks if networks are not yet hosted) |
||||||
test_auto_schedule(No agent scheduled if no networks are present) |
pass
pt201.5: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestAutoSchedule.test_auto_schedule(No agent scheduled if no networks are present) |
||||||
test_auto_schedule(No agents scheduled if networks already hosted and max_agents_per_network reached) |
pass
pt201.6: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestAutoSchedule.test_auto_schedule(No agents scheduled if networks already hosted and max_agents_per_network reached) |
||||||
test_auto_schedule(No new agents scheduled if networks are already hosted) |
pass
pt201.7: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestAutoSchedule.test_auto_schedule(No new agents scheduled if networks are already hosted) |
||||||
test_auto_schedule(No agents scheduled if unscheduled network does not match AZ) |
pass
pt201.8: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestAutoSchedule.test_auto_schedule(No agents scheduled if unscheduled network does not match AZ) |
||||||
test_auto_schedule(Agent scheduled to the network if network is not yet hosted) |
pass
pt201.9: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestAutoSchedule.test_auto_schedule(Agent scheduled to the network if network is not yet hosted) |
||||||
neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestChanceScheduleNetwork | 6 | 6 | 0 | 0 | 0 | Detail | |
test_schedule_network(Additional Agents scheduled to the network if max_agents_per_network is not yet reached) |
pass
pt202.1: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestChanceScheduleNetwork.test_schedule_network(Additional Agents scheduled to the network if max_agents_per_network is not yet reached) |
||||||
test_schedule_network(No agent scheduled if agent is dead) |
pass
pt202.2: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestChanceScheduleNetwork.test_schedule_network(No agent scheduled if agent is dead) |
||||||
test_schedule_network(No agents scheduled if all agents are down) |
pass
pt202.3: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestChanceScheduleNetwork.test_schedule_network(No agents scheduled if all agents are down) |
||||||
test_schedule_network(No agents scheduled if no agents are present) |
pass
pt202.4: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestChanceScheduleNetwork.test_schedule_network(No agents scheduled if no agents are present) |
||||||
test_schedule_network(Agent scheduled to the network if network is not yet hosted) |
pass
pt202.5: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestChanceScheduleNetwork.test_schedule_network(Agent scheduled to the network if network is not yet hosted) |
||||||
test_schedule_network(No agents scheduled if network already hosted and max_agents_per_network reached) |
pass
pt202.6: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestChanceScheduleNetwork.test_schedule_network(No agents scheduled if network already hosted and max_agents_per_network reached) |
||||||
neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestDHCPSchedulerWithNetworkAccessibility | 1 | 1 | 0 | 0 | 0 | Detail | |
test_dhcp_scheduler_filters_hosts_without_network_access |
pass
pt203.1: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestDHCPSchedulerWithNetworkAccessibility.test_dhcp_scheduler_filters_hosts_without_network_access |
||||||
neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestWeightScheduleNetwork | 6 | 6 | 0 | 0 | 0 | Detail | |
test_weight_schedule_network(No agent scheduled if agent is dead) |
pass
pt204.1: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestWeightScheduleNetwork.test_weight_schedule_network(No agent scheduled if agent is dead) |
||||||
test_weight_schedule_network(Additional Agents scheduled to the network if max_agents_per_network is not yet reached) |
pass
pt204.2: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestWeightScheduleNetwork.test_weight_schedule_network(Additional Agents scheduled to the network if max_agents_per_network is not yet reached) |
||||||
test_weight_schedule_network(No agents scheduled if network already hosted and max_agents_per_network reached) |
pass
pt204.3: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestWeightScheduleNetwork.test_weight_schedule_network(No agents scheduled if network already hosted and max_agents_per_network reached) |
||||||
test_weight_schedule_network(No agents scheduled if all agents are down) |
pass
pt204.4: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestWeightScheduleNetwork.test_weight_schedule_network(No agents scheduled if all agents are down) |
||||||
test_weight_schedule_network(Agent scheduled to the network if network is not yet hosted) |
pass
pt204.5: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestWeightScheduleNetwork.test_weight_schedule_network(Agent scheduled to the network if network is not yet hosted) |
||||||
test_weight_schedule_network(No agents scheduled if no agents are present) |
pass
pt204.6: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler.TestWeightScheduleNetwork.test_weight_schedule_network(No agents scheduled if no agents are present) |
||||||
neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3AZAutoScheduleTestCaseBase | 4 | 4 | 0 | 0 | 0 | Detail | |
test_auto_schedule_router(Regular router, not scheduled, agent not in specified AZ activated) |
pass
pt205.1: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3AZAutoScheduleTestCaseBase.test_auto_schedule_router(Regular router, not scheduled, agent not in specified AZ activated) |
||||||
test_auto_schedule_router(Regular router, not scheduled, agent in specified AZ activated) |
pass
pt205.2: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3AZAutoScheduleTestCaseBase.test_auto_schedule_router(Regular router, not scheduled, agent in specified AZ activated) |
||||||
test_auto_schedule_router(HA router, not scheduled, agent in specified AZ activated) |
pass
pt205.3: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3AZAutoScheduleTestCaseBase.test_auto_schedule_router(HA router, not scheduled, agent in specified AZ activated) |
||||||
test_auto_schedule_router(HA router, not scheduled, agent not in specified AZ activated) |
pass
pt205.4: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3AZAutoScheduleTestCaseBase.test_auto_schedule_router(HA router, not scheduled, agent not in specified AZ activated) |
||||||
neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3AZLeastRoutersSchedulerTestCase | 3 | 3 | 0 | 0 | 0 | Detail | |
test_schedule_router(HA router, max_l3_agents_per_routers > az_hints) |
pass
pt206.1: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3AZLeastRoutersSchedulerTestCase.test_schedule_router(HA router, max_l3_agents_per_routers > az_hints) |
||||||
test_schedule_router(Regular router, Scheduled specified AZ) |
pass
pt206.2: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3AZLeastRoutersSchedulerTestCase.test_schedule_router(Regular router, Scheduled specified AZ) |
||||||
test_schedule_router(HA router, Scheduled specified AZs) |
pass
pt206.3: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3AZLeastRoutersSchedulerTestCase.test_schedule_router(HA router, Scheduled specified AZs) |
||||||
neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3ChanceSchedulerTestCase | 10 | 10 | 0 | 0 | 0 | Detail | |
test_auto_schedule_routers(No routers scheduled if it is already hosted) |
pass
pt207.1: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3ChanceSchedulerTestCase.test_auto_schedule_routers(No routers scheduled if it is already hosted) |
||||||
test_auto_schedule_routers(No routers scheduled if no agents are present) |
pass
pt207.2: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3ChanceSchedulerTestCase.test_auto_schedule_routers(No routers scheduled if no agents are present) |
||||||
test_auto_schedule_routers(Router scheduled to the agent if router is not yet hosted) |
pass
pt207.3: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3ChanceSchedulerTestCase.test_auto_schedule_routers(Router scheduled to the agent if router is not yet hosted) |
||||||
test_chance_schedule_router(No routers scheduled if all agents are down) |
pass
pt207.4: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3ChanceSchedulerTestCase.test_chance_schedule_router(No routers scheduled if all agents are down) |
||||||
test_chance_schedule_router(Router scheduled to the agent if router is not yet hosted) |
pass
pt207.5: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3ChanceSchedulerTestCase.test_chance_schedule_router(Router scheduled to the agent if router is not yet hosted) |
||||||
test_auto_schedule_routers(Router scheduled to the agent even if it already hosts a router) |
pass
pt207.6: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3ChanceSchedulerTestCase.test_auto_schedule_routers(Router scheduled to the agent even if it already hosts a router) |
||||||
test_chance_schedule_router(No routers scheduled if it is already hosted) |
pass
pt207.7: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3ChanceSchedulerTestCase.test_chance_schedule_router(No routers scheduled if it is already hosted) |
||||||
test_chance_schedule_router(Router scheduled to the agent even if it already hosts a router) |
pass
pt207.8: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3ChanceSchedulerTestCase.test_chance_schedule_router(Router scheduled to the agent even if it already hosts a router) |
||||||
test_auto_schedule_routers(No routers scheduled if all agents are down) |
pass
pt207.9: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3ChanceSchedulerTestCase.test_auto_schedule_routers(No routers scheduled if all agents are down) |
||||||
test_chance_schedule_router(No routers scheduled if no agents are present) |
pass
pt207.10: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3ChanceSchedulerTestCase.test_chance_schedule_router(No routers scheduled if no agents are present) |
||||||
neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase | 48 | 48 | 0 | 0 | 0 | Detail | |
test_chance_auto_schedule_routers(Already hosted legacy router not scheduled on dvr agent) |
pass
pt208.1: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_chance_auto_schedule_routers(Already hosted legacy router not scheduled on dvr agent) |
||||||
test_chance_auto_schedule_routers(Distributed router not scheduled if it is on a different external network than the dvr_snat agent) |
pass
pt208.2: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_chance_auto_schedule_routers(Distributed router not scheduled if it is on a different external network than the dvr_snat agent) |
||||||
test_least_routers_auto_schedule_routers(Distributed router not scheduled on legacy agent) |
pass
pt208.3: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_least_routers_auto_schedule_routers(Distributed router not scheduled on legacy agent) |
||||||
test_least_routers_auto_schedule_routers(Distributed router not scheduled if it is on a different external network than the dvr_snat agent) |
pass
pt208.4: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_least_routers_auto_schedule_routers(Distributed router not scheduled if it is on a different external network than the dvr_snat agent) |
||||||
test_least_routers_schedule_router(Already hosted legacy router not scheduled on dvr_snat agent) |
pass
pt208.5: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_least_routers_schedule_router(Already hosted legacy router not scheduled on dvr_snat agent) |
||||||
test_chance_auto_schedule_routers(Distributed router not scheduled on legacy agent) |
pass
pt208.6: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_chance_auto_schedule_routers(Distributed router not scheduled on legacy agent) |
||||||
test_chance_auto_schedule_routers(Distributed router not scheduled on dvr agent) |
pass
pt208.7: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_chance_auto_schedule_routers(Distributed router not scheduled on dvr agent) |
||||||
test_chance_auto_schedule_routers(Already hosted distributed router not scheduled on legacy agent) |
pass
pt208.8: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_chance_auto_schedule_routers(Already hosted distributed router not scheduled on legacy agent) |
||||||
test_chance_auto_schedule_routers(Already hosted distributed router not scheduled on dvr agent) |
pass
pt208.9: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_chance_auto_schedule_routers(Already hosted distributed router not scheduled on dvr agent) |
||||||
test_chance_schedule_router(Legacy router not scheduled on dvr agent) |
pass
pt208.10: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_chance_schedule_router(Legacy router not scheduled on dvr agent) |
||||||
test_chance_schedule_router(Distributed router not scheduled on legacy agent) |
pass
pt208.11: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_chance_schedule_router(Distributed router not scheduled on legacy agent) |
||||||
test_chance_schedule_router(Distributed router scheduled on dvr_snat agent) |
pass
pt208.12: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_chance_schedule_router(Distributed router scheduled on dvr_snat agent) |
||||||
test_least_routers_auto_schedule_routers(Legacy router scheduled on dvr_snat agent) |
pass
pt208.13: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_least_routers_auto_schedule_routers(Legacy router scheduled on dvr_snat agent) |
||||||
test_least_routers_auto_schedule_routers(Already hosted legacy router not scheduled on dvr agent) |
pass
pt208.14: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_least_routers_auto_schedule_routers(Already hosted legacy router not scheduled on dvr agent) |
||||||
test_least_routers_schedule_router(Already hosted distributed router not scheduled on dvr_snat agent) |
pass
pt208.15: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_least_routers_schedule_router(Already hosted distributed router not scheduled on dvr_snat agent) |
||||||
test_least_routers_schedule_router(Distributed router not scheduled if it is on a different external network than the dvr_snat agent) |
pass
pt208.16: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_least_routers_schedule_router(Distributed router not scheduled if it is on a different external network than the dvr_snat agent) |
||||||
test_chance_schedule_router(Already hosted legacy router not scheduled on dvr agent) |
pass
pt208.17: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_chance_schedule_router(Already hosted legacy router not scheduled on dvr agent) |
||||||
test_chance_schedule_router(Already hosted distributed router not scheduled on dvr_snat agent) |
pass
pt208.18: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_chance_schedule_router(Already hosted distributed router not scheduled on dvr_snat agent) |
||||||
test_chance_schedule_router(Distributed router not scheduled if it is on a different external network than the dvr_snat agent) |
pass
pt208.19: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_chance_schedule_router(Distributed router not scheduled if it is on a different external network than the dvr_snat agent) |
||||||
test_least_routers_auto_schedule_routers(Legacy router not scheduled on dvr agent) |
pass
pt208.20: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_least_routers_auto_schedule_routers(Legacy router not scheduled on dvr agent) |
||||||
test_least_routers_schedule_router(Distributed router scheduled on dvr_snat agent) |
pass
pt208.21: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_least_routers_schedule_router(Distributed router scheduled on dvr_snat agent) |
||||||
test_chance_auto_schedule_routers(Legacy router not scheduled on dvr agent) |
pass
pt208.22: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_chance_auto_schedule_routers(Legacy router not scheduled on dvr agent) |
||||||
test_least_routers_auto_schedule_routers(Distributed router not scheduled on dvr agent) |
pass
pt208.23: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_least_routers_auto_schedule_routers(Distributed router not scheduled on dvr agent) |
||||||
test_least_routers_auto_schedule_routers(Distributed router scheduled on dvr_snat agent) |
pass
pt208.24: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_least_routers_auto_schedule_routers(Distributed router scheduled on dvr_snat agent) |
||||||
test_least_routers_schedule_router(Legacy router not scheduled on dvr agent) |
pass
pt208.25: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_least_routers_schedule_router(Legacy router not scheduled on dvr agent) |
||||||
test_least_routers_schedule_router(Distributed router not scheduled on legacy agent) |
pass
pt208.26: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_least_routers_schedule_router(Distributed router not scheduled on legacy agent) |
||||||
test_least_routers_schedule_router(Already hosted legacy router not scheduled on dvr agent) |
pass
pt208.27: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_least_routers_schedule_router(Already hosted legacy router not scheduled on dvr agent) |
||||||
test_chance_auto_schedule_routers(Legacy router scheduled on dvr_snat agent) |
pass
pt208.28: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_chance_auto_schedule_routers(Legacy router scheduled on dvr_snat agent) |
||||||
test_chance_auto_schedule_routers(Already hosted distributed router not scheduled on dvr_snat agent) |
pass
pt208.29: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_chance_auto_schedule_routers(Already hosted distributed router not scheduled on dvr_snat agent) |
||||||
test_chance_auto_schedule_routers(Already hosted legacy router not scheduled on additional dvr agent) |
pass
pt208.30: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_chance_auto_schedule_routers(Already hosted legacy router not scheduled on additional dvr agent) |
||||||
test_chance_schedule_router(Already hosted distributed router not scheduled on legacy agent) |
pass
pt208.31: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_chance_schedule_router(Already hosted distributed router not scheduled on legacy agent) |
||||||
test_chance_schedule_router(Already hosted legacy router not scheduled on additional dvr agent) |
pass
pt208.32: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_chance_schedule_router(Already hosted legacy router not scheduled on additional dvr agent) |
||||||
test_least_routers_auto_schedule_routers(Already hosted legacy router not scheduled on dvr_snat agent) |
pass
pt208.33: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_least_routers_auto_schedule_routers(Already hosted legacy router not scheduled on dvr_snat agent) |
||||||
test_least_routers_auto_schedule_routers(Already hosted distributed router not scheduled on dvr agent) |
pass
pt208.34: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_least_routers_auto_schedule_routers(Already hosted distributed router not scheduled on dvr agent) |
||||||
test_least_routers_auto_schedule_routers(Already hosted distributed router not scheduled on dvr_snat agent) |
pass
pt208.35: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_least_routers_auto_schedule_routers(Already hosted distributed router not scheduled on dvr_snat agent) |
||||||
test_chance_schedule_router(Already hosted legacy router not scheduled on dvr_snat agent) |
pass
pt208.36: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_chance_schedule_router(Already hosted legacy router not scheduled on dvr_snat agent) |
||||||
test_least_routers_auto_schedule_routers(Already hosted distributed router not scheduled on legacy agent) |
pass
pt208.37: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_least_routers_auto_schedule_routers(Already hosted distributed router not scheduled on legacy agent) |
||||||
test_least_routers_auto_schedule_routers(Already hosted legacy router not scheduled on additional dvr agent) |
pass
pt208.38: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_least_routers_auto_schedule_routers(Already hosted legacy router not scheduled on additional dvr agent) |
||||||
test_least_routers_schedule_router(Distributed router not scheduled on dvr agent) |
pass
pt208.39: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_least_routers_schedule_router(Distributed router not scheduled on dvr agent) |
||||||
test_least_routers_schedule_router(Already hosted distributed router not scheduled on legacy agent) |
pass
pt208.40: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_least_routers_schedule_router(Already hosted distributed router not scheduled on legacy agent) |
||||||
test_chance_auto_schedule_routers(Distributed router scheduled on dvr_snat agent) |
pass
pt208.41: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_chance_auto_schedule_routers(Distributed router scheduled on dvr_snat agent) |
||||||
test_chance_schedule_router(Legacy router scheduled on dvr_snat agent) |
pass
pt208.42: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_chance_schedule_router(Legacy router scheduled on dvr_snat agent) |
||||||
test_chance_schedule_router(Distributed router not scheduled on dvr agent) |
pass
pt208.43: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_chance_schedule_router(Distributed router not scheduled on dvr agent) |
||||||
test_chance_schedule_router(Already hosted distributed router not scheduled on dvr agent) |
pass
pt208.44: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_chance_schedule_router(Already hosted distributed router not scheduled on dvr agent) |
||||||
test_chance_auto_schedule_routers(Already hosted legacy router not scheduled on dvr_snat agent) |
pass
pt208.45: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_chance_auto_schedule_routers(Already hosted legacy router not scheduled on dvr_snat agent) |
||||||
test_least_routers_schedule_router(Legacy router scheduled on dvr_snat agent) |
pass
pt208.46: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_least_routers_schedule_router(Legacy router scheduled on dvr_snat agent) |
||||||
test_least_routers_schedule_router(Already hosted distributed router not scheduled on dvr agent) |
pass
pt208.47: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_least_routers_schedule_router(Already hosted distributed router not scheduled on dvr agent) |
||||||
test_least_routers_schedule_router(Already hosted legacy router not scheduled on additional dvr agent) |
pass
pt208.48: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3DVRSchedulerTestCase.test_least_routers_schedule_router(Already hosted legacy router not scheduled on additional dvr agent) |
||||||
neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3LeastRoutersSchedulerTestCase | 12 | 12 | 0 | 0 | 0 | Detail | |
test_auto_schedule_routers(Router is scheduled to agent hosting least routers) |
pass
pt209.1: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3LeastRoutersSchedulerTestCase.test_auto_schedule_routers(Router is scheduled to agent hosting least routers) |
||||||
test_least_routers_schedule(Router scheduled to the agent even if it already hosts a router) |
pass
pt209.2: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3LeastRoutersSchedulerTestCase.test_least_routers_schedule(Router scheduled to the agent even if it already hosts a router) |
||||||
test_auto_schedule_routers(No routers scheduled if it is already hosted) |
pass
pt209.3: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3LeastRoutersSchedulerTestCase.test_auto_schedule_routers(No routers scheduled if it is already hosted) |
||||||
test_auto_schedule_routers(Router scheduled to the agent if router is not yet hosted) |
pass
pt209.4: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3LeastRoutersSchedulerTestCase.test_auto_schedule_routers(Router scheduled to the agent if router is not yet hosted) |
||||||
test_least_routers_schedule(No routers scheduled if all agents are down) |
pass
pt209.5: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3LeastRoutersSchedulerTestCase.test_least_routers_schedule(No routers scheduled if all agents are down) |
||||||
test_auto_schedule_routers(Router scheduled to the agent even if it already hosts a router) |
pass
pt209.6: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3LeastRoutersSchedulerTestCase.test_auto_schedule_routers(Router scheduled to the agent even if it already hosts a router) |
||||||
test_least_routers_schedule(No routers scheduled if no agents are present) |
pass
pt209.7: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3LeastRoutersSchedulerTestCase.test_least_routers_schedule(No routers scheduled if no agents are present) |
||||||
test_least_routers_schedule(Router scheduled to the agent if router is not yet hosted) |
pass
pt209.8: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3LeastRoutersSchedulerTestCase.test_least_routers_schedule(Router scheduled to the agent if router is not yet hosted) |
||||||
test_auto_schedule_routers(No routers scheduled if all agents are down) |
pass
pt209.9: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3LeastRoutersSchedulerTestCase.test_auto_schedule_routers(No routers scheduled if all agents are down) |
||||||
test_least_routers_schedule(Router is scheduled to agent hosting least routers) |
pass
pt209.10: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3LeastRoutersSchedulerTestCase.test_least_routers_schedule(Router is scheduled to agent hosting least routers) |
||||||
test_auto_schedule_routers(No routers scheduled if no agents are present) |
pass
pt209.11: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3LeastRoutersSchedulerTestCase.test_auto_schedule_routers(No routers scheduled if no agents are present) |
||||||
test_least_routers_schedule(No routers scheduled if it is already hosted) |
pass
pt209.12: neutron.tests.functional.scheduler.test_l3_agent_scheduler.L3LeastRoutersSchedulerTestCase.test_least_routers_schedule(No routers scheduled if it is already hosted) |
||||||
neutron.tests.functional.services.conntrack_helper.test_conntrack_helper.ConntrackHelperTestCase | 8 | 8 | 0 | 0 | 0 | Detail | |
test_update_conntrack_helper |
pass
pt210.1: neutron.tests.functional.services.conntrack_helper.test_conntrack_helper.ConntrackHelperTestCase.test_update_conntrack_helper |
||||||
test_negative_delete_conntrack_helper |
pass
pt210.2: neutron.tests.functional.services.conntrack_helper.test_conntrack_helper.ConntrackHelperTestCase.test_negative_delete_conntrack_helper |
||||||
test_create_conntrack_helper |
pass
pt210.3: neutron.tests.functional.services.conntrack_helper.test_conntrack_helper.ConntrackHelperTestCase.test_create_conntrack_helper |
||||||
test_negative_update_conntrack_helper |
pass
pt210.4: neutron.tests.functional.services.conntrack_helper.test_conntrack_helper.ConntrackHelperTestCase.test_negative_update_conntrack_helper |
||||||
test_negative_create_conntrack_helper |
pass
pt210.5: neutron.tests.functional.services.conntrack_helper.test_conntrack_helper.ConntrackHelperTestCase.test_negative_create_conntrack_helper |
||||||
test_delete_conntrack_helper |
pass
pt210.6: neutron.tests.functional.services.conntrack_helper.test_conntrack_helper.ConntrackHelperTestCase.test_delete_conntrack_helper |
||||||
test_negative_duplicate_update_conntrack_helper |
pass
pt210.7: neutron.tests.functional.services.conntrack_helper.test_conntrack_helper.ConntrackHelperTestCase.test_negative_duplicate_update_conntrack_helper |
||||||
test_negative_duplicate_create_conntrack_helper |
pass
pt210.8: neutron.tests.functional.services.conntrack_helper.test_conntrack_helper.ConntrackHelperTestCase.test_negative_duplicate_create_conntrack_helper |
||||||
neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase | 57 | 53 | 0 | 0 | 4 | Detail | |
test_allowed_address_pairs_update_arp_entry |
pass
pt211.1: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_allowed_address_pairs_update_arp_entry |
||||||
test_create_floating_ip_agent_notification_non_dvr |
pass
pt211.2: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_create_floating_ip_agent_notification_non_dvr |
||||||
test_delete_agent_gw_port_for_network |
pass
pt211.3: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_delete_agent_gw_port_for_network |
||||||
test_get_agent_gw_port_for_network |
pass
pt211.4: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_get_agent_gw_port_for_network |
||||||
test_get_fip_agent_gw_ports |
pass
pt211.5: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_get_fip_agent_gw_ports |
||||||
test_router_notifications |
pass
pt211.6: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_router_notifications |
||||||
test_update_router_db_dvrha_to_cvrha |
pass
pt211.7: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_update_router_db_dvrha_to_cvrha |
||||||
test__get_router_ids_for_agent |
skip
pt211.8: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test__get_router_ids_for_agent |
||||||
test_add_router_interface_by_subnet_notifications |
pass
pt211.9: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_add_router_interface_by_subnet_notifications |
||||||
test_agent_gw_port_delete_when_last_gateway_for_ext_net_removed |
pass
pt211.10: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_agent_gw_port_delete_when_last_gateway_for_ext_net_removed |
||||||
test_get_device_owner_distributed_router_object |
pass
pt211.11: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_get_device_owner_distributed_router_object |
||||||
test_remove_router_interface_by_port_leaves_snat_intact |
pass
pt211.12: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_remove_router_interface_by_port_leaves_snat_intact |
||||||
test_update_router_db_cvrha_to_dvrha |
pass
pt211.13: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_update_router_db_cvrha_to_dvrha |
||||||
test_update_router_db_dvrha_to_cvr |
pass
pt211.14: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_update_router_db_dvrha_to_cvr |
||||||
test_update_router_db_dvrha_to_dvr |
pass
pt211.15: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_update_router_db_dvrha_to_dvr |
||||||
test_update_vm_port_host_router_update |
pass
pt211.16: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_update_vm_port_host_router_update |
||||||
test_admin_router_remove_from_agent_on_vm_port_deletion |
pass
pt211.17: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_admin_router_remove_from_agent_on_vm_port_deletion |
||||||
test_create_floating_ip_agent_notification_for_dvr_no_external_agent |
pass
pt211.18: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_create_floating_ip_agent_notification_for_dvr_no_external_agent |
||||||
test_process_routers |
pass
pt211.19: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_process_routers |
||||||
test_router_with_ipv4_and_multiple_ipv6_on_same_network |
pass
pt211.20: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_router_with_ipv4_and_multiple_ipv6_on_same_network |
||||||
test_update_router_db_centralized_to_distributed |
skip
pt211.21: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_update_router_db_centralized_to_distributed |
||||||
test__get_dvr_router_ids_for_host |
pass
pt211.22: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test__get_dvr_router_ids_for_host |
||||||
test__get_router_ids_for_agent_related_router |
pass
pt211.23: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test__get_router_ids_for_agent_related_router |
||||||
test_add_router_interface_by_port_notifications |
pass
pt211.24: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_add_router_interface_by_port_notifications |
||||||
test_dvr_router_manual_rescheduling_updates_router |
pass
pt211.25: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_dvr_router_manual_rescheduling_updates_router |
||||||
test_update_floating_ip_agent_notification |
pass
pt211.26: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_update_floating_ip_agent_notification |
||||||
test_update_floating_ip_agent_notification_non_dvr |
pass
pt211.27: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_update_floating_ip_agent_notification_non_dvr |
||||||
test_update_router_db_dvr_to_dvrha |
pass
pt211.28: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_update_router_db_dvr_to_dvrha |
||||||
test_create_floating_ip_with_no_dvr_agents |
pass
pt211.29: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_create_floating_ip_with_no_dvr_agents |
||||||
test_dvr_gateway_host_binding_is_set |
pass
pt211.30: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_dvr_gateway_host_binding_is_set |
||||||
test_dvr_router_unbound_floating_ip_migrate_to_bound_host |
pass
pt211.31: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_dvr_router_unbound_floating_ip_migrate_to_bound_host |
||||||
test_get_device_owner_distributed_router_id |
pass
pt211.32: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_get_device_owner_distributed_router_id |
||||||
test_router_is_not_removed_from_snat_agent_on_interface_removal |
pass
pt211.33: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_router_is_not_removed_from_snat_agent_on_interface_removal |
||||||
test_update_router_db_cvr_to_dvrha |
pass
pt211.34: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_update_router_db_cvr_to_dvrha |
||||||
test_delete_floating_ip_agent_notification |
pass
pt211.35: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_delete_floating_ip_agent_notification |
||||||
test_dvr_ha_router_create_attach_internal_external_detach_delete |
pass
pt211.36: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_dvr_ha_router_create_attach_internal_external_detach_delete |
||||||
test_dvr_process_floatingips_for_dvr_on_full_sync |
pass
pt211.37: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_dvr_process_floatingips_for_dvr_on_full_sync |
||||||
test_dvr_router_centralized_floating_ip |
pass
pt211.38: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_dvr_router_centralized_floating_ip |
||||||
test_dvr_router_manual_rescheduling_removes_router |
pass
pt211.39: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_dvr_router_manual_rescheduling_removes_router |
||||||
test_get_device_owner_centralized |
skip
pt211.40: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_get_device_owner_centralized |
||||||
test_update_floating_ip_agent_notification_with_dvr_no_external_agents |
pass
pt211.41: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_update_floating_ip_agent_notification_with_dvr_no_external_agents |
||||||
test_create_floating_ip_agent_notification |
pass
pt211.42: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_create_floating_ip_agent_notification |
||||||
test_delete_floating_ip_agent_notification_non_dvr |
pass
pt211.43: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_delete_floating_ip_agent_notification_non_dvr |
||||||
test_dvr_router_notifications_for_live_migration_without_fip |
pass
pt211.44: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_dvr_router_notifications_for_live_migration_without_fip |
||||||
test_remove_router_interface_by_subnet_leaves_snat_intact |
pass
pt211.45: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_remove_router_interface_by_subnet_leaves_snat_intact |
||||||
test_router_auto_scheduling |
skip
pt211.46: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_router_auto_scheduling |
||||||
test_router_is_not_removed_from_snat_agent_on_dhcp_port_deletion |
pass
pt211.47: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_router_is_not_removed_from_snat_agent_on_dhcp_port_deletion |
||||||
test_router_remove_from_agent_on_vm_port_deletion |
pass
pt211.48: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_router_remove_from_agent_on_vm_port_deletion |
||||||
test__get_dvr_subnet_ids_on_host_query |
pass
pt211.49: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test__get_dvr_subnet_ids_on_host_query |
||||||
test_allowed_addr_pairs_delayed_fip_and_update_arp_entry |
pass
pt211.50: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_allowed_addr_pairs_delayed_fip_and_update_arp_entry |
||||||
test_csnat_ports_are_created_and_deleted_based_on_router_subnet |
pass
pt211.51: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_csnat_ports_are_created_and_deleted_based_on_router_subnet |
||||||
test_delete_floating_ip_agent_notification_with_dvr_no_external_agents |
pass
pt211.52: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_delete_floating_ip_agent_notification_with_dvr_no_external_agents |
||||||
test_delete_floating_ip_with_no_agents |
pass
pt211.53: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_delete_floating_ip_with_no_agents |
||||||
test_dvr_router_notifications_for_live_migration_with_fip |
pass
pt211.54: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_dvr_router_notifications_for_live_migration_with_fip |
||||||
test_get_agent_gw_ports_exist_for_network_no_port |
pass
pt211.55: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_get_agent_gw_ports_exist_for_network_no_port |
||||||
test_remove_router_interface |
pass
pt211.56: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_remove_router_interface |
||||||
test_unbound_allowed_addr_pairs_fip_with_multiple_active_vms |
pass
pt211.57: neutron.tests.functional.services.l3_router.test_l3_dvr_ha_router_plugin.L3DvrHATestCase.test_unbound_allowed_addr_pairs_fip_with_multiple_active_vms |
||||||
neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase | 50 | 50 | 0 | 0 | 0 | Detail | |
test_add_router_interface_by_port_notifications |
pass
pt212.1: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_add_router_interface_by_port_notifications |
||||||
test_agent_gw_port_delete_when_last_gateway_for_ext_net_removed |
pass
pt212.2: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_agent_gw_port_delete_when_last_gateway_for_ext_net_removed |
||||||
test_get_device_owner_distributed_router_id |
pass
pt212.3: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_get_device_owner_distributed_router_id |
||||||
test_get_device_owner_distributed_router_object |
pass
pt212.4: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_get_device_owner_distributed_router_object |
||||||
test_remove_router_interface_by_port_leaves_snat_intact |
pass
pt212.5: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_remove_router_interface_by_port_leaves_snat_intact |
||||||
test_router_with_ipv4_and_multiple_ipv6_on_same_network |
pass
pt212.6: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_router_with_ipv4_and_multiple_ipv6_on_same_network |
||||||
test_update_floating_ip_agent_notification_with_dvr_no_external_agents |
pass
pt212.7: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_update_floating_ip_agent_notification_with_dvr_no_external_agents |
||||||
test_update_router_db_centralized_to_distributed |
pass
pt212.8: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_update_router_db_centralized_to_distributed |
||||||
test_add_router_interface_by_subnet_notifications |
pass
pt212.9: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_add_router_interface_by_subnet_notifications |
||||||
test_admin_router_remove_from_agent_on_vm_port_deletion |
pass
pt212.10: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_admin_router_remove_from_agent_on_vm_port_deletion |
||||||
test_delete_floating_ip_agent_notification |
pass
pt212.11: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_delete_floating_ip_agent_notification |
||||||
test_dvr_router_manual_rescheduling_removes_router |
pass
pt212.12: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_dvr_router_manual_rescheduling_removes_router |
||||||
test_router_is_not_removed_from_snat_agent_on_interface_removal |
pass
pt212.13: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_router_is_not_removed_from_snat_agent_on_interface_removal |
||||||
test_update_vm_port_host_router_update |
pass
pt212.14: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_update_vm_port_host_router_update |
||||||
test__get_router_ids_for_agent |
pass
pt212.15: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test__get_router_ids_for_agent |
||||||
test_create_floating_ip_with_no_dvr_agents |
pass
pt212.16: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_create_floating_ip_with_no_dvr_agents |
||||||
test_delete_agent_gw_port_for_network |
pass
pt212.17: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_delete_agent_gw_port_for_network |
||||||
test_delete_floating_ip_agent_notification_with_dvr_no_external_agents |
pass
pt212.18: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_delete_floating_ip_agent_notification_with_dvr_no_external_agents |
||||||
test_dvr_gateway_host_binding_is_set |
pass
pt212.19: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_dvr_gateway_host_binding_is_set |
||||||
test_remove_router_interface_by_subnet_leaves_snat_intact |
pass
pt212.20: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_remove_router_interface_by_subnet_leaves_snat_intact |
||||||
test__get_router_ids_for_agent_related_router |
pass
pt212.21: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test__get_router_ids_for_agent_related_router |
||||||
test_delete_floating_ip_agent_notification_non_dvr |
pass
pt212.22: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_delete_floating_ip_agent_notification_non_dvr |
||||||
test_dvr_router_notifications_for_live_migration_without_fip |
pass
pt212.23: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_dvr_router_notifications_for_live_migration_without_fip |
||||||
test_dvr_router_unbound_floating_ip_migrate_to_bound_host |
pass
pt212.24: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_dvr_router_unbound_floating_ip_migrate_to_bound_host |
||||||
test_get_agent_gw_ports_exist_for_network_no_port |
pass
pt212.25: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_get_agent_gw_ports_exist_for_network_no_port |
||||||
test_get_fip_agent_gw_ports |
pass
pt212.26: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_get_fip_agent_gw_ports |
||||||
test_update_floating_ip_agent_notification_non_dvr |
pass
pt212.27: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_update_floating_ip_agent_notification_non_dvr |
||||||
test_create_floating_ip_agent_notification |
pass
pt212.28: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_create_floating_ip_agent_notification |
||||||
test_csnat_ports_are_created_and_deleted_based_on_router_subnet |
pass
pt212.29: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_csnat_ports_are_created_and_deleted_based_on_router_subnet |
||||||
test_dvr_process_floatingips_for_dvr_on_full_sync |
pass
pt212.30: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_dvr_process_floatingips_for_dvr_on_full_sync |
||||||
test_router_is_not_removed_from_snat_agent_on_dhcp_port_deletion |
pass
pt212.31: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_router_is_not_removed_from_snat_agent_on_dhcp_port_deletion |
||||||
test_router_remove_from_agent_on_vm_port_deletion |
pass
pt212.32: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_router_remove_from_agent_on_vm_port_deletion |
||||||
test_unbound_allowed_addr_pairs_fip_with_multiple_active_vms |
pass
pt212.33: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_unbound_allowed_addr_pairs_fip_with_multiple_active_vms |
||||||
test__get_dvr_router_ids_for_host |
pass
pt212.34: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test__get_dvr_router_ids_for_host |
||||||
test_allowed_addr_pairs_delayed_fip_and_update_arp_entry |
pass
pt212.35: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_allowed_addr_pairs_delayed_fip_and_update_arp_entry |
||||||
test_allowed_address_pairs_update_arp_entry |
pass
pt212.36: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_allowed_address_pairs_update_arp_entry |
||||||
test_dvr_router_manual_rescheduling_updates_router |
pass
pt212.37: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_dvr_router_manual_rescheduling_updates_router |
||||||
test_dvr_router_notifications_for_live_migration_with_fip |
pass
pt212.38: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_dvr_router_notifications_for_live_migration_with_fip |
||||||
test_update_floating_ip_agent_notification |
pass
pt212.39: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_update_floating_ip_agent_notification |
||||||
test_create_floating_ip_agent_notification_for_dvr_no_external_agent |
pass
pt212.40: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_create_floating_ip_agent_notification_for_dvr_no_external_agent |
||||||
test_create_floating_ip_agent_notification_non_dvr |
pass
pt212.41: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_create_floating_ip_agent_notification_non_dvr |
||||||
test_dvr_router_centralized_floating_ip |
pass
pt212.42: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_dvr_router_centralized_floating_ip |
||||||
test_get_device_owner_centralized |
pass
pt212.43: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_get_device_owner_centralized |
||||||
test_router_auto_scheduling |
pass
pt212.44: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_router_auto_scheduling |
||||||
test__get_dvr_subnet_ids_on_host_query |
pass
pt212.45: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test__get_dvr_subnet_ids_on_host_query |
||||||
test_delete_floating_ip_with_no_agents |
pass
pt212.46: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_delete_floating_ip_with_no_agents |
||||||
test_get_agent_gw_port_for_network |
pass
pt212.47: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_get_agent_gw_port_for_network |
||||||
test_process_routers |
pass
pt212.48: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_process_routers |
||||||
test_remove_router_interface |
pass
pt212.49: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_remove_router_interface |
||||||
test_router_notifications |
pass
pt212.50: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCase.test_router_notifications |
||||||
neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCaseMigration | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_router_db_centralized_to_distributed_with_ports |
pass
pt213.1: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.L3DvrTestCaseMigration.test_update_router_db_centralized_to_distributed_with_ports |
||||||
neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.MultipleL3PluginTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_router |
pass
pt214.1: neutron.tests.functional.services.l3_router.test_l3_dvr_router_plugin.MultipleL3PluginTestCase.test_create_router |
||||||
neutron.tests.functional.services.logapi.drivers.ovn.test_driver.LogApiTestCaseComplex | 7 | 7 | 0 | 0 | 0 | Detail | |
test_disable_logs |
pass
pt215.1: neutron.tests.functional.services.logapi.drivers.ovn.test_driver.LogApiTestCaseComplex.test_disable_logs |
||||||
test_update_all |
pass
pt215.2: neutron.tests.functional.services.logapi.drivers.ovn.test_driver.LogApiTestCaseComplex.test_update_all |
||||||
test_events_all_sg |
pass
pt215.3: neutron.tests.functional.services.logapi.drivers.ovn.test_driver.LogApiTestCaseComplex.test_events_all_sg |
||||||
test_events_one_sg |
pass
pt215.4: neutron.tests.functional.services.logapi.drivers.ovn.test_driver.LogApiTestCaseComplex.test_events_one_sg |
||||||
test_update_one_sg |
pass
pt215.5: neutron.tests.functional.services.logapi.drivers.ovn.test_driver.LogApiTestCaseComplex.test_update_one_sg |
||||||
test_overlap_net_logs |
pass
pt215.6: neutron.tests.functional.services.logapi.drivers.ovn.test_driver.LogApiTestCaseComplex.test_overlap_net_logs |
||||||
test_add_and_remove |
pass
pt215.7: neutron.tests.functional.services.logapi.drivers.ovn.test_driver.LogApiTestCaseComplex.test_add_and_remove |
||||||
neutron.tests.functional.services.logapi.drivers.ovn.test_driver.LogApiTestCaseSimple | 2 | 2 | 0 | 0 | 0 | Detail | |
test_basic_get |
pass
pt216.1: neutron.tests.functional.services.logapi.drivers.ovn.test_driver.LogApiTestCaseSimple.test_basic_get |
||||||
test_log_ovn_unsupported |
pass
pt216.2: neutron.tests.functional.services.logapi.drivers.ovn.test_driver.LogApiTestCaseSimple.test_log_ovn_unsupported |
||||||
neutron.tests.functional.services.logapi.test_logging.TestLoggingExtension | 3 | 1 | 0 | 0 | 2 | Detail | |
test_log_lifecycle(IptablesFirewallDriver,with ipset) |
skip
pt217.1: neutron.tests.functional.services.logapi.test_logging.TestLoggingExtension.test_log_lifecycle(IptablesFirewallDriver,with ipset) |
||||||
test_log_lifecycle(OVS Firewall Driver) |
pass
pt217.2: neutron.tests.functional.services.logapi.test_logging.TestLoggingExtension.test_log_lifecycle(OVS Firewall Driver) |
||||||
test_log_lifecycle(IptablesFirewallDriver,without ipset) |
skip
pt217.3: neutron.tests.functional.services.logapi.test_logging.TestLoggingExtension.test_log_lifecycle(IptablesFirewallDriver,without ipset) |
||||||
neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter | 25 | 25 | 0 | 0 | 0 | Detail | |
test_gateway_chassis_least_loaded_scheduler |
pass
pt218.1: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_gateway_chassis_least_loaded_scheduler |
||||||
test_gateway_chassis_least_loaded_scheduler_anti_affinity |
pass
pt218.2: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_gateway_chassis_least_loaded_scheduler_anti_affinity |
||||||
test_gateway_chassis_rebalance |
pass
pt218.3: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_gateway_chassis_rebalance |
||||||
test_gateway_chassis_rebalance_max_chassis |
pass
pt218.4: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_gateway_chassis_rebalance_max_chassis |
||||||
test_gateway_chassis_with_bridge_mappings |
pass
pt218.5: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_gateway_chassis_with_bridge_mappings |
||||||
test_logical_router_port_creation |
pass
pt218.6: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_logical_router_port_creation |
||||||
test_schedule_unhosted_gateways_single_transaction |
pass
pt218.7: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_schedule_unhosted_gateways_single_transaction |
||||||
test_set_router_mac_age_limit |
pass
pt218.8: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_set_router_mac_age_limit |
||||||
test_gateway_chassis_with_subnet_changes |
pass
pt218.9: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_gateway_chassis_with_subnet_changes |
||||||
test_router_port_ipv6_ra_configs_addr_mode_dhcpv6_stateful |
pass
pt218.10: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_router_port_ipv6_ra_configs_addr_mode_dhcpv6_stateful |
||||||
test_gateway_chassis_with_cms_and_azs |
pass
pt218.11: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_gateway_chassis_with_cms_and_azs |
||||||
test_router_gateway_port_binding_host_id |
pass
pt218.12: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_router_gateway_port_binding_host_id |
||||||
test_create_delete_router_multiple_gw_ports_ecmp_and_bfd |
pass
pt218.13: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_create_delete_router_multiple_gw_ports_ecmp_and_bfd |
||||||
test_create_router_multiple_gw_ports_ecmp |
pass
pt218.14: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_create_router_multiple_gw_ports_ecmp |
||||||
test_gateway_chassis_on_router_gateway_port |
pass
pt218.15: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_gateway_chassis_on_router_gateway_port |
||||||
test_gateway_chassis_with_cms_and_no_bridge_mappings |
pass
pt218.16: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_gateway_chassis_with_cms_and_no_bridge_mappings |
||||||
test_create_delete_router_multiple_gw_ports |
pass
pt218.17: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_create_delete_router_multiple_gw_ports |
||||||
test_router_port_ipv6_ra_configs_addr_mode_dhcpv6_stateless |
pass
pt218.18: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_router_port_ipv6_ra_configs_addr_mode_dhcpv6_stateless |
||||||
test_gateway_chassis_with_cms_and_not_match_azs |
pass
pt218.19: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_gateway_chassis_with_cms_and_not_match_azs |
||||||
test_update_router_single_gw_bfd |
pass
pt218.20: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_update_router_single_gw_bfd |
||||||
test_router_port_ipv6_ra_configs_addr_mode_slaac |
pass
pt218.21: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_router_port_ipv6_ra_configs_addr_mode_slaac |
||||||
test_gateway_chassis_no_physnet_tunnelled_network |
pass
pt218.22: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_gateway_chassis_no_physnet_tunnelled_network |
||||||
test_gateway_chassis_with_bridge_mappings_and_no_cms |
pass
pt218.23: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_gateway_chassis_with_bridge_mappings_and_no_cms |
||||||
test_gateway_chassis_with_cms_and_bridge_mappings |
pass
pt218.24: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_gateway_chassis_with_cms_and_bridge_mappings |
||||||
test_router_port_ipv6_ra_configs_ipv4 |
pass
pt218.25: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_router_port_ipv6_ra_configs_ipv4 |
||||||
neutron.tests.functional.services.portforwarding.test_port_forwarding.PortForwardingTestCase | 11 | 11 | 0 | 0 | 0 | Detail | |
test_delete_floatingip_port_forwarding |
pass
pt219.1: neutron.tests.functional.services.portforwarding.test_port_forwarding.PortForwardingTestCase.test_delete_floatingip_port_forwarding |
||||||
test_update_floatingip_port_forwarding |
pass
pt219.2: neutron.tests.functional.services.portforwarding.test_port_forwarding.PortForwardingTestCase.test_update_floatingip_port_forwarding |
||||||
test_create_port_forwarding_port_in_used_by_fip |
pass
pt219.3: neutron.tests.functional.services.portforwarding.test_port_forwarding.PortForwardingTestCase.test_create_port_forwarding_port_in_used_by_fip |
||||||
test_negative_update_floatingip_port_forwarding |
pass
pt219.4: neutron.tests.functional.services.portforwarding.test_port_forwarding.PortForwardingTestCase.test_negative_update_floatingip_port_forwarding |
||||||
test_create_floatingip_port_forwarding_port_in_use |
pass
pt219.5: neutron.tests.functional.services.portforwarding.test_port_forwarding.PortForwardingTestCase.test_create_floatingip_port_forwarding_port_in_use |
||||||
test_negative_create_floatingip_port_forwarding |
pass
pt219.6: neutron.tests.functional.services.portforwarding.test_port_forwarding.PortForwardingTestCase.test_negative_create_floatingip_port_forwarding |
||||||
test_create_floatingip_port_forwarding_external_port_0 |
pass
pt219.7: neutron.tests.functional.services.portforwarding.test_port_forwarding.PortForwardingTestCase.test_create_floatingip_port_forwarding_external_port_0 |
||||||
test_create_floatingip_port_forwarding_and_remove_subnets |
pass
pt219.8: neutron.tests.functional.services.portforwarding.test_port_forwarding.PortForwardingTestCase.test_create_floatingip_port_forwarding_and_remove_subnets |
||||||
test_update_port_forwarding_port_in_used_by_fip |
pass
pt219.9: neutron.tests.functional.services.portforwarding.test_port_forwarding.PortForwardingTestCase.test_update_port_forwarding_port_in_used_by_fip |
||||||
test_create_floatingip_port_forwarding_internal_port_0 |
pass
pt219.10: neutron.tests.functional.services.portforwarding.test_port_forwarding.PortForwardingTestCase.test_create_floatingip_port_forwarding_internal_port_0 |
||||||
test_negative_delete_floatingip_port_forwarding |
pass
pt219.11: neutron.tests.functional.services.portforwarding.test_port_forwarding.PortForwardingTestCase.test_negative_delete_floatingip_port_forwarding |
||||||
neutron.tests.functional.services.trunk.drivers.openvswitch.agent.test_ovsdb_handler.OVSDBHandlerTestCase | 5 | 5 | 0 | 0 | 0 | Detail | |
test_trunk_creation_with_subports |
pass
pt220.1: neutron.tests.functional.services.trunk.drivers.openvswitch.agent.test_ovsdb_handler.OVSDBHandlerTestCase.test_trunk_creation_with_subports |
||||||
test_cleanup_on_vm_delete |
pass
pt220.2: neutron.tests.functional.services.trunk.drivers.openvswitch.agent.test_ovsdb_handler.OVSDBHandlerTestCase.test_cleanup_on_vm_delete |
||||||
test_restart_subport_events |
pass
pt220.3: neutron.tests.functional.services.trunk.drivers.openvswitch.agent.test_ovsdb_handler.OVSDBHandlerTestCase.test_restart_subport_events |
||||||
test_resync |
pass
pt220.4: neutron.tests.functional.services.trunk.drivers.openvswitch.agent.test_ovsdb_handler.OVSDBHandlerTestCase.test_resync |
||||||
test_trunk_creation_with_no_subports |
pass
pt220.5: neutron.tests.functional.services.trunk.drivers.openvswitch.agent.test_ovsdb_handler.OVSDBHandlerTestCase.test_trunk_creation_with_no_subports |
||||||
neutron.tests.functional.services.trunk.drivers.openvswitch.agent.test_trunk_manager.SubPortTestCase | 4 | 4 | 0 | 0 | 0 | Detail | |
test_plug |
pass
pt221.1: neutron.tests.functional.services.trunk.drivers.openvswitch.agent.test_trunk_manager.SubPortTestCase.test_plug |
||||||
test_plug_failure_doesnt_create_ports |
pass
pt221.2: neutron.tests.functional.services.trunk.drivers.openvswitch.agent.test_trunk_manager.SubPortTestCase.test_plug_failure_doesnt_create_ports |
||||||
test_unplug |
pass
pt221.3: neutron.tests.functional.services.trunk.drivers.openvswitch.agent.test_trunk_manager.SubPortTestCase.test_unplug |
||||||
test_unplug_failure |
pass
pt221.4: neutron.tests.functional.services.trunk.drivers.openvswitch.agent.test_trunk_manager.SubPortTestCase.test_unplug_failure |
||||||
neutron.tests.functional.services.trunk.drivers.openvswitch.agent.test_trunk_manager.TrunkManagerDisposeTrunkTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_dispose_trunk |
pass
pt222.1: neutron.tests.functional.services.trunk.drivers.openvswitch.agent.test_trunk_manager.TrunkManagerDisposeTrunkTestCase.test_dispose_trunk |
||||||
neutron.tests.functional.services.trunk.drivers.openvswitch.agent.test_trunk_manager.TrunkManagerTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test_connectivity |
pass
pt223.1: neutron.tests.functional.services.trunk.drivers.openvswitch.agent.test_trunk_manager.TrunkManagerTestCase.test_connectivity |
||||||
neutron.tests.functional.services.trunk.drivers.openvswitch.agent.test_trunk_manager.TrunkParentPortTestCase | 4 | 4 | 0 | 0 | 0 | Detail | |
test_unplug_failure_doesnt_delete_bridge |
pass
pt224.1: neutron.tests.functional.services.trunk.drivers.openvswitch.agent.test_trunk_manager.TrunkParentPortTestCase.test_unplug_failure_doesnt_delete_bridge |
||||||
test_plug |
pass
pt224.2: neutron.tests.functional.services.trunk.drivers.openvswitch.agent.test_trunk_manager.TrunkParentPortTestCase.test_plug |
||||||
test_plug_failure_doesnt_create_ports |
pass
pt224.3: neutron.tests.functional.services.trunk.drivers.openvswitch.agent.test_trunk_manager.TrunkParentPortTestCase.test_plug_failure_doesnt_create_ports |
||||||
test_unplug |
pass
pt224.4: neutron.tests.functional.services.trunk.drivers.openvswitch.agent.test_trunk_manager.TrunkParentPortTestCase.test_unplug |
||||||
neutron.tests.functional.services.trunk.drivers.ovn.test_trunk_driver.TestOVNTrunkDriver | 5 | 5 | 0 | 0 | 0 | Detail | |
test_subport_add |
pass
pt225.1: neutron.tests.functional.services.trunk.drivers.ovn.test_trunk_driver.TestOVNTrunkDriver.test_subport_add |
||||||
test_trunk_create |
pass
pt225.2: neutron.tests.functional.services.trunk.drivers.ovn.test_trunk_driver.TestOVNTrunkDriver.test_trunk_create |
||||||
test_subport_delete |
pass
pt225.3: neutron.tests.functional.services.trunk.drivers.ovn.test_trunk_driver.TestOVNTrunkDriver.test_subport_delete |
||||||
test_trunk_create_with_subports |
pass
pt225.4: neutron.tests.functional.services.trunk.drivers.ovn.test_trunk_driver.TestOVNTrunkDriver.test_trunk_create_with_subports |
||||||
test_trunk_delete |
pass
pt225.5: neutron.tests.functional.services.trunk.drivers.ovn.test_trunk_driver.TestOVNTrunkDriver.test_trunk_delete |
||||||
neutron.tests.functional.services.trunk.rpc.test_server.TrunkSkeletonTestCase | 1 | 1 | 0 | 0 | 0 | Detail | |
test__handle_port_binding_set_device_owner |
pass
pt226.1: neutron.tests.functional.services.trunk.rpc.test_server.TrunkSkeletonTestCase.test__handle_port_binding_set_device_owner |
||||||
neutron.tests.functional.services.trunk.test_plugin.TestTrunkServicePlugin | 3 | 3 | 0 | 0 | 0 | Detail | |
test_ovs_bridge_name_set_to_integration_bridge_when_not_trunk |
pass
pt227.1: neutron.tests.functional.services.trunk.test_plugin.TestTrunkServicePlugin.test_ovs_bridge_name_set_to_integration_bridge_when_not_trunk |
||||||
test_ovs_bridge_name_set_when_trunk_bound |
pass
pt227.2: neutron.tests.functional.services.trunk.test_plugin.TestTrunkServicePlugin.test_ovs_bridge_name_set_when_trunk_bound |
||||||
test_ovs_bridge_name_not_set_if_integration_bridge_not_set |
pass
pt227.3: neutron.tests.functional.services.trunk.test_plugin.TestTrunkServicePlugin.test_ovs_bridge_name_not_set_if_integration_bridge_not_set |
||||||
neutron.tests.functional.test_server.TestPluginWorker | 1 | 1 | 0 | 0 | 0 | Detail | |
test_start |
pass
pt228.1: neutron.tests.functional.test_server.TestPluginWorker.test_start |
||||||
neutron.tests.functional.test_server.TestRPCServer | 1 | 1 | 0 | 0 | 0 | Detail | |
test_restart_rpc_on_sighup_multiple_workers |
pass
pt229.1: neutron.tests.functional.test_server.TestRPCServer.test_restart_rpc_on_sighup_multiple_workers |
||||||
neutron.tests.functional.test_server.TestWsgiServer | 1 | 1 | 0 | 0 | 0 | Detail | |
test_restart_wsgi_on_sighup_multiple_workers |
pass
pt230.1: neutron.tests.functional.test_server.TestWsgiServer.test_restart_wsgi_on_sighup_multiple_workers |
||||||
neutron.tests.functional.test_service.TestService | 2 | 2 | 0 | 0 | 0 | Detail | |
test_api_workers_default |
pass
pt231.1: neutron.tests.functional.test_service.TestService.test_api_workers_default |
||||||
test_api_workers_from_config |
pass
pt231.2: neutron.tests.functional.test_service.TestService.test_api_workers_from_config |
||||||
neutron.tests.functional.tests.common.exclusive_resources.test_ip_address.TestExclusiveIPAddress | 1 | 1 | 0 | 0 | 0 | Detail | |
test_ip_address |
pass
pt232.1: neutron.tests.functional.tests.common.exclusive_resources.test_ip_address.TestExclusiveIPAddress.test_ip_address |
||||||
neutron.tests.functional.tests.common.exclusive_resources.test_ip_network.TestExclusiveIPNetwork | 1 | 1 | 0 | 0 | 0 | Detail | |
test_ip_network |
pass
pt233.1: neutron.tests.functional.tests.common.exclusive_resources.test_ip_network.TestExclusiveIPNetwork.test_ip_network |
||||||
neutron.tests.functional.tests.common.exclusive_resources.test_port.TestExclusivePort | 1 | 1 | 0 | 0 | 0 | Detail | |
test_port |
pass
pt234.1: neutron.tests.functional.tests.common.exclusive_resources.test_port.TestExclusivePort.test_port |
||||||
neutron.tests.functional.tests.common.exclusive_resources.test_resource_allocator.TestResourceAllocator | 2 | 2 | 0 | 0 | 0 | Detail | |
test_file_manipulation |
pass
pt235.1: neutron.tests.functional.tests.common.exclusive_resources.test_resource_allocator.TestResourceAllocator.test_file_manipulation |
||||||
test_allocate_and_release |
pass
pt235.2: neutron.tests.functional.tests.common.exclusive_resources.test_resource_allocator.TestResourceAllocator.test_allocate_and_release |
||||||
neutron.tests.functional.tests.common.test_net_helpers.NetcatTesterTestCase | 3 | 3 | 0 | 0 | 0 | Detail | |
test_stop_process_no_process |
pass
pt236.1: neutron.tests.functional.tests.common.test_net_helpers.NetcatTesterTestCase.test_stop_process_no_process |
||||||
test_stop_process |
pass
pt236.2: neutron.tests.functional.tests.common.test_net_helpers.NetcatTesterTestCase.test_stop_process |
||||||
test_stop_process_no_process_skip_no_process_exception |
pass
pt236.3: neutron.tests.functional.tests.common.test_net_helpers.NetcatTesterTestCase.test_stop_process_no_process_skip_no_process_exception |
||||||
Total | 1713 | 1676 | 1 | 0 | 36 |