Update tests/integration/kubernetes/k8s-nvidia-nim.bats

Co-authored-by: Steve Horsman <steven@uk.ibm.com>
This commit is contained in:
Zvonko Kaiser 2025-05-29 13:00:17 -04:00 committed by GitHub
parent 884df9c164
commit 2adc7df9b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -296,11 +296,11 @@ EOF
run python3 ${HOME}/.cicd/venv/langchain_nim_kata_rag.py
[ "$status" -eq 0 ]
ANWSER=$(echo ${output} | cut -d '#' -f2)
[ -n "${ANWSER}" ]
ANSWER=$(echo ${output} | cut -d '#' -f2)
[ -n "${ANSWER}" ]
echo "# QUESTION: ${QUESTION}" >&3
echo "# ANWSER: ${ANWSER}" >&3
echo "# ANSWER: ${ANSWER}" >&3
}
teardown_file() {