Fix unit tests
Due to a recent change in fm-api's directory structure, unit tests would fail since the virtualenv would not be able to find fm-api/setup.py. Adjust the tox.ini to point to the correct directory. Tested locally by running tox.ini. Depends-On: https://review.opendev.org/c/starlingx/fault/+/806046 Story: 2009101 Task: 43091 Signed-off-by: Charles Short <charles.short@windriver.com> Change-Id: Ie2347020957506e84dd24f94174015ee278f6eba
This commit is contained in:
parent
8bfcb35fbe
commit
5dad017745
@ -42,7 +42,7 @@ deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
-e{[tox]stxdir}/config/tsconfig/tsconfig
|
||||
-e{[tox]stxdir}/config/sysinv/sysinv/sysinv
|
||||
-e{[tox]stxdir}/fault/fm-api
|
||||
-e{[tox]stxdir}/fault/fm-api/source
|
||||
-e{[tox]stxdir}/fault/python-fmclient/fmclient
|
||||
-e{[tox]stxdir}/utilities/ceph/python-cephclient/python-cephclient
|
||||
-e{[tox]stxdir}/update/cgcs-patch/cgcs-patch
|
||||
|
Loading…
Reference in New Issue
Block a user