Update tox.ini to point to correct patching code

Old location stx/update/cgcs-patch is centos (python2) code
which will be removed from that repo.

The correct path for tox is stx/update/sw-patch

Test Plan:
 PASS: tox

Story: 2010642
Task: 47796
Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: I8a9ee56ad119a7ecb988f18474287905917647af
This commit is contained in:
Al Bailey 2023-04-05 14:11:15 +00:00
parent 3d7cb75e22
commit a211512299
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ fmclient_src_dir = {[dc]stx_fault_dir}/python-fmclient/fmclient
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
cgcs_patch_src_dir = ../../update/sw-patch/cgcs-patch
stx_root_dir = ../../root
[testenv]