neutron/neutron/tests/fullstack
Sławek Kapłoński b160461a97 [Fullstack] Limit number of Neutron's api workers
Default number of api workers in Neutron is set to be equal to
number of CPU cores on host. That is fine on production environment
but on fullstack tests, where each test spawns own neutron-server
process it might cause host overload.

This patch limits number of api_workers to 2 which should be enough
for single test case and should make significantly lower load on host.

Change-Id: I1e970e35883d5240f0bd30eaea50313d93900580
Closes-Bug: #1750337
(cherry picked from commit 465ad6f319)
2018-06-01 09:23:21 +00:00
..
cmd Apply network MTU changes to dhcp ports 2017-08-13 21:25:18 +00:00
resources [Fullstack] Limit number of Neutron's api workers 2018-06-01 09:23:21 +00:00
README Moved fullstack test doc content to TESTING.rst 2015-12-03 17:02:54 -05:00
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py Use rootwrap for fullstack test runner 2017-06-08 18:42:47 +00:00
test_connectivity.py Add Linuxbridge agent to no dhcp fullstack connectivity test 2017-04-23 21:07:24 +00:00
test_dhcp_agent.py fullstack: skip test_mtu_update when DHCP agent is not in rootns 2017-09-07 20:01:23 +00:00
test_l3_agent.py Monitor phys_bridges to reconfigured it if created again 2018-05-10 22:06:28 +02:00
test_qos.py [Qos] Fix residues of ovs in ingress bw limit 2017-12-06 15:37:43 +08:00
test_securitygroup.py ovsfw: Merge multiple conjunction flows 2017-11-21 10:27:18 +00:00
test_trunk.py Change default exception in wait_until_true 2017-01-09 05:37:27 -05:00
utils.py fullstack: execute qos tests for all ovsdb/of interface permutations 2016-09-17 03:00:31 +00:00

README

Please see neutron/TESTING.rst.