commit | 5fdfc9bfe0d9f6c2e003fdb46bd74c32e812e335 | [log] [tgz] |
---|---|---|
author | Andrea Frittoli <andrea.frittoli@gmail.com> | Thu Aug 17 12:06:04 2017 +0100 |
committer | Andrea Frittoli <andrea.frittoli@gmail.com> | Fri Aug 18 12:22:26 2017 +0100 |
tree | de5c457009a57ed402eba1c6937df842e7e0f66d | |
parent | 8871fca323c109bc232640b2afd79a99ce6a9f86 [diff] |
Fix unit test that break isolation Unit test that require configuration should use the configuration fixture and set_default so that configuration changes stay isolated to the specific test. Tests in test_base_test break this rule and cause race conditions in other tests, fixing that. Change-Id: I1c0b62cb29268fb4d34ab769eaf35139c4204509