Comment 5 for bug 1350252

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

Reviewed: https://review.openstack.org/110577
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=748d4fdaf62667f39ce65e5053792b54dd684698
Submitter: Jenkins
Branch: master

commit 748d4fdaf62667f39ce65e5053792b54dd684698
Author: Isaku Yamahata <email address hidden>
Date: Wed Jul 30 18:07:04 2014 +0900

    test_l3_plugin: L3AgentDbInteTestCase L3AgentDbSepTestCase fails

    L3AgentDbInteTestCase and L3AgentDbSepTestCase fails when they are run
    independently without other test case. something like
    tox -e py27 neutron.tests.unit.test_l3_plugin
    It's because necessary oslo.config options aren't properly initialized
    when instantiating service plugin.
    Initialize config before instantiating plugin.

    Change-Id: Ic6dd28e3caf8b9e3322bf2df99e67adb138cb234
    Closes-Bug: #1350252