neutron-fwaas/neutron/tests/unit/agent
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
..
linux fixes tests using called_once_ without assert 2014-04-04 19:12:09 -04:00
__init__.py Add support for managing async processes 2013-10-14 07:20:02 +00:00