diff options
author | Bin Yang <bin.yang@windriver.com> | 2019-04-02 10:32:20 +0000 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2019-04-02 10:32:20 +0000 |
commit | 56b4c5cefb65f1cb76445a621087a3f4ab2fc3e9 (patch) | |
tree | bc1aa34c136b8fdba37468e7ea462c5f9629ca85 /starlingx/tox.ini | |
parent | feec0bcd53f24b0383f9f2db3a7837fa08525947 (diff) |
Integrate heatbridge logic to infra_workload API
Offload the heatbridge to thread
Change-Id: I66c32e7ee30a40542e6ba75087d7d88caaf0c640
Issue-ID: MULTICLOUD-561
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'starlingx/tox.ini')
-rw-r--r-- | starlingx/tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
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*" |