neutron/neutron/tests/functional/agent
Victor Morales 701214481f Use more pythonic approach
Some functional and unit tests uses range and len built-in functions to iterate
over items. Those can be replaced by enumerate which makes the code more
readable.

Change-Id: Icb507681578dbb50128aaf017bd598d98c26a6d4
2021-08-25 18:02:53 -07:00
..
common Check there are no min BW QoS in "BaseOVSTestCase" 2021-04-08 05:57:12 +00:00
l2 Complete removal of dependency on the "mock" package 2020-05-01 12:05:34 -04:00
l3 Use payloads for ROUTER AFTER_ callbacks 2021-08-09 14:13:28 +00:00
linux Use more pythonic approach 2021-08-25 18:02:53 -07:00
ovn Add localport const and refactor 2021-06-16 14:50:52 +02:00
ovsdb Set OVS manager command timeout and inactiviy probe 2020-07-16 15:56:27 +00:00
windows All functional tests logs results now 2018-11-21 19:58:18 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_dhcp_agent.py Merge "[Functional] Fix mocks of the create_dhcp_port method" 2021-04-13 06:12:04 +00:00
test_firewall.py Remove rootwrap execution (5) 2021-02-19 08:47:17 +00:00
test_l2_lb_agent.py Complete removal of dependency on the "mock" package 2020-05-01 12:05:34 -04:00
test_l2_ovs_agent.py Complete removal of dependency on the "mock" package 2020-05-01 12:05:34 -04:00
test_ovs_flows.py Remove rootwrap execution (2) 2021-02-06 16:23:03 +00:00
test_ovs_lib.py Merge "Replace assertItemsEqual with assertCountEqual" 2021-04-26 19:12:38 +00:00