neutron-lbaas/neutron_lbaas/tests/unit/agent
Kenji Yasui c37f43b27e Fix order of arguments in assertEqual
assertEqual expects that the arguments provided to it should be
(expected, observed).If a particluar order is kept as a convention,
then it helps to provide a cleaner message to the developer if Unit Tests
fail. There are several Unit Test files where the arguments for assertEqual
have been swapped. This commit fixes the issue in lbaas.

Change-Id: I890deda05a26c9f84d7e2884970d051faa30830c
Partial-Bug: #1259292
Related-Bug: #1259292
2015-10-08 02:45:02 +00:00
..
__init__.py Agent, device driver interface, and callback API 2015-03-03 22:56:10 +00:00
test_agent_api.py Fix order of arguments in assertEqual 2015-10-08 02:45:02 +00:00
test_agent_manager.py Completion of Agent Manager 2015-03-03 17:00:23 -06:00
test_agent.py Switch to oslo.service 2015-06-25 12:15:56 +03:00