]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix 'Length too long' error in neutron-dsvm-functional tests
authorNuman Siddique <numan.siddique@enovance.com>
Sat, 25 Oct 2014 10:59:52 +0000 (16:29 +0530)
committerNuman Siddique <numan.siddique@enovance.com>
Sat, 25 Oct 2014 11:03:15 +0000 (16:33 +0530)
commitf0582e2cd12191baec6007803536d2fb63a1de58
treec4172d1a92d22eb8a8d8bf257c71cecd80d6e9ff
parent946746c63fafeb4f13dec18dc4f5ca626193d26b
Fix 'Length too long' error in neutron-dsvm-functional tests

testr is occasionally failing with 'Length too long' for
neutron-dsvm-functional test cases.

The issue is seen when the size of the testr log file size goes into MBs.

(Please see the bug comments for the details on the testr logs)

This patch fixes the issue by disabling debug logs in the tests.

Change-Id: I48fc9d14f6886f86761038ee4d106fbbe59b6890
Closes-bug: #1382579
neutron/tests/functional/agent/linux/test_keepalived.py
neutron/tests/functional/agent/test_l3_agent.py