From 56b4c5cefb65f1cb76445a621087a3f4ab2fc3e9 Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Tue, 2 Apr 2019 10:32:20 +0000 Subject: Integrate heatbridge logic to infra_workload API Offload the heatbridge to thread Change-Id: I66c32e7ee30a40542e6ba75087d7d88caaf0c640 Issue-ID: MULTICLOUD-561 Signed-off-by: Bin Yang --- starlingx/tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'starlingx/tox.ini') diff --git a/starlingx/tox.ini b/starlingx/tox.ini index 09d3a50f..78dc9675 100644 --- a/starlingx/tox.ini +++ b/starlingx/tox.ini @@ -32,12 +32,12 @@ deps = -r{toxinidir}/test-requirements.txt commands = coverage run --branch manage.py test starlingx - coverage report --omit="./venv-tox/*,./.tox/*,*tests*,*__init__.py,*newton_base*,*common*" --fail-under=30 + coverage report --omit="./venv-tox/*,./.tox/*,*tests*,*__init__.py,*newton_base*,*starlingx_base*,*common*" --fail-under=30 [testenv:pep8] deps=flake8 commands=flake8 [testenv:cov] -commands = coverage xml --omit="./venv-tox/*,./.tox/*,*tests*,*__init__.py,*newton_base*,*common*, *site-packages*" +commands = coverage xml --omit="./venv-tox/*,./.tox/*,*tests*,*__init__.py,*newton_base*,*starlingx_base*,*common*, *site-packages*" -- cgit 1.2.3-korg