Comment 6 for bug 1618601

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/363175
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=03c412ff011a8d4e86afbada24db675028861728
Submitter: Jenkins
Branch: master

commit 03c412ff011a8d4e86afbada24db675028861728
Author: Isaku Yamahata <email address hidden>
Date: Tue Aug 30 12:21:25 2016 -0700

    split out l3-ha specific test from TestMl2PortsV2

    split out test_update_port_status_notify_port_event_after_update
    from ml2.test_plugin.TestMl2PortsV2 into TestMl2PortsV2WithL3

    The change set of 25f5912cf8f69f18d111bd60a6cc6ee488755ff3
    change id of Iedad1ccae45005efaaa74d5571df04197757d07a
    introduced a test,
    test_update_port_status_notify_port_event_after_update, that is valid
    only when l3 plugin support l3-ha. Such assumption isn't always true
    depending on actual ml2 driver.
    Since test cases in ml2.test_plugin is used as a common base for
    multiple drivers,
    test_update_port_status_notify_port_event_after_update, may or may not
    pass. So split out tests with very specific assumption into a new
    dedicated testcase so that each driver can safely reuse tests in
    tests/unit/plugin/ml2 based on their characteristics.

    Closes-Bug: #1618601
    Change-Id: Ie81dde976649111d029a7d107c99960aded64915