From 0f7d74f6be3b182654f726b2b815a8290da08a88 Mon Sep 17 00:00:00 2001 From: Sreeja Gattagouni Date: Fri, 21 Apr 2023 05:10:34 +0000 Subject: Add or Delete a PNF to an Active Service -Unique values for ready & update -concurrent changes in OOM/Configmap of so-bpm-infra-app Issue-ID: SO-4046 Change-ID: I73f97f986a817d423f92f8d925dcd0347b8a0405 Signed-off-by: Sreeja Gattagouni Signed-off-by: Lukasz Rajewski --- docs/tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/tox.ini') diff --git a/docs/tox.ini b/docs/tox.ini index 9b45c816d9..833cd33adc 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -12,7 +12,7 @@ deps = commands = sphinx-build -W -q -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html echo "Generated docs available in {toxinidir}/_build/html" -whitelist_externals = +allowlist_externals = echo git sh @@ -25,7 +25,7 @@ deps = -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt commands = echo "Link Checking not enforced" #commands = sphinx-build -W -q -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck -whitelist_externals = echo +allowlist_externals = echo [testenv:docs-spellcheck] basepython = python3.8 -- cgit 1.2.3-korg