mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-16 00:16:52 +00:00
Update tests/integration/kubernetes/k8s-nvidia-nim.bats
Co-authored-by: Steve Horsman <steven@uk.ibm.com>
This commit is contained in:
parent
884df9c164
commit
2adc7df9b7
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user