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.

Change-Id: I4f824bc3ea1d59199b9f4491d797665762b0aa8c
Story: 2009101
Task: 43091
Depends-On: https://review.opendev.org/c/starlingx/fault/+/806046
Signed-off-by: albailey <Al.Bailey@windriver.com>
This commit is contained in:
albailey
2021-09-29 15:51:03 -05:00
parent 1ce3dbc8a5
commit 53bc576a4b

View File

@@ -12,7 +12,7 @@ dc_base_dir = .
stx_fault_dir = ../../fault
nfv_client_src_dir = ../../nfv/nfv/nfv-client
fmclient_src_dir = {[dc]stx_fault_dir}/python-fmclient/fmclient
fm_api_src_dir = {[dc]stx_fault_dir}/fm-api
fm_api_src_dir = {[dc]stx_fault_dir}/fm-api/source
tsconfig_src_dir = ../../config/tsconfig/tsconfig
cgtsclient_src_dir = ../../config/sysinv/cgts-client/cgts-client
cgcs_patch_src_dir = ../../update/cgcs-patch/cgcs-patch