Fix unit tests unable to find fm-api

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.

Story: 2009101
Task: 43091
Depends-On: https://review.opendev.org/c/starlingx/fault/+/806046
Signed-off-by: albailey <Al.Bailey@windriver.com>
Change-Id: I0c60228c3382572ca1a6f03a2c53e1881a742c05
This commit is contained in:
albailey 2021-09-29 17:01:02 -05:00
parent 4977e99315
commit db28034d99

View File

@ -42,7 +42,7 @@ deps = {[nfv]nfv_client_dir}
{[nfv]nfv_common_dir}
{[nfv]nfv_plugins_dir}
{[nfv]nfv_vim_dir}
{[nfv]stx_fault_dir}/fm-api
{[nfv]stx_fault_dir}/fm-api/source
iso8601
keyring
kombu