neutron-fwaas/neutron/tests/unit/agent/linux
Miguel Angel Ajo 5efc016349 fixes tests using called_once_ without assert
A few tests were using mock's called_once, or called_once_with_args
instead of assert_called_once or assert_called_once_with_args. Those
methods return a bool that needs to be actively checked.

The tests are fixed to avoid them from passing if the call condition
is not met.

Change-Id: I21e5257b26b2a08cc8f0b108233d1d5cc0b97b89
Closes-bug: #1297875
(cherry picked from commit c6c4a20777)
2014-04-04 19:12:09 -04:00
..
__init__.py Add support for managing async processes 2013-10-14 07:20:02 +00:00
test_async_process.py fixes tests using called_once_ without assert 2014-04-04 19:12:09 -04:00
test_ovsdb_monitor.py Add the option to minimize ovs l2 polling 2013-10-14 22:24:15 +00:00
test_polling.py Add the option to minimize ovs l2 polling 2013-10-14 22:24:15 +00:00