Skip to content

Commit

Permalink
add proxy for IBM to functional tests suite
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Giorgi <[email protected]>
  • Loading branch information
lugi0 committed Mar 18, 2024
1 parent f3d3af5 commit 6111ed6
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ ${TEST_NS}= tgis-standalone
${TGIS_RUNTIME_NAME}= tgis-runtime
@{SEARCH_METRICS}= tgi_ istio_
${USE_GPU}= ${FALSE}
${IBM_CLOUD_PROXY}= ${FALSE}
${PROXY_URL}= TBD



*** Test Cases ***
Verify User Can Serve And Query A Model
[Documentation] Basic tests for preparing, deploying and querying a LLM model
Expand Down Expand Up @@ -617,6 +619,10 @@ Verify User Can Query A Model Using HTTP Calls
*** Keywords ***
Suite Setup
[Documentation]
IF ${IBM_CLOUD_PROXY}
${rc} ${out}= Run And Return Rc And Output
... export https_proxy=${PROXY_URL}
END
Skip If Component Is Not Enabled kserve
RHOSi Setup
Load Expected Responses
Expand Down

0 comments on commit 6111ed6

Please sign in to comment.