commit | 7de1905c9625e82ec11998be4e3d4eeeb1119a19 | [log] [tgz] |
---|---|---|
author | Felipe Monteiro <felipe.monteiro@att.com> | Sun Aug 06 05:47:27 2017 +0100 |
committer | Felipe Monteiro <felipe.monteiro@att.com> | Sun Aug 06 05:47:27 2017 +0100 |
tree | abb689b7bb07e5f82e26d101376d35811cf634dc | |
parent | 7b9ae3fbc847f8b4cb8fa1dfb294423f6c97fa7c [diff] |
Update tox to correctly use OS_TEST_PATH Currently, to run unit tests, Patrole relies on a whitelist file to separate unit tests from API tests so that tox -e py27/35 works. However, this approach is hackish and has been abandoned in favor of the following standard approach: - Use OS_TEST_PATH to .testr.conf - Override OS_TEST_PATH for unit test jobs in tox.ini - Remove the whitelist file as it's no longer needed Change-Id: Iedbd01b539d24dc57e3c8bc1bb0dbb3ea9127ef4