From d6d80b5d36d311744f96c07bb5a96d498fdd27ab Mon Sep 17 00:00:00 2001 From: Charles Short Date: Tue, 28 Sep 2021 13:39:46 -0400 Subject: [PATCH] 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 Change-Id: Iec8f443d7a3021ec86bb8319597d3ab2d2933d7c --- python-k8sapp-snmp/k8sapp_snmp/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-k8sapp-snmp/k8sapp_snmp/tox.ini b/python-k8sapp-snmp/k8sapp_snmp/tox.ini index 29a7b62..9612945 100644 --- a/python-k8sapp-snmp/k8sapp_snmp/tox.ini +++ b/python-k8sapp-snmp/k8sapp_snmp/tox.ini @@ -45,7 +45,7 @@ deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -e{[tox]stxdir}/config/sysinv/sysinv/sysinv -e{[tox]stxdir}/config/tsconfig/tsconfig - -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