Comment 17 for bug 1607787

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (stable/ocata)

Reviewed: https://review.openstack.org/462998
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=81bb6aa348c05b9cff39ce2acda2bd77e01167c7
Submitter: Jenkins
Branch: stable/ocata

commit 81bb6aa348c05b9cff39ce2acda2bd77e01167c7
Author: Hynek Mlnarik <email address hidden>
Date: Wed Aug 10 10:07:42 2016 +0200

    Connectivity tests for OVS agent failures/restarts

    Adding two tests:

    * A test that for native ovs-ofctl interface verifies that stopping the
      ovs-neutron-agent does not disrupt network traffic. Stopping the agent
      means also stopping the OVS bridge controller, hence OVS can decide to
      take over management of OpenFlow rules, clear them up, and this way
      cause network traffic disruption.

    * A test that creates two ports in a single network, then starts
      pinging one from the other while restarting OVS agents. The test verifies
      that no packet is lost during OVS agent restarts.

    Change-Id: I2cd1195fc0622c8c8d614f00e9dd6884ad388d69
    Related-Bug: 1514056
    Related-Bug: 1607787
    (cherry picked from commit 27aee4a9c53ad9e8916e074f5cb7675871964448)