]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove call to addCleanup(cfg.CONF.reset)
authorIrena Berezovsky <irenab@mellanox.com>
Sun, 2 Mar 2014 06:52:56 +0000 (08:52 +0200)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:39 +0000 (15:20 +0800)
commit32079f2e523b4239c0ae3367534d6c443e872b9d
tree199510b132674f78c674ba81011e89eefd8296dd
parent66f3ef430ef30d602a35ed47c40a4af6c4b9dc18
Remove call to addCleanup(cfg.CONF.reset)

The addCleanup(cfg.CONF.reset) is done by base class,
therefore no need to invoke it from mlnx agent unit test setUp method.

Change-Id: Ie7e55d92e63a28699d8fec7c63951449eb7c0a50
Closes-Bug: 1286716
neutron/tests/unit/mlnx/test_mlnx_neutron_agent.py