Reviewed: https://review.openstack.org/295847 Committed: https://git.openstack.org/cgit/openstack/neutron-lbaas/commit/?id=d3820d7c6dc80e3196f96f165ff1932177f63736 Submitter: Jenkins Branch: master
commit d3820d7c6dc80e3196f96f165ff1932177f63736 Author: Evgeny Fedoruk <[email protected]> Date: Tue Mar 22 07:09:26 2016 -0700 Fixing tests to proper compare dicts. Cleaning most of not DRY code. Fixing some minor log message bug. Closes Bug: 1551483 Change-Id: If3be8d580c1e7282f0570a6ae8a72cbe33a05a2e ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1551483 Title: Radware LBaaS driver sporadically failing unit test Status in neutron: Fix Released Bug description: Radware LBaaS driver at https://review.openstack.org/#/c/202147/ has a sporadically failing unit test which was taken out until the fix. tests.unit.drivers.radware.test_v2_plugin_driver.TestLBaaSDriver.test_build_objects_with_l7 assert_has_calls function sometimes does not find a call in mock calls list, although it's there. call parameters dict arrangement is always different and mock Call class is built to handle it. Anyhow in this specific test, the parameters dict is deep, so maybe it has something to do with a problem. Tests order is not an issue since no configurations or globals are used. This Bug is filed for fixing this test. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1551483/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

