07d9c9621e
From time to time, unit tests execution fails with error: "TypeError: 'NoneType' object is not iterable". It seems that problem is in unittest2 library, which is used by testtools for executing the tests. Stestr lib is usinig unittest by default and the problem does not appear for several hundred launches. Change-Id: Ic1053353a87ebd44f20c607651772928020b9e66 Closes-Bug: #1874535
4 lines
58 B
Plaintext
4 lines
58 B
Plaintext
[DEFAULT]
|
|
test_path=./validations_common/tests
|
|
top_dir=./
|