From db28034d99942bba308b9681f85881c6b815fb11 Mon Sep 17 00:00:00 2001 From: albailey Date: Wed, 29 Sep 2021 17:01:02 -0500 Subject: [PATCH] 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 Change-Id: I0c60228c3382572ca1a6f03a2c53e1881a742c05 --- nfv/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfv/tox.ini b/nfv/tox.ini index 937a544c..01d99f54 100644 --- a/nfv/tox.ini +++ b/nfv/tox.ini @@ -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