Declare we use threads and processes for coverage
We should declare to coverage that we use the multiprocessing and thread libraries in Octavia. Change-Id: Id0683e20d84a7e3b310e0b7ec88f166b842a1e80
This commit is contained in:
parent
7310986de9
commit
657e7b8be4
@ -2,6 +2,7 @@
|
|||||||
branch = True
|
branch = True
|
||||||
source = octavia
|
source = octavia
|
||||||
omit = octavia/tests/*
|
omit = octavia/tests/*
|
||||||
|
concurrency = multiprocessing,thread
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
ignore_errors = True
|
ignore_errors = True
|
||||||
|
Loading…
Reference in New Issue
Block a user